// (c) 2003 EBTech.net

// Editable paramaters here:
	var pageURI = 'popup/mothersday.htm';
	var width = 640;
	var height = 118;

// Do not edit the below code:

function doPopup(){
//	var win = window.open(pageURI, "popupDefault", "width="+width+", height="+height+", scrollbars=false");
}
