
function openwin01(url) {
	window.open(url, "", "width=520,height=500,scrollbars,menubar,toolbar");
}

function openwin02(url) {
	window.open(url, "", "width=650,height=500,scrollbars");
}

function openwin03(url) {
	window.open(url, "", "width=650,height=740,scrollbars");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
   window.open(theURL,winName,features);
}