
function openAttrWin(type, id) {
	// alert(type + " " + id);
	
	var url = "../cgi-bin/InohOVAttr.php" + "?type=" + type + "&id=" + id;
	var attrWin = window.open(url, "_blank", "toolbar=no,location=no,status=no,menubar=no,width=860,height=530,scrollbars=yes,resizable=no","false");
}


