function FP_changePropRestore() {//v1.0
 var d=document,x; if(d.$cpe) { for(i=0; i<d.$cpe.length; i++) { x=d.$cpe[i];
 if(x.v=="") x.v=""; eval("x."+x.n+"=x.v"); } d.$cpe=null; }
}
var LEFT=-280;
function MoveBanner()
{
	
	if(LEFT<0)
	{	LEFT+=10;
		document.all.layer1.style.left=LEFT;
	}
	else
	{document.all.layer2.style.visibility='visible';}
	setTimeout('MoveBanner()',1);
}

document.onmousedown=click;
document.onkeydown=click;
if (document.layers) window.captureEvents(Event.MOUSEDOWN); window.onmousedown=click;
if (document.layers) window.captureEvents(Event.KEYDOWN); window.onkeydown=click;
function click(e){
if (navigator.appName == 'Netscape'){
if (e.which != 1){
alert("Welcome!!\n\nAll rights are reserved by PENGHU NEWS AGENCY.");
return false;}}
if (navigator.appName == "Microsoft Internet Explorer"){
if (event.button != 1){
alert("Welcome!!\n\nAll rights are reserved by PENGHU NEWS AGENCY.");
return false;}}}
