
//
// <a href="javascript:blahBlah'whatever/what.html','','480','360');"></a>
//

function openWindow(mypage,myname,w,h,scroll,resize) 
{ 
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable='+resize+''
OpenWin = this.open(mypage,myname,settings)
}

function hotelDev()
{
	openWindow('development.html','hotelDev',560,600, 'yes', 'no');
}

function SugarBeach()
{
	openWindow('tidessugarbeach.html','SugarBeach',560,600, 'yes', 'no');
}
