function JumpHandler(InLoc, inVal)
{
	if (inVal != '')
		{
			MyURL =  InLoc+inVal;
			//alert(MyURL);
			window.location.href=MyURL;
		}
}


