function openwin_print() {
	var iWidth = 520;
    var iHeight = 500; 
	var iTop = (window.screen.availHeight-30-iHeight)/2;
    var iLeft = (window.screen.availWidth-10-iWidth)/2;
	window.open ("inc/print.asp", "Print", "height="+iHeight+", width="+iWidth+", toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=no, status=no, top="+iTop+", left="+iLeft) 
} 

function addLocation(location)
{
	if (location=="Central Auckland")
	{
		document.getElementById('_recipients').value="enquiries@johnandrew.co.nz,greylynn.service@johnandrew.co.nz";
	}else if(location=="West Auckland")
	{
		document.getElementById('_recipients').value="enquiries@johnandrew.co.nz,henderson.service@johnandrew.co.nz";
	}else if(location=="Penrose")
	{
		document.getElementById('_recipients').value="enquiries@johnandrew.co.nz,penrose.service@johnandrew.co.nz";
	}else if(location=="Webdesign")
	{
		document.getElementById('_recipients').value="enquiries@johnandrew.co.nz,support@webdesign.co.nz,christina@webdesign.co.nz";
	}else
	{
		document.getElementById('_recipients').value="enquiries@johnandrew.co.nz";
	}
}
