function golink(url) {
	/* IEFH: Internet Explorer 6 Flash Hack! */
	//win = top;
	//win.opener.location.href = url;
	window.location.href = url;
	//win.opener = top;
	//win.close ();
}
