<!--

function subwin0(){

window.open("http://akusto.net/cgi-bin/mailform/mail.html","mailform" ,"width=550,height=700,resizable=1,scrollbars=yes,resize=no,left=0,top=0");

}

<!--st-->

function subwin_st(win_url,win_name){
window.open(win_url,win_name ,"width=600,height=650,resizable=1,scrollbars=yes,resize=no,left=0,top=0");

}

<!--stEND-->

<!--dr-->

function subwin1dr(){

window.open("dr/dr.html","dr" ,"width=600,height=650,resizable=1,scrollbars=yes,resize=no,left=0,top=0");

}

function subwin2dr(){

window.open("dr/ncf.html","noa_caffe" ,"width=600,height=650,resizable=1,scrollbars=yes,resize=no,left=0,top=0");

}

function subwin3dr(){

window.open("dr/ns.html","noa_skip" ,"width=600,height=650,resizable=1,scrollbars=yes,resize=no,left=0,top=0");

}

<!--drEND-->

<!--nt-->

function subwin1nt(){

window.open("nt/nt.html","noa_talt" ,"width=600,height=650,resizable=1,scrollbars=yes,resize=no,left=0,top=0");

}

function subwin2nt(){

window.open("nt/np.html","noa_papa" ,"width=600,height=650,resizable=1,scrollbars=yes,resize=no,left=0,top=0");

}

function subwin3nt(){

window.open("nt/y_s.html","yuyu_s" ,"width=600,height=650,resizable=1,scrollbars=yes,resize=no,left=0,top=0");

}

function subwin4nt(){

window.open("nt/y_d.html","yuyu_d" ,"width=600,height=650,resizable=1,scrollbars=yes,resize=no,left=0,top=0");

}

<!--ntEND-->

function popup(win_url,win_name,win_scrollbars,win_width,win_height,win_top){
win_left = screen.width - win_width-30;
if(win_top > 0){
	if(eval(win_top)+eval(win_height) > screen.height){
	n = eval(win_top)+eval(win_height)-screen.height;
	win_top = eval(win_top)-n;
	}
}
    var win_data = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=" + win_scrollbars + ",resizable=1,width=" + win_width + ",height=" + win_height + ",left=" + win_left + ",top=" + win_top;
    nw = window.open(win_url,win_name,win_data);
}


//-->


