<!-- Begin POP-UP SIZES AND OPTIONS CODE

function popUp(URL,SLIDESHOW) {
    var view_width = 675;
    var view_height = 510;
    var look='toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width='+view_width+',height='+view_height+',';
    popwin=window.open("blank.html","zoom",look);

	_isMac = navigator.userAgent.match(/mac/i) ? 1 : 0 ;
	
	while ( !_isMac && popwin.document.readyState != "complete" ) {
		continue;
	}
	while ( _isMac && popwin.document.readyState != "interactive" ) {
		continue;
	}
//    while (popwin.document.readyState != "complete") {
//        continue;
//    }

    popwin.document.open();
    /*** Old Template ***/
    /*
    popwin.document.writeln('<title>Nationwide Marketing Solutions</title><head>')
    popwin.document.writeln('<link rel=StyleSheet href="coolstyle.css" type="text/css" media="screen"></head>')
    popwin.document.writeln('<body bgcolor="#FFFFFF" leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" marginheight="0" marginwidth="0">')
    popwin.document.writeln('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" height="100%" ><tr><td align="center" valign="top">')
    popwin.document.writeln('<center><br>')
    popwin.document.writeln('<TABLE cellpadding="0" cellspacing="0" border="0" bordercolor="#000000" style="border-collapse: collapse"><tr><td>')
    popwin.document.writeln('<img src="'+URL+'">')
    popwin.document.writeln('</td></tr></table>')
    popwin.document.writeln('</td></tr><tr><td valign="top" align="center" height="65">')
    popwin.document.writeln('<img src="picts/spacer.gif" height="15" width="10" border="0"><br>')
    popwin.document.writeln('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td align="center">')
    popwin.document.writeln('<form><input type=submit value="Close" onClick=\'self.close()\' class="button-popups" onmouseover="this.className=\'buttonon-popups\'" onmouseout="this.className=\'button-popups\'" style="width: 98px"></form><br>')
    popwin.document.writeln('</td><td align="center">')
    popwin.document.writeln('<form action="'+SLIDESHOW+'">&nbsp;<input type=submit value="Slideshow" class="button-popups" onmouseover="this.className=\'buttonon-popups\'" onmouseout="this.className=\'button-popups\'" style="width: 98px"></form><br>')
    popwin.document.writeln('</td></tr></table>')
    popwin.document.writeln('</center>')
    popwin.document.writeln('</td></tr></table>')
    popwin.document.writeln('</body></html>')
    */
    /*** New template ***/
    popwin.document.writeln('<!doctype html public "-//w3c//dtd html 4.0 transitional//en">');
    popwin.document.writeln('<html>');
    popwin.document.writeln('<head>');
    popwin.document.writeln('<title>Nationwide Marketing Solutions, Your Smart Marketing Solution</title><LINK media="screen" href="coolstyle.css" type="text/css" rel="StyleSheet">');
    popwin.document.writeln('<META http-equiv="imagetoolbar" content="no">');
    //popwin.document.writeln('           <script language="JavaScript" type="text/javascript" src="mouseover-short.js"></script>');
    popwin.document.writeln('           <script language="JavaScript">');
    popwin.document.writeln('           <!-- ');
	popwin.document.writeln('if (document.images) {');
    popwin.document.writeln('closebuttonoff = new Image();');
    popwin.document.writeln('closebuttonoff.src = "picts/popup-button-close-off.gif";');
    popwin.document.writeln('closebuttonon = new Image();');
    popwin.document.writeln('closebuttonon.src = "picts/popup-button-close-on.gif";');
    popwin.document.writeln('slideshowbuttonoff = new Image();');
    popwin.document.writeln('slideshowbuttonoff.src = "picts/popup-button-slideshow-off.gif";');
    popwin.document.writeln('slideshowbuttonon = new Image();');
    popwin.document.writeln('slideshowbuttonon.src = "picts/popup-button-slideshow-on.gif";');
	popwin.document.writeln('}');
	popwin.document.writeln('autoplay_value=\'none\';');
	popwin.document.writeln('function img_act(imgName) {');
    popwin.document.writeln('if (document.images) {');
    popwin.document.writeln('    imgOn = eval(imgName + "on.src");');
    popwin.document.writeln('    if (autoplay_value == \'Stop\' && imgName == \'autoplay\') {');
    popwin.document.writeln('        imgOn = stopon.src;');
    popwin.document.writeln('    }');
    popwin.document.writeln('    document [imgName].src = imgOn;');
    popwin.document.writeln('}');
	popwin.document.writeln('}');
	popwin.document.writeln('function img_inact(imgName) {');
    popwin.document.writeln('if (document.images) {');
    popwin.document.writeln('    imgOff = eval(imgName + "off.src");');
    popwin.document.writeln('    if (autoplay_value == \'Stop\' && imgName == \'autoplay\') {');
    popwin.document.writeln('        imgOff = stopoff.src;');
    popwin.document.writeln('    }');
    popwin.document.writeln('    document [imgName].src = imgOff;');
    popwin.document.writeln('}');
	popwin.document.writeln('}');
    popwin.document.writeln('           // -->');
    popwin.document.writeln('           </script>');
    popwin.document.writeln('   </head>');
    popwin.document.writeln('   <body leftmargin="0" topmargin="0">');
    popwin.document.writeln('       <!-- Outer Table-->');
    popwin.document.writeln('       <TABLE id="Table5" cellSpacing="0" cellPadding="0" width="675" border="0" height="510">');
    popwin.document.writeln('           <TR height="510" valign="top" align="left">');
    popwin.document.writeln('               <TD width="196" align="left" valign="top">');
    popwin.document.writeln('                   <!-- Sidebar Table-->');
    popwin.document.writeln('                   <TABLE id="Table6" cellSpacing="0" cellPadding="0" width="196" height="510" border="0">');
    popwin.document.writeln('                       <TR>');
    popwin.document.writeln('                           <TD vAlign="top" align="left" width="196" bgColor="#c7cddb" colSpan="2" height="60"><img src="picts/popup-logo-main.gif" border="0" width="196" height="60"></TD>');
    popwin.document.writeln('                       </TR>');
    popwin.document.writeln('                       <TR>');
    popwin.document.writeln('                           <TD valign=bottom width="166" background="picts/popup-button-background.gif" height="450">');
    popwin.document.writeln('                               <!-- Sidebar buttons-->');
    popwin.document.writeln('                               &nbsp;&nbsp;&nbsp;&nbsp;<br><br><br><br>');
    popwin.document.writeln('                               <A href="'+SLIDESHOW+'" ONMOUSEOVER="img_act(\'slideshowbutton\')" ONMOUSEOUT="img_inact(\'slideshowbutton\')"><IMG NAME="slideshowbutton" height="25" alt="Slideshow" src="picts/popup-button-slideshow-off.gif" width="166" border="0"></A><br>');
    popwin.document.writeln('                               <IMG height="7" src="picts/popup-button-spacer.gif" width="166" border="0"><br>');
    popwin.document.writeln('                               <A href="javascript:self.close()" ONMOUSEOVER="img_act(\'closebutton\')" ONMOUSEOUT="img_inact(\'closebutton\')"><IMG NAME="closebutton" height="25" alt="Close" src="picts/popup-button-close-off.gif" width="166" border="0"></A><br>');
    popwin.document.writeln('                               <IMG height="7" src="picts/popup-button-spacer.gif" width="166" border="0"><br>');
    popwin.document.writeln('                               <IMG height="43" src="picts/spacer.gif" width="1" border="0">');
    popwin.document.writeln('                               <!-- End sidebar buttons-->');
    popwin.document.writeln('                           </TD>');
    popwin.document.writeln('                           <TD width="30" bgColor="#FFFFFF" height="450">&nbsp;</TD>');
    popwin.document.writeln('                       </TR>');
    popwin.document.writeln('                   </TABLE>');
    popwin.document.writeln('               </TD>');
    popwin.document.writeln('               <TD width="479">');
    popwin.document.writeln('                   <!-- Content & Header & Footer Table-->');
    popwin.document.writeln('                   <TABLE id="Table7" cellSpacing="0" cellPadding="0" width="479" height="510" border="0">');
    popwin.document.writeln('                       <TR>');
    popwin.document.writeln('                           <TD width="479" height="6"><img src="picts/popup-header-bar.gif" border="0" width="479" height="6"></TD>');
    popwin.document.writeln('                       </TR>');
    popwin.document.writeln('                       <TR height="457">');
    popwin.document.writeln('                           <TD width="479">');
    popwin.document.writeln('                           <!-- CONTENT TABLE -->');
    popwin.document.writeln('                           <img src="'+URL+'">')
    popwin.document.writeln('                           <!-- end content -->');
    popwin.document.writeln('                           </TD>');
    popwin.document.writeln('                       </TR>');
    popwin.document.writeln('                       <TR height="47">');
    popwin.document.writeln('                           <TD width="479"><span class="copytext">&copy;Copyright ');
    popwin.document.writeln('      2003-2008 <a class="link" href="javascript:window.opener.focus();window.opener.location=\'index.html\';window.close();">Nationwide Marketing Solutions</a>, ');
    popwin.document.writeln('      Redlands, CA. All products and designs displayed herein are protected by ');
    popwin.document.writeln('      Copyright, and may not be reproduced in any manner, except by expressed ');
    popwin.document.writeln('      written consent of Nationwide Marketing Solutions. Any unauthorized use is ');
    popwin.document.writeln('      prohibited by law. </span></TD>');
    popwin.document.writeln('                       </TR>');
    popwin.document.writeln('                   </TABLE>');
    popwin.document.writeln('               </TD>');
    popwin.document.writeln('           </TR>');
    popwin.document.writeln('       </TABLE>');
    popwin.document.writeln('   </body>');
    popwin.document.writeln('</html>');
    popwin.document.close()
}


function popUpSlideshow(URL) {
    var slideshow_width = 675
    var slideshow_height = 510
    var x = window.open(URL, 'slideshow', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width='+slideshow_width+',height='+slideshow_height+'');
    x.focus();
}


function popUpFAQ(URL) {
    var FAQ_width = 675
    var FAQ_height = 250
    var x = window.open(URL, 'faq', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width='+FAQ_width+',height='+FAQ_height+'');
    x.focus();
}


// End -->



