
	function MM_jumpMenu(targ,selObj,restore){ //v3.0
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	if (restore) selObj.selectedIndex=0;
	}	

	function mmLoadMenus() {
	if (window.mm_menu_ab) return;	
	
	window.mm_menu_aa = new Menu("root",192,20,"Verdana, Times New Roman, Helvetica, sans-serif",13,"#a3238f","#6b616b","#F0CDEE","#F0CDEE","left","middle",3,0,500,0,0,true,true,true,0,true,true);
	mm_menu_aa.addMenuItem("Babies and Children","location='babiesandchildren.aspx'");
	mm_menu_aa.addMenuItem("Engagements and  Weddings","location='engagementsandweddings.aspx'");
	mm_menu_aa.addMenuItem("Families","location='families.aspx'");
	mm_menu_aa.addMenuItem("Portfolios","location='portfolios.aspx'");
	mm_menu_aa.hideOnMouseOut=true;
	mm_menu_aa.childMenuIcon="images/arrows.gif";
	mm_menu_aa.menuBorder=0;
	mm_menu_aa.menuLiteBgColor='#808080';
	mm_menu_aa.menuBorderBgColor='#808080';
	mm_menu_aa.bgColor='#808080';	
	
	
	window.mm_menu_ab = new Menu("root",180,20,"Verdana, Times New Roman, Helvetica, sans-serif",13,"#ffffff","#7174C5","#a588b5","#ffffff","left","middle",3,0,500,0,0,true,true,true,0,true,true);
	mm_menu_ab.addMenuItem("","location='.aspx'");
	mm_menu_ab.hideOnMouseOut=true;
	mm_menu_ab.childMenuIcon="images/arrows.gif";
	mm_menu_ab.menuBorder=0;
	mm_menu_ab.menuLiteBgColor='#808080';
	mm_menu_ab.menuBorderBgColor='#808080';
	mm_menu_ab.bgColor='#808080';
	
	
	mm_menu_aa.writeMenus();
			} // mmLoadMenus()

	function pageWidth() {return window.innerWidth != null? window.innerWidth: document.body != null? document.body.clientWidth:null;}

	function pagepos()
	{
		pw = pageWidth();
		pos = pw / 2;
		return pos;
	}

	function windowOpener(url, name, args) {
		if (typeof(popupWin) != "object"){
		popupWin = window.open(url,name,args);
		} else {
			if (!popupWin.closed) { 
			popupWin.location.href = url;
			} else {
			popupWin = window.open(url, name,args);
			}
		}
		popupWin.focus();
	}
			
