function openprices()
{
	window.open("http://www.acpwh.org.uk/includes/pricelist_popup.htm","leaflets","width=725,height=400,scrollbars=1,resizeable=1");
}
function openprices1()
{
	window.open("http://www.acpwh.org.uk/includes/pricelist_popup1.htm","leaflets1","width=725,height=400,scrollbars=1,resizeable=1");
}
function openprices2()
{
	window.open("http://www.acpwh.org.uk/includes/pricelist_popupApr09.htm","leaflets1","width=725,height=400,scrollbars=1,resizeable=1");
}
function openreseach()
{
	window.open("http://www.acpwh.org.uk/includes/workshop_popup.htm","leaflets1","width=725,height=400,scrollbars=1,resizeable=1");
}
function openjobs(jobid)
{
	var $url = "http://www.acpwh.org.uk/includes/jobs_popup.php?jobid=";
	var $wholeurl = $url+jobid;
	
	window.open($wholeurl,"Vacancies","width=725,height=400,scrollbars=1,resizeable=1");
}
function openannouncements(announceid)
{
	var $url = "http://www.acpwh.org.uk/includes/announcement_popup.php?id=";
	var $wholeurl = $url+announceid;
	window.open($wholeurl,"Announcements","width=725,height=400,scrollbars=1,resizeable=1");
}
