function ifrLocate(url) {

		if (document.all) document.frames["ifrbase"].location.href = url ;
		else if (document.getElementById && !document.all) document.getElementById("ifrbase").contentDocument.location.href = url ;
		
}