function closeFixBox(){
	document.getElementById('floatdiv').style.display="none";
	//david:add:
	try{document.getElementById('waptohtmlIframe').contentWindow.document.body.document.forms[0].kind.style.display=''}catch(e){}
}



function showFixBox0(){
	closeFixBox();
	document.getElementById('floatdiv').style.display="";
	document.getElementById('floatdiv').style.zIndex="999";
	//david:add:
	try{document.getElementById('waptohtmlIframe').contentWindow.document.body.document.forms[0].kind.style.display='none'}catch(e){}
	//document.getElementById('floatdiv').style.left=(document.body.clientWidth - document.documentElement.clientWidth)/2;
	//document.getElementById('floatdiv').style.top= ( window.screen.availHeight - document.documentElement.clientHeight)/2 ;		
	
	//david:bak:document.getElementById('floatdiv').style.left=(document.documentElement.clientWidth)/5+"px";
	//document.getElementById('floatdiv').style.top= (document.documentElement.scrollTop+(document.documentElement.clientHeight)/5-20)+"px";
}


