<!--
function openwin(filename,wsize,hsize,winname,scrollbars) {
	if((scrollbars == 'yes') && (navigator.userAgent.indexOf("Mac")!=-1) && (navigator.userAgent.indexOf("MSIE")!=-1)){
		var width_macIE = Number(wsize-16);
		var height_macIE = Number(hsize-16);
	} else {
		var width_macIE = Number(wsize);
		var height_macIE = Number(hsize);
	}

	Win01 = window.open(filename,winname,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+scrollbars+",resizable=no,width="+width_macIE+",height="+height_macIE);
	Win01.focus();
}
function popup01(){
	window.open("./ivent/iventinfo.html","popup", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=717,height=550")
}
function MM_openWindow(filename,winname,scrollbars,resizable,wsize,hsize) {
	if((scrollbars == 'yes') && (navigator.userAgent.indexOf("Mac")!=-1) && (navigator.userAgent.indexOf("MSIE")!=-1)){
		var width_macIE = Number(wsize-16);
		var height_macIE = Number(hsize-16);
	} else {
		var width_macIE = Number(wsize);
		var height_macIE = Number(hsize);
	}

	Win01 = window.open(filename,winname,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width="+width_macIE+",height="+height_macIE);
	Win01.focus();
}
//-->

<!--
function MM_openWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
