function openLinkWindow(URL)
  {
   linkWindow=window.open(URL,"linkInfo","width=1100,height=1100,dependent=yes,resizable=no,scrollbars=yes,toolbar=no,menubar=no");
    linkWindow.focus();
   
  }


function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}


rightClickWarning = "All images in this website copyrighted by Zipps Photos. All rights reserved. The images and/or text may not be copied, transmitted, published, reproduced or used in any way without written permission.";

displaySmugPopular = true;
SM.PhotoBar.config.position = 'bottom';





function ContactFormValidate()
{
	if (document.ContactForm.customername.value == "")
	{
		alert("Your Name is required");
		document.ContactForm.customername.focus();
		return false;

	}
      if (document.ContactForm.customeremail.value == "")
	{
		alert("Your E-Mail Address is required");
		document.ContactForm.customeremail.focus();
		return false;
	}
	

}

function swapBoxes() {
   box1 = YD.get("subcategoriesBox");
   box2 = YD.get("galleriesBox");
   if (box1 && box2)
   {
      swap = box1.innerHTML;
      box1.innerHTML = box2.innerHTML;
      box2.innerHTML = swap;
   }
}


function norobotmail(aUser, aDomain) { document.location = "mailto:" + aUser + "@" + aDomain; }


