hv=0; currentTag=0;
ua=navigator.userAgent; v=navigator.appVersion.substring(0,1);

if((ua.lastIndexOf("MSIE") != -1) && (v != '1') && (v != '2') && (v != '3')) {
	document.onmouseover=satunet_kelap;
	document.onmouseout=satunet_kelip;
	window.setInterval(satunet_kelapkelip,300);
}
function satunet_kelapkelip() {
	if (hv=='underline') {hv='none'} else {hv='underline'}
	if (currentTag) { currentTag.style.textDecoration=hv }
}
function satunet_kelap() {
	src=event.toElement;
	if (src.tagName=="A") {
		currentTag=src; hv='none'; src.style.textDecoration=hv;
	}
}
function satunet_kelip() {
	src=event.fromElement;
	if (src.tagName=="A") {
		currentTag=0; hv='none'; src.style.textDecoration=hv;
	}
}

function windowOpener(url) {
	var viewWin;
	viewWin = window.open(url ,"newWindow", 
	"width=790,height=500,top=0,left=0,menubar=yes,toolbar=no,"+
	"scrollbars=yes,status=yes");
}
