//this file contains functions to open the contactus popup

function MM_openBrWindow(theURL,winName,features) { //v2.0
	  window.open(theURL,winName,features);
//window.open(theURL);
	}


function OpenPopup(path,site){
	var urlOpen = path + "/utils/queries/query.asp?site=" + site;
	MM_openBrWindow(urlOpen,'popBatch','width=800,height=459,resizable=1,scrollbars=1,screenX=100,screenY=100,dependent=YES');
	
}

function Open_contact_PP(path,site){
	var urlOpen = path + "/utils/queries/contact_parishpay.asp?site=" + site;
	MM_openBrWindow(urlOpen,'popBatch','width=800,height=459,resizable=1,scrollbars=1,screenX=100,screenY=100,dependent=YES');
}
