
	
// **************  取消 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;
	}
}

// 每一頁彈出 導向 電子商城警告
document.writeln("<script src=\"\/style\/jquery.slidenote.min.js\" type=\"text\/javascript\" language=\"javascript\"><\/script>");
$(window).load(function(){
	$("body").append('<div class="slidenote" id="note" style="display:none;"><div id="container"><h2><span style="color:red;"><b>注意！ </b></span><span>本網站自2006年起已不再維護新增商品!</span></h2><p>最新的商品資訊請至<a href=http://shop.cpu.com.tw target=shopcpu> http://shop.cpu.com.tw/</a> 廣華電子商城</p></div></div>');
	$("#note").slideNote({closeImage:'http://www.cpu.com.tw/images/close.gif',displayCount:1,where: 0});
	setTimeout("$(\"#note_close\").click()",15000);
});
$(document).ready(function(){
	$("td").each(function(){
		if($(this).attr("align") == ""){
			$(this).css({"text-align":"left"});
		}
	});	
});
