ie6 = false;

function gotourl_ (url) {
	if(ie6)
		window.parent.location.href=url;
	else
		return false;
}
