function openRatings(hotelID, L) {
    window.open("http://www.hotel.es/index.php?id=36&L="+L+"&hotelID=" + hotelID, '', "height=600, width=580, left=300, top=300, scrollbars=yes, resizeable=yes, toolbar=no, status=no");
}

function openWindow(pid, L, hardlink, height, width) {
    if(!L)L=0;
    if (!height)
    {
        height = 600;
    }
    if (!width)
    {
        width = 580;
    }
    if (!hardlink)
    {
        window.open("http://www.hotel.es/index.php?id=" + pid +"&L=" + L, '', "height="+height+", width="+width+", left=300, top=300, scrollbars=yes, resizeable=yes, toolbar=no, status=no");
    }else
    {
        window.open(hardlink, '', "height="+height+", width="+width+", left=300, top=300, scrollbars=yes, resizeable=yes, toolbar=no, status=no");
    }
}

function openWindowExt(url) {
    window.open(url, '', "height=600, width=580, left=300, top=300, scrollbars=yes, resizeable=yes, toolbar=no, status=no");
}

