monthDays = new Array(31,29,31,30,31,30,31,31,30,31,30,31)

function populateDays(monthChosen) {
  monthStr = monthChosen.options[monthChosen.selectedIndex].value
  if (monthStr != "") {
    theMonth=parseInt(monthStr)

    document.bkfrm.days.options.length = 0
    for (i=0;i<monthDays[theMonth];i++) {
    document.bkfrm.days.options[i] = new Option(i+1)
    }
  }
}

function showElement(layer){
var myLayer = document.getElementById(layer);
if(myLayer.style.display=="none"){
myLayer.style.display="block";
myLayer.backgroundPosition="top";
} else {
myLayer.style.display="none";
}
}

/* header pop-up */
function hdWindow() {
  headerWindow = window.open("http://www.ezbizsa.com/web_suite/admin_header.php", "headerWindow", "scrollbars=yes,location=yes,resizable=yes,width=630,height=500")
}

/* menu pop-up */
function mnWindow() {
  menuWindow = window.open("http://www.ezbizsa.com/web_suite/admin_menu.php", "menuWindow", "scrollbars=yes,location=yes,resizable=yes,width=630,height=500")
}

/* secondary text pop-up */
function scndWindow() {
  secondWindow = window.open("http://www.ezbizsa.com/web_suite/brandnew_secondary_text.php", "secondWindow", "scrollbars=yes,location=yes,resizable=yes,width=600,height=550")
}

/* welcome text pop-up */
function wlcmWindow() {
  welcomeWindow = window.open("http://www.ezbizsa.com/web_suite/brandnew_site_home.php", "welcomeWindow", "scrollbars=yes,location=yes,resizable=yes,width=600,height=550")
}

/* footer text pop-up */
function footWindow() {
  footerWindow = window.open("http://www.ezbizsa.com/web_suite/brandnew_footer.php", "footerWindow", "scrollbars=yes,location=yes,resizable=yes,width=600,height=550")
}

/* tertiary text text pop-up */
function tertWindow() {
  tertiaryWindow = window.open("http://www.ezbizsa.com/web_suite/brandnew_tertiary_text.php", "tertiaryWindow", "scrollbars=yes,location=yes,resizable=yes,width=600,height=550")
}

/* about text text pop-up */
function abtWindow() {
  aboutWindow = window.open("http://www.ezbizsa.com/web_suite/builder_about.php", "aboutWindow", "scrollbars=yes,location=yes,resizable=yes,width=600,height=550")
}

/* special text text pop-up */
function spcWindow() {
  specWindow = window.open("http://www.ezbizsa.com/web_suite/builder_specials.php", "specWindow", "scrollbars=yes,location=yes,resizable=yes,width=600,height=550")
}

/* blog text pop-up */
function blogWindow() {
  bloggerWindow = window.open("http://www.ezbizsa.com/web_suite/brandnew_blog.php", "bloggerWindow", "scrollbars=yes,location=yes,resizable=yes,width=700,height=550")
}

/* product catalog pop-up */
function catWindow() {
  prodWindow = window.open("http://www.ezbizsa.com/web_suite/brandnew_catcomp.php", "prodWindow", "scrollbars=yes,location=yes,resizable=yes,width=750,height=550")
}

/* services pop-up */
function sservWindow() {
  ssrvWindow = window.open("http://www.ezbizsa.com/web_suite/brandnew_serv.php", "ssrvWindow", "scrollbars=yes,location=yes,resizable=yes,width=750,height=550")
}

/* gallery pop-up */
function galWindow() {
  galleryWindow = window.open("http://www.ezbizsa.com/web_suite/builder_gallery_intro.php", "galleryWindow", "scrollbars=yes,location=yes,resizable=yes,width=750,height=550")
}

/* gallery pop-up */
function lnkWindow() {
  linkWindow = window.open("http://www.ezbizsa.com/web_suite/brandnew_links_manager.php", "linkWindow", "scrollbars=yes,location=yes,resizable=yes,width=750,height=550")
}

/* map pop-up */
function mapWindow() {
  locWindow = window.open("http://www.ezbizsa.com/web_suite/builder_map.php", "locWindow", "scrollbars=yes,location=yes,resizable=yes,width=600,height=550")
}

/* services pop-up */
function newsWindow() {
  NewsWindow = window.open("http://www.ezbizsa.com/web_suite/brandnew_news_manager.php", "NewsWindow", "scrollbars=yes,location=yes,resizable=yes,width=750,height=550")
}

/* slideshow pop-up */
function slideshowWindow(s) {
  slideWindow = window.open("http://www.ezbizsa.com/web_suite/slideshow_popup.php?s="+s, "slideWindow", "scrollbars=yes,location=yes,resizable=yes,width=750,height=550")
}

/* conditions pop-up */
function termsWindow() {
  TermsWindow = window.open("http://www.ezbizsa.com/web_suite/builder_conditions.php", "TermsWindow", "scrollbars=yes,location=yes,resizable=yes,width=600,height=550")
}

/* properties pop-up */
function propWindow() {
  PropWindow = window.open("http://www.ezbizsa.com/web_suite/brandnew_estagcontrol.php", "PropWindow", "scrollbars=yes,location=yes,resizable=yes,width=800,height=650")
}

/* packages pop-up */
function packWindow() {
  PackWindow = window.open("http://www.ezbizsa.com/web_suite/brandnew_packcontrol.php", "PackWindow", "scrollbars=yes,location=yes,resizable=yes,width=800,height=650")
}

function servartWindow() {
  ServartWindow = window.open("http://www.ezbizsa.com/web_suite/builder_page_serv.php?pid='.$sid.'", "ServartWindow", "toolbar=no,scrollbars=yes,location=yes,resizable=yes,width=600,height=500")
}

function artWindow() {
  ArtWindow = window.open("http://www.ezbizsa.com/web_suite/brandnew_site_article.php", "ArtWindow", "toolbar=no,scrollbars=yes,location=yes,resizable=yes,width=600,height=500")
}

function addblWindow(x) {
  addBlockWindow = window.open("builder_addblock.php?b="+x, "addBlockWindow", "scrollbars=yes,resizable=yes,width=600,height=500,top=0,left=0")
}


