function golink(str)
{
	parent.location.href=str;
	
}
function golink2(str)
{
	window.location.href=str;
	
}

