function openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}

function openWindowCallMe(){
	openBrWindow('/callme.php','callme','scrollbars=yes,width=412,height=417');
}

function openWindowAsbestoKit(){
	openBrWindow('/asbestokit_form.htm','AsbestoKit','scrollbars=yes,resizeable=yes,width=420,height=680');
}


