// JavaScript Document
//ランキング女の子のポップアップ

//1位の女の子
function WindowOpen1()
{ 
window.open('lady/ai.html','','toolbar=no,Width=490,Height=552,scrollbars=yes,resizable=yes');
}

//2位の女の子
function WindowOpen2()
{ window.open('lady/reika.html','','toolbar=no,Width=490,Height=552,scrollbars=yes,resizable=yes');}

//3位の女の子
function WindowOpen3()
{ window.open('lady/rumina.html','','toolbar=no,Width=490,Height=552,scrollbars=yes,resizable=yes');}

//4位の女の子
function WindowOpen4()
{ window.open('lady/io.html','','toolbar=no,Width=490,Height=552,scrollbars=yes,resizable=yes');}

//5位の女の子
function WindowOpen5()
{ window.open('lady/saki.html','','toolbar=no,Width=490,Height=552,scrollbars=yes,resizable=yes');}

//6位の女の子
function WindowOpen6()
{ window.open('lady/noe.html','','toolbar=no,Width=490,Height=552,scrollbars=yes,resizable=yes');}

//7位の女の子
function WindowOpen7()
{ window.open('lady/maria.html','','toolbar=no,Width=490,Height=552,scrollbars=yes,resizable=yes');}

//8位の女の子
function WindowOpen8()
{ window.open('lady/rushia.html','','toolbar=no,Width=490,Height=552,scrollbars=yes,resizable=yes');}

//9位の女の子
function WindowOpen9()
{ window.open('lady/kokoa.html','','toolbar=no,Width=490,Height=552,scrollbars=yes,resizable=yes');}

//10位の女の子
function WindowOpen10()
{ window.open('lady/izumi.html','','toolbar=no,Width=490,Height=552,scrollbars=yes,resizable=yes');}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}