function OpenWin(){
var theWidth = screen.availWidth;
var theHeight = screen.availHeight;
if(theWidth>1601){
var theLeft = (screen.availWidth - 1600 )/2;
var theTop = (screen.availHeight - 900 )/2;
window.open("broadband/09w10s/dream10_b.html","rodo","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,left="+theLeft+",top="+theTop+",width=1600,height=900");
}
else {
window.open("broadband/09w10s/dream10_b.html","rodo","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,left=0,top=0,width="+theWidth+" ,height="+theWidth *9/16);
}
}
function OpenWin2(){
wx=1000;
wy=562;
x = (screen.width  - wx) / 2;
y = (screen.height - wy) / 2-60;
win=window.open("narrowband/09w10s/dream10_n.html","rodo_n","width=1000,height=563,scrollbars=no, location=no, menubar=no");
win.moveTo(x,y);
}
function OpenWin3(){
var theWidth = screen.availWidth;
var theHeight = screen.availHeight;
if(theWidth>1601){
var theLeft = (screen.availWidth - 1600 )/2;
var theTop = (screen.availHeight - 900 )/2;
window.open("broadband/09_spring/rodo.html","rodo","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,left="+theLeft+",top="+theTop+",width=1600,height=900");
}
else {
window.open("broadband/09_spring/rodo.html","rodo","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,left=0,top=0,width="+theWidth+" ,height="+theWidth *9/16);
}
}
function OpenWin4(){
wx=1000;
wy=562;
x = (screen.width  - wx) / 2;
y = (screen.height - wy) / 2-60;
win=window.open("narrowband/09_spring/rodo_n.html","rodo_n","width=1000,height=563,scrollbars=no, location=no, menubar=no");
win.moveTo(x,y);
}
function OpenWin5(){
var theWidth = screen.availWidth;
var theHeight = screen.availHeight;
if(theWidth>1601){
var theLeft = (screen.availWidth - 1600 )/2;
var theTop = (screen.availHeight - 900 )/2;
window.open("broadband/08/living_together_b.html","living_together_b","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,left="+theLeft+",top="+theTop+",width=1600,height=900");
}
else {
window.open("broadband/08/living_together_b.html","living_together_b","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,left=0,top=0,width="+theWidth+" ,height="+theWidth *9/16);
}
}
function OpenWin6(){
wx=1000;
wy=562;
x = (screen.width  - wx) / 2;
y = (screen.height - wy) / 2-60;
win=window.open("narrowband/08/living_together_n.html","living_together_n","width=1000,height=563,scrollbars=no, location=no, menubar=no");
win.moveTo(x,y);
}
