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 cek_name() {
window.open('/komentar/cek_nama.html', 'cek_nama', 'scrollbars=yes,resizable=yes,width=600,height=500');
}

function BukaScroll(formName, popupName, target) {
    var popup = document[formName].elements[popupName];
    window.open(popup.options[popup.selectedIndex].value, target);
    popup.selectedIndex = 0;
}
