function doAvailability(str){
	window.open(str, "_blank","status=0,toolbar=0, scrollbars=1");
}


function doPrint(){
	newWindow = open('http://www.holiday-villas-algarve-portugal.co.uk/Print.html',null,'menubar=no, toolbar=no, location=no, scrollbars=yes, resizable=no, status=yes, width=650, height=700');
	if (newWindow.opener == null){
		newWindow.opener = self;
	}
}


function image_act(name){
	name.style.display='none';
}
