
function pv()
{
sub = window.open("swf/pv.html","pv","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=320,height=280");
x = (screen.width  - 320) / 2;
y = (screen.height - 280) / 2;
sub.moveTo(x,y);
sub.focus();
}

function mobile()
{
sub = window.open("mobile/index.html","mobile","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=510,height=700");
x = (screen.width  - 484) / 2;
y = (screen.height - 410) / 2;
sub.moveTo();
sub.focus();
}

function girls()
{
sub = window.open("girls/index.html","girls","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=484,height=700");
x = (screen.width  - 484) / 2;
y = (screen.height - 410) / 2;
sub.moveTo();
sub.focus();
}