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

