
	function pageselect(strPage,strPageType) {
			if (strPage == '') {
				alert('Please select a ' + strPageType + ' from the list.')
			} else {
				parent.location = strPage
			}
	}

	function changecolor(tblCell,strColor) {

		tblCell.style.background = strColor;

	}

	//Function to open pop up window
	function openWin(theURL,winName,features) {
  		window.open(theURL,winName,features);
	}


	function AdvertOut(AdvertID) {

		return false;

		window.open('http://ads.mycountry.co.uk/out/?id=' + AdvertID)
	}



	function SendEmail(AdvertID) {

		// window.location = 'send_email.asp?id=' + AdvertID

		alert('Coming Soon');
	}


	function ViewWebsite(AdvertID) {

		window.open('http://www.hazel-grove.co.uk/business/out.asp?id=' + AdvertID)
	}


	function ViewMap(AdvertID, PostCode) {

		window.open('http://maps.google.com/?q=' + PostCode)
	}