// JavaScript Document
function jLinkClick(page)
{
	window.location = page;	
}

