function popUp(page,PWidth,PHeight,id) {
	eval("designerwiz"+id+"=window.open('"+page+"','designerwiz1','toolbar=0,scrollbars=1,location=0,status=0,menubar=0,resizable=1,width="+PWidth+",height="+PHeight+"')")
}
function popUpForm(page,PWidth,PHeight,id) {
	eval("designerwiz"+id+"=window.open('"+page+"','designerwiz1','toolbar=0,scrollbars=1,location=0,status=0,menubar=1,resizable=1,top=30,left=100,width="+PWidth+",height="+PHeight+"')")
}
function popUpProcessing(page,PWidth,PHeight,id) {
	eval("designerwiz"+id+"=window.open('"+page+"','myWindow','toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=0,top=350,left=200,width="+PWidth+",height="+PHeight+"')")
}
function addClick(variables) {
	sbimage = new Image();
	sbimage.src = "add_click.asp?ad=" + variables;
	//alert("This ad has been clicked!");
}
function MM_openBrWindow(theURL,winName,features) { //v1.2
  window.open(theURL,winName,features);
}
function checkNewsletterSignup()
{
	if (document.frmNewsletter.email.value.length < 4)
	{
	alert("Please complete the email field.");
	document.frmNewsletter.email.focus();
    document.frmNewsletter.email.select();
	return true;
	}
	else
	document.frmNewsletter.submit();
}