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

var w = 725;
var h = 620;

function winOpen(id){
window.open('./girl_pc.php?id='+id,'','width='+w+',height='+h+',scrollbars=yes');
}

function GetHeight(Y,NAME)
{
    var app = navigator.appName.charAt(0);
    if(navigator.userAgent.indexOf('Safari') != -1){
        document.getElementById(Y).height = parent.frames[NAME].document.body.scrollHeight + 20;
    }else if (app == "N")
    {
        document.getElementById(Y).height = parent.frames[NAME].document.height +20;
    }
    else
    {
        document.getElementById(Y).height = parent.frames[NAME].document.body.scrollHeight + 20;
    }
}
