//Usage:style="filter:alpha(opacity=60)" onMouseover="high(this)" onMouseout="low(this,60)"

function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",50)
}
function low(which2,prx){
clearInterval(highlighting)
which2.filters.alpha.opacity=prx
}

function highlightit(cur2){
if (cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=10
else if (window.highlighting)
clearInterval(highlighting)
}
/////////////////////////////////
function openurl(url,newwin){
if(!newwin){
window.location=url;
}else{
window.open(url,"pg");
}
}
///////////////////////////////
if (top.frames.length!=0) {
	alert("飞鱼部落提示\n\n您正从别的网站的帧中访问本站\n\n由此带来的的一切不便（如弹出广告等）均不是飞鱼部落的责任，\n\n为了您的方便请使用www.fly999.net访问本站！\n\n\n谢谢！");
	top.location="http://www.fly999.net";
	}
