
function contact_form(account) {
	url = 'http://murrayriver.voice.net.au/admin/form_account_contact.php?username=' + account;
	opts = 'resizable=yes,status=yes,scrollbars=no,width=800,height=580';
	firstchild = window.open(url, 'secondchild', opts);  
}

function generic_info_form(servicetype) {
	url = 'http://murrayriver.voice.net.au/admin/form_generic_info.php?servicetype=' + servicetype;
	opts = 'resizable=yes,status=yes,scrollbars=yes,width=800,height=580';
	firstchild = window.open(url, 'secondchild', opts);  
}
