/* pop up window contact */
function enlarge(url) {
	self.name = "opener";
    remote = open(url, "consider", "width=450,height=500,left=50,top=50,scrollbars=yes,resizable=yes,");
}
/* drop down on homepage - redirect to services */
function drop() {
	url = document.homeimage.introtxt.url.options[selectedIndex].value;
	compiledurl = "whatwedo/details.php?pageid=".url;
	window.location = "whatwedo/details.php?pageid=";
}
function printpage() {
	window.print();  
}
function pagerefresh() {
	window.location.reload(false);
}