<!--
// **************  取消 IE 瀏覽器中 連結的虛線 //
	if(document.all){
	var tags=document.all.tags("a")
	for (var i=0;i<tags.length;i++)
	tags(i).outerHTML=tags(i).outerHTML.replace(">"," hidefocus=true>")}

//*************** 瀏覽器右下角回到首頁 //
	
document.write('<img src="/cgi-bin/counter/counter.pl?'+document.referrer+'" width=1 height=1 border=0>'); 

Source = "/icons/home1.gif";
Link = "http://www.cpu.com.tw/kh/";
Border = 0;
Alt = "回廣華首頁";
Width = 48;
Height = 29;
Left = 5;
Top = 5;

if(document.all)
{
document.write("<SPAN ID=\"Watermark\" STYLE=\"position: absolute;\"><A HREF=\"" + Link + "\" TARGET=\"_top\"><IMG SRC=\"" + Source + "\" WIDTH=\"" + Width + "\" HEIGHT=\"" + Height + "\" BORDER=\"" + Border + "\" ALT=\"" + Alt + "\"></a></SPAN>");
WmUpdate();
}
if(document.layers)
{
document.write("<LAYER ID=\"Watermark\" zIndex=\"1000\"><A HREF=\"" + Link + "\" TARGET=\"_top\"><IMG SRC=\"" + Source + "\" WIDTH=\"" + Width + "\" HEIGHT=\"" + Height + "\" BORDER=\"" + Border + "\" ALT=\"" + Alt + "\"></a></LAYER>");
WmUpdate();
}
function WmUpdate()
{
if(document.all)
{
Watermark.style.pixelLeft = (document.body.scrollLeft + document.body.clientWidth) - (Width + Left);
Watermark.style.pixelTop = (document.body.scrollTop + document.body.clientHeight) - (Height + Top);
}
if(document.layers)
{
document.Watermark.left = (window.pageXOffset + window.innerWidth) - (Width + Left + 16);
document.Watermark.top = (window.pageYOffset + window.innerHeight) - (Height + Top + 16);
}

setTimeout("WmUpdate()",5);
}

var myfar;
var mytitle;
myfar="http://www.cpu.com.tw/";
mytitle="廣華電子";
function favority() {
if (navigator.appName!="Netscape"){
window.external.AddFavorite(myfar, mytitle);}
else{
window.location = myfar;
}}



//-->

