<!-- Begin POP-UP SIZES AND OPTIONS CODE


// ONLY USE lowercase FOR ALL OPTIONS


// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON


var close_button		= "yes"	// GALLERY CLOSE BUTTON ON/OFF
right_click_on		= "yes"	// RIGHT CLICK PROTECTION ON
var viewer			= "no"	// yes/FULL SCREEN OR no/POPUP MODE


// OTHER OPTIONS YOU CAN CHANGE


border_color		= "000000"	// PICTURE OUTLINE COLOR
//var background_colors	= "2D2D4A"	// BACKROUND COLOR OF THE GALLERY POPUP
var background_colors	= "FFFFFF"	// BACKROUND COLOR OF THE GALLERY POPUP

var view_width		= 575		// GALLERY POPUP WIDTH
var view_height		= 490		// GALLERY POPUP HEIGHT

var scrollbarS		= "0"		// TURN ON POPUP SCROLLBARS "1" FOR ON "0" FOR OFF




// COPYRIGHT 2004 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

// START FIREWORKS POPUP CODE




function popUpFireworks() {
//day = new Date();
id = 'fireworksWin';
var winl = (screen.width - view_width) / 2;
var wint = (screen.height - view_height) / 2;

   if (viewer == "no") {
var look='toolbar=0,scrollbars=' + scrollbarS + ',location=0,status=0,menubar=0,resizable=0,width='+view_width+',height='+view_height+',top='+wint+',left='+winl+''
//popwin=window.open("","",look)
popwin=window.open("",id,look)
}
else 
if (viewer == "yes") {
popwin=window.open("","")
}

/*
id = 'fireworksWin';
var winl = (screen.width - view_width) / 2;
var wint = (screen.height - view_height) / 2;

   if (viewer == "no") {
eval("page" + id + " = window.open("", '" + id + "', 'toolbar=0,scrollbars=' + scrollbarS + ',location=0,status=0,menubar=0,resizable=0,width='+view_width+',height='+view_height+',top='+wint+',left='+winl+'');");
}
else 
if (viewer == "yes") {
eval("page" + id + " = window.open("","");");
}
eval("page" + id + ".focus()");
*/
popwin.document.open()
popwin.document.write('<html><head><title>Fireworks</title>')
popwin.document.write('<link rel=StyleSheet href="/corporatestyle.css" type="text/css" media="screen">')
   if (right_click_on == "yes") {
popwin.document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">')
popwin.document.write('<script language="JavaScript" type="text/javascript">')
popwin.document.write('function noRightClick() {')
popwin.document.write('if (event.button==2) {')
popwin.document.write('alert(\'You may not right mouse click this page.\')')
popwin.document.write('}')
popwin.document.write('}')
popwin.document.write('document.onmousedown=noRightClick')
popwin.document.write('</script>')
}
popwin.document.write('</head>')
popwin.document.write('<body bgcolor="#'+background_colors+'" leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0 marginheight=0 marginwidth=0>')
popwin.document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%" height="100%" ><tr><td align="center">')
popwin.document.write('<br>')
popwin.document.write('<TABLE cellpadding="0" cellspacing="0" border="0" bordercolor="#' + border_color + '" style="border-collapse:collapse"><tr><td>')

popwin.document.write('  <table border="0">')
popwin.document.write('    <tr>')
popwin.document.write('      <td align="left">')
popwin.document.write('        <br/>')
popwin.document.write('        <p align="center">')
popwin.document.write('        <img src="picts/flags/3dflagsdotcom_usa_2faws.gif" width="17" height="12" border="0" alt="3D animated waving American flag">&nbsp;')
popwin.document.write('        <span class="strong"><span style="color:red">H<span style="color:blue">A</span>P<span style="color:blue">P</span>Y <span style="color:blue">I</span>N<span style="color:blue">D</span>E<span style="color:blue">P</span>E<span style="color:blue">N</span>D<span style="color:blue">E</span>N<span style="color:blue">C</span>E <span style="color:blue">D</span>A<span style="color:blue">Y</span>!</span></span>&nbsp;')
popwin.document.write('        <img src="picts/flags/3dflagsdotcom_usa_2faws.gif" width="17" height="12" border="0" alt="3D animated waving American flag">')

popwin.document.write('        <APPLET code="jhanabi.class" width="'+(view_width-100)+'" height="'+(view_height-150)+'">')
popwin.document.write('        <param name="para_bits" value="10000">')
popwin.document.write('        <param name="para_max" value="125">')
popwin.document.write('        <param name="para_blendx" value="50">')
popwin.document.write('        <param name="para_blendy" value="50">')
popwin.document.write('        <param name="para_sound" value="2">')
popwin.document.write('        </APPLET>')

popwin.document.write('        <br/>')
popwin.document.write('        <span class="strong">Now playing: <span class="emph">Fireworks!</span></span><br/>')
popwin.document.write('         \(click above when black &ldquo;night sky&rdquo; appears\)')
popwin.document.write('        <br/>')
popwin.document.write('        <span style="font-size: 9px">')
popwin.document.write('          Flag graphics courtesy of <a href="http://www.3dflags.com" target="_blank" title="3D Flags.com">3DFlags.com</a>')
popwin.document.write('        </span>')

popwin.document.write('        <hr align="center" width="60%" size="1" color="navy" />')
popwin.document.write('        </p>')
popwin.document.write('      </td>')
popwin.document.write('    </tr>')
popwin.document.write('  </table>')

popwin.document.write('</td></tr></table>')

popwin.document.write('</td></tr><tr><td valign="bottom" align="center">')
popwin.document.write('<TABLE cellpadding="0" cellspacing="1" border="0" width="100%"><tr><td  width="50%">')
   if (close_button == "yes") {
popwin.document.write('<form style="margin: 0px"><input type="button" value="Close" onmouseover="this.className=\'buttonon-popups\'" onmouseout="this.className=\'button-popups\'" class="button-popups" onClick=\'self.close()\'></form>')
}
popwin.document.write('</td></tr></table>')
popwin.document.write('</td></tr></table>')

// Start of StatCounter Code (invisible version)
// Can't use this - must be able to "document.write"!!!
//popwin.document.write('<script language="JavaScript" type="text/javascript" src="/statcounter-inv-pw.js"></script>')

// End of StatCounter Code

popwin.document.write('</body>')
popwin.document.write('</html>')
popwin.document.close()
}

//  End -->
