document.write('<IMG SRC=images/space.gif ID=streggif>'
			  +'<IMG SRC=20/Image/axapment.jpg STYLE=POSITION:absolute;TOP:282px;LEFT:1px;>')
function cr_streg(){
	a=document.getElementById('streggif')
	a.style.height=1500;
	a.style.width=1;
	a.style.position=('absolute');
	a.style.top=0;
	a.style.left=0;
	a.style.zIndex=1000000;
	a.style.background=('#FFCC33');
	for(i=0;i<20;i++){
		a=document.getElementById('divoCMenu0_'+i)
		if(a){
			a.style.left=(0);
			a.style.padding=(4)
		}else{break};
	};
};
function go_d(){
	setTimeout('cr_streg()',100);
};
go_d();