function print_page() { parent.print();}
function close_page() {	parent.close();}
function reload_page() { location.reload();}
function go_back() {  history.back();}
function go_forward() { history.forward();}
function information() {
	opener.location="/contact.html";
	opener.focus();
	parent.close();
	}
