function popitup(url) {
        newwindow=window.open(url,'name','height=670,width=970');
        if (window.focus) {newwindow.focus()}
        return false;
}
function playout()
{ window.open( "http://www.balihaicruises.com/popup.html", "playout", "width=970, height=670, menubar=0, resizable=0, scrollbars=yes, toolbar=0")}


