/*--------------------------------------------------------------------*/
/* Common Site Scripts                                                */
/*--------------------------------------------------------------------*/

function enlargePhoto(id,w,h) {
    var w = w || 530, h = h || 460;
	window.open('../images/enlargephoto.asp?id='+id,null,'toolbar=0,menubar=0,scrollbars=0,resizable=0,status=0,location=0,left=30,top=30,width='+w+',height='+h+',innerWidth='+w+',innerHeight='+h);
}

function policyPopup() {
	window.open('../bookings/policy.asp',null,'toolbar=0,menubar=0,scrollbars=0,resizable=0,status=0,location=0,left=30,top=30,width=400,height=292,innerWidth=400,innerHeight=292');
}

function rolloverClass(object, state) {
	object.className = state;
}

function page(href) {
	document.location = href;	
}

/*--------------------------------------------------------------------*/