var SID = '<? echo SID; ?>';

function JumpTo(anID)
{
	var URL = 'index.php?'+SID+'&&id='+anID;
	//alert(URL);
	document.location.href= URL;
}