
// FUNCTION TO GENERATE A CENTERED POPUP WINDOW.
//
// Usage: fnPopWin(*STRING* Target URL , *INT* Popup Width , *INT* Popup Height)
//
// nb.	place 'onBlur="window.close();"' in the popup HTML's <BODY> if you
//		want the popup to disappear when it loses focus.
//

<!-- 
function fnPopWin(sTarget,iSizeX,iSizeY,iPosX,iPosY)
{
	var iLeft;
	var iTop; 
		
	if (!iPosX && !iPosY && (document.all || document.layers || document.getElementById))
	{
		iLeft = (screen.width / 2) - (iSizeX / 2);
		iTop = (screen.height / 2) - (iSizeY / 2);
	}
	else
	{
		iLeft = iPosX;
		iTop = iPosY;
	}
	
	oPopWin = window.open(sTarget,"POPWIN","scrollbars=yes,status=no,directories=no,location=no,toolbar=no,resizable=no,menubar=no,width="+iSizeX+",height="+iSizeY+",innerwidth="+iSizeX+",innerheight="+iSizeY+",top="+iTop+",left="+iLeft+",screenX="+iLeft+",screenY="+iTop);
	oPopWin.focus();
}

// -->

<!-- 
function openlondonpopup(){
var popurl="http://www.thetreatmentrooms.co.uk/london.htm"
winpops=window.open(popurl,"","width=308,height=180,scrollbars=no,left=300,top=300")
}
// -->

<!-- 
function openpopupproduct(){
var popurl="popup.htm"
winpops=window.open(popurl,"","width=595,height=340,scrollbars=auto,")
}
// -->



<!-- 
function opengvpopup(){
var popurl="http://www.thetreatmentrooms.co.uk/giftvouchers/"
winpops=window.open(popurl,"","width=640,height=500,scrollbars=yes,")
}
// -->



<!-- 
function openmappopup(){
var popurl="http://www.thetreatmentrooms.co.uk/map.htm"
winpops=window.open(popurl,"","width=640,height=608,scrollbars=no,")
}
// -->


<!-- 
function opendirspopup(){
var popurl="http://www.thetreatmentrooms.co.uk/dirs.htm"
winpops=window.open(popurl,"","width=606,height=434,scrollbars=no,")
}
// -->


<!-- 
function openrespopup(){
var popurl="http://www.thetreatmentrooms.co.uk/reservations.htm"
winpops=window.open(popurl,"","width=302,height=220,scrollbars=no,")
}
// -->


<!--
function opencanpopup(){
var popurl="http://www.thetreatmentrooms.co.uk/cancellation.htm"
winpops=window.open(popurl,"","width=308,height=180,scrollbars=no,")
}
// -->


<!--
function openchildpopup(){
var popurl="http://www.thetreatmentrooms.co.uk/children.htm"
winpops=window.open(popurl,"","width=308,height=180,scrollbars=no,")
}
// -->

<!--
function opencanlonpopup(){
var popurl="http://www.thetreatmentrooms.co.uk/london/cancellation.htm"
winpops=window.open(popurl,"","width=308,height=230,scrollbars=no,")
}
// -->


<!--
function openchildlonpopup(){
var popurl="http://www.thetreatmentrooms.co.uk/london/children.htm"
winpops=window.open(popurl,"","width=308,height=260,scrollbars=no,")
}
// -->

<!--
function openneedlonpopup(){
var popurl="http://www.thetreatmentrooms.co.uk/london/needtoknow.htm"
winpops=window.open(popurl,"","width=308,height=230,scrollbars=no,")
}
// -->

<!-- 
function openmaplonpopup(){
var popurl="http://www.thetreatmentrooms.co.uk/london/map.htm"
winpops=window.open(popurl,"","width=610,height=550,scrollbars=no,")
}
// -->

<!--
function openchanginglonpopup(){
var popurl="http://www.thetreatmentrooms.co.uk/london/changing.htm"
winpops=window.open(popurl,"","width=280,height=430,scrollbars=no,")
}
// -->


<!--
function openrelaxpopup(){
var popurl="relaxation.htm"
winpops=window.open(popurl,"","width=280,height=230,scrollbars=no,")
}
// -->

<!--
function openrelaxlonpopup(){
var popurl="http://www.thetreatmentrooms.co.uk/london/relaxation.htm"
winpops=window.open(popurl,"","width=280,height=430,scrollbars=no,")
}
// -->


<!--
function openpopupgrauniad(){
var popurl="guardian-review.htm"
winpops=window.open(popurl,"","width=620,height=450,scrollbars=yes,")
}
// -->

<!--
function openpopuptraveller(){
var popurl="traveller-review.htm"
winpops=window.open(popurl,"","width=620,height=450,scrollbars=yes,")
}
// -->

<!--
function openpopupharpers(){
var popurl="harpers-review.htm"
winpops=window.open(popurl,"","width=620,height=450,scrollbars=yes,")
}
// -->

<!--
function openpopupspahealth(){
var popurl="spa-health-review.htm"
winpops=window.open(popurl,"","width=620,height=450,scrollbars=yes,")
}
// -->

<!--
function openpopupbeautyuk(){
var popurl="beauty-uk-review.htm"
winpops=window.open(popurl,"","width=620,height=450,scrollbars=yes,")
}
// -->

<!--
function openpopupabsolute(){
var popurl="absolute-brighton-review.htm"
winpops=window.open(popurl,"","width=620,height=450,scrollbars=yes,")
}
// -->