// JavaScript Document

function showPage(val)

{


	window.location.href = val;

}