function promoPop() {
  Promo = window.open("promo.aspx", "Promo", "screenX=100,screenY=100,height=358,width=680,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0");
  Promo.focus();
}

	

