<!--
//Navigation links
var None = "about:blank"

var home = "/homepage.asp"
var services= "/servicespage.asp"
var gallery= "/gallerypage.asp"
var about = "/aboutpage.asp"
var contact = "/contactpage.asp"
var policy = "/policypage.asp"
var map = "http://maps.yahoo.com/maps_result?ed=55c9P.p_0TojwV1u5zjXE2oy0I7M4s12geL5LHVFhEoJbzE-&csz=Atlanta%2C+GA+30324-4235&country=us&mag=9&cat="
var directions = "http://maps.yahoo.com/dd?ed=ycXvWuV.winE_yDBv4ZVRg.oEon9akOTO03nR2JuI6cehtoYYSb6ihsLLGAs&csz=&country=us&tcsz=Atlanta%2C&tcountry=us&oerr=-3001"



function openScript(fileName) {
	open( fileName,"", "width=" + width + ",height=" + height + "," +"toolbar=no,menubar=no," +"status=yes,scrollbars=yes," +"resizable=yes");
}

function openFile(fileName) {
fileName = "/images/" + fileName + ".asp";
window.open( fileName,'','width=600,height=400,'+'toolbar=no,scrollbars=yes,'+'status=no,menubar=no,' +'topmargin=0,resizable=yes');
}



function linkTo(lnk)
{
        self.location.href = lnk;
}



var filename=self.location.pathname;
var y=filename.lastIndexOf(".");
var x=filename.lastIndexOf("/") +1;
filename=filename.substring(x,y);



function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->