function go(mylocation)
{

	window.open(mylocation,"","fullscreen,scrollbars,height=650,Width=650");
}
