// JavaScript Document
function openPopUpAndTrack (trackID, sUrl, nWidth, nHeight) {
	_hbPageView(trackID,"/uk/Lady+in+the+Water/Look+in+the+Water");
	
	document.location = sUrl;

	
}


function mailtoAndTrack (trackID, sBody, sSubject) {
	document.location = "mailto:?body=" + sBody + "&subject=" + sSubject;
	_hbPageView(trackID,"/uk/Lady+in+the+Water/Look+in+the+Water");
}


