function bluring()
{
	for(i=0 ; i<document.links.length ; i++)
	{
		document.links[i].onfocus = document.links[i].blur ;
	}
}

function setVar()
{
	startX = 894 ; 
	startY = 160 ; 
	marginStart = startY ; 
	marginTop = marginStart ; 
	speed = 0.07 ; 
	mfbHeight = 281 ; 

	creatFB();
	bluring();
	moveBanner() ; 
}
function moveBanner()
{
	targetY = document.body.scrollTop + marginTop ;
	if (document.body.clientHeight > mfbHeight + marginTop)
	{
		if (document.body.scrollTop == 0)
		{
			startY += (marginStart - startY) * speed ;
		}
		else
		{
			startY += (targetY - startY) * speed ;
		}
	}
	banner.style.left = startX ;
	banner.style.top = startY ;
	setTimeout("moveBanner()" , 10) ;	
}
function creatFB()
{
    
	document.write('<div id=banner style="position:absolute ; z-index:3 ; height:'+mfbHeight+'px">');
	document.write("<EMBED src='http://www.rakceramchina.com/plusin/flash/cn/sub_quick.swf' quality=high wmode=transparent WIDTH='107' HEIGHT='382' NAME='wmode' ALIGN=''");
	document.write(" TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED>");
	document.write("</div>");



}


var Wwidth = screen.width;
var Wheight = screen.height;
var top_s;
var left_s;

function open_use(){
top_s = (Wwidth / 2) - ((665 /2) + 115);
left_s = (Wheight /2) - ((640 /2) - 115);
	window.open("../etc/use.asp","use","scrollbars=yes,status=no,historycopy=no,alwaysRaised=yes,top=10,left=10,resizable=no,width=665,height=640,top="+top_s+",left="+left_s+"");
}
function open_privacy(){
top_s = (Wwidth / 2) - ((665 /2) + 115);
left_s = (Wheight /2) - ((640 /2) - 115);
	window.open("../etc/privacy.asp","privacy","scrollbars=yes,status=no,historycopy=no,alwaysRaised=yes,top=10,left=10,resizable=no,width=665,height=640,top="+top_s+",left="+left_s+"");
}
function open_mail(){
top_s = (Wwidth / 2) - ((510 /2));
left_s = (Wheight /2) - ((260 /2));
	window.open("../etc/mail.asp","mail","scrollbars=no,status=no,historycopy=no,alwaysRaised=yes,top=10,left=10,resizable=no,width=510,height=260,top="+top_s+",left="+left_s+"");
}
function contactus(){
top_s = (Wwidth / 2) - ((665 /2) + 115);
left_s = (Wheight /2) - ((650 /2) - 115);
	window.open("/etc/contactus.asp","use","scrollbars=no,status=no,historycopy=no,alwaysRaised=yes,top=10,left=10,resizable=no,width=665,height=620,top="+top_s+",left="+left_s+"");
}

document.write("<map name=footer>");
document.write("<area shape=rect coords='0,0,50,27' href='javascript:open_use();'>");
document.write("<area shape=rect coords='50,0,143,27' href='javascript:open_privacy();'>");
document.write("<area shape=rect coords='143,0,255,27' href='javascript:open_mail();'>");
document.write("</map>");
document.write("<map name=footer_mail>");
document.write("<area shape=rect coords='168,5,312,23' href='javascript:contactus();'>");
document.write("</map>");


setVar();


