function opWinIm(name,w,h,title)
{
var Settings = "toolbar=no, directories=no, location=no, width="+w+", height="+h+", left=200, top=100, status=no, scrollbars=no, resize=no";
var myWindow = window.open ("","",Settings);
myWindow.document.write ('<html><head><title>'+title+'</title></head><body style="margin:0px" onClick="window.close(); cursor:pointer;"><center><img src='+name+' border=0></center></body></html>');
myWindow.document.close();
}



function newwindop(w,h,resize)
{
	window.open("","newwindop","height="+h+",width="+w+",left="+(screen.availWidth-w)/2+",top="+(screen.availHeight-h)/2+",scrollbars=0,resizable="+resize);
}

function hhotelPTC(val, lg, codeprice, codetrack, cluster)
{
	var waction = "http://www.fastbooking.co.uk/DIRECTORY/";
	waction += "preresa.phtml?Hotelnames="+val;
	if (lg != "") waction += "&langue="+lg;
	if (codeprice!= "") waction += "&FSTBKNGCode="+codeprice;
	if (codetrack != "") waction += "&FSTBKNGTrackLink="+codetrack;
	if (cluster != "") waction += "&clustername="+cluster;
	window.open(waction,"reservation","toolbar=no,width=400,height=350,menubar=no,scrollbars=yes,resizable=yes,alwaysRaised=yes");
}
