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='underline'; src.style.textDecoration=hv;
	}
}

function windowOpener(url) {
	var viewWin;
	viewWin = window.open(url ,"newWindow", 
	"width=620,height=450,top=0,left=0,menubar=no,toolbar=no,"+
	"scrollbars=no,resizable=yes");
}

function OpenStatInfo() {
window.open('peraturan.html', 'statInfo', 'scrollbars=yes,resizable=yes,width=600,height=500');
}