
//Videófájlok megnyitása stagekhez az eredeti oldalról
//Instrukció linkeld be a használni kivánt oldalra és a videók linkjeit sima másolásos módszerrel illeszd be a sajátra

function songWin(url, war_width, war_height)
{
videoablak= window.open("http://www2.akb48.co.jp//song/"+url+".html", "videoablak", "left=100,top=100,width="+war_width+",height="+war_height+",status=no,menubar=no,scrollbars=no,resizable=no,directories=no,toolbar=no", "top frame");
videoablak.focus()
}

function videop(var_flvfile)
{
  player= window.open( "videoplayer.html?flv="+var_flvfile, "videoplayer", "width=640,height=480,status=0,menubar=0,scrollbars=0,resizable=0,directories=0,toolbar=no", "top frame");
  player.focus();
}
