function disp(url){
wx = 523;
wy = 395;
x = (screen.width  - wx) / 2;
y = (screen.height - wy) / 2;
subWin = window.open(url,"sub","scrollbars=no,resizable=no,toolbar=no,menubar=no,status=no,location=no,left="+x+",top="+y+",width="+wx+",height="+wy);
}

function disp2(url){
wx = 359;
wy = 560;
x = (screen.width  - wx) / 2;
y = (screen.height - wy) / 2;
subWin = window.open(url,"sub","scrollbars=no,resizable=no,toolbar=no,menubar=no,status=no,location=no,left="+x+",top="+y+",width="+wx+",height="+wy);
}

function disp3(url){
wx = 350;
wy = 415;
x = (screen.width  - wx) / 2;
y = (screen.height - wy) / 2;
subWin = window.open(url,"sub","scrollbars=no,resizable=no,toolbar=no,menubar=no,status=no,location=no,left="+x+",top="+y+",width="+wx+",height="+wy);
}

function newin1(url){ 
window.open(url, "", "width=550,height=443,scrollbars=no"); 
}
function newin2(url){ 
window.open(url, "", "width=413,height=580,scrollbars=no"); 
}
function newin3(url){ 
window.open(url, "", "width=479,height=530,scrollbars=no"); 
}
function newin4(url){ 
window.open(url, "", "width=677,height=280,scrollbars=no"); 
}
function newin5(url){ 
window.open(url, "", "width=306,height=430,scrollbars=no"); 
}

function popwin(suburl){varwin=window.open(suburl,"new_Window","toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=1,width=585,height=650");}

function popup(URL) {
	var popup;
	popup=window.open(URL,"popupwindow","width=540,height=730,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1");
	popup.focus()
}
