function jumpTo( menu ) {   where = menu.options[ menu.selectedIndex ].value;   if ( where != "" )   window.location = where; }function MM_openBrWindow(theURL,winName,features) { //v2.0  window.open(theURL,winName,features);}function MM_reloadPage(init) {  //reloads the window if Nav4 resized  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}MM_reloadPage(true);function MM_jumpMenu(targ,selObj,restore){ //v3.0  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");  if (restore) selObj.selectedIndex=0;}function openShopNowPopup(theURL){   if (theURL != null && theURL != 'null'){      		// reformatActionStr = theURL;   		var indexAction = theURL.indexOf( "action=" );   		var reformatActionStr = theURL.substring(indexAction+7);		var intIndexOfMatch = reformatActionStr.indexOf( "&" );		// Loop over the string value replacing out each matching		// substring.		while (intIndexOfMatch != -1){			// Relace out the current instance.			 reformatActionStr = reformatActionStr.replace( "&", "%26" );			// Get the index of any next matching substring.			 intIndexOfMatch = reformatActionStr.indexOf( "&" );		 }		 		var reformatted = theURL.substring(0,indexAction+7) + reformatActionStr;		var newWin = window.open(reformatted); // params and stuff				   					   		   }			   }	var newwindow;function emailPopup(url, height, width){	newwindow=window.open(url,'name','height=' + height + ',width=' + width);	if (window.focus) {newwindow.focus();}}function footerPopup(url, name, attributes){	newwindow=window.open(url, name, attributes);	if (window.focus) {newwindow.focus();}}
