<!-- Begin POP-UP SIZES AND OPTIONS CODE// ONLY USE lowercase FOR yes no OPTIONS// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON// SOUND POPUPSvar download_logos 	= "yes"		// "yes" FOR THE DOWNLOAD ICONS TO SHOWvar close_button_s 	= "yes"		// SOUND CLOSE BUTTON ON/OFFvar show_flash 		= "yes"		// SHOW THE FLASH OPTIONvar show_realaudio 	= "yes"		// SHOW THE REALAUDIO OPTIONvar show_quicktime 	= "yes"		// SHOW THE QUICKTIME OPTIONvar show_windows 	= "yes"		// SHOW THE WINDOWS OPTIONvar flash_text		= "Flash" 	// TEXT TO CHOOSE FLASHvar real_text		= "RealAudio" 	// TEXT TO CHOOSE REALAUDIOvar quick_text		= "Quicktime" 	// TEXT TO CHOOSE QUICKTIMEvar windows_text	= "Windows Media (IE)" 	// TEXT TO CHOOSE WINDOWSvar play_location 	= "95" 		// MOVE THE PLAY BUTTONS UP OR DOWNvar view_sound_width 	=  575		// SOUND POPUP WIDTHvar view_sound_height 	=  375		// SOUND POPUP HEIGHTvar right_click_onS	= "yes"		// SOUND RIGHT CLICK PROTECTION ONvar song_title		= "yes"		// SHOW SONG FILE NAMEvar viewer_sound 	= "no"		// yes/FULL SCREEN OR no/POPUP MODE// GALLERY POPUPSvar close_button_p 	= "yes"		// GALLERY CLOSE BUTTON ON/OFFvar slideshow_button 	= "yes"		// SLIDESHOW BUTTON ON/OFFvar right_click_onG	= "yes"		// GALLERY RIGHT CLICK PROTECTION ONvar border_color	= "FFFFFF"	// PICTURE OUTLINE COLORvar slideshow_width 	= 725		// SLIDESHOW POPUP WINDOW WIDTHvar slideshow_height 	= 600		// SLIDESHOW POPUP WINDOW HEIGHTvar view_width 		= 700		// GALLERY POPUP WIDTHvar view_height 	= 600		// GALLERY POPUP HEIGHTvar viewer	 	= "no"		// yes/FULL SCREEN OR no/POPUP MODE// INTRO MESSAGE OPTIONSvar intro_width		= "500"		// INTRO POPUP WIDTHvar intro_height	= "350"		// INTRO POPUP HEIGHTvar scrollbar_intro	= "no"		// INTRO POPUP SCROLLBARS// OTHER OPTIONS YOU CAN CHANGEvar scrollbarS 		= "0"		// TURN ON POPUP SCROLLBARS "1" FOR ON "0" FOR OFFvar scrollbarS_sound	= "0"		// TURN ON POPUP SCROLLBARS "1" FOR ON "0" FOR OFFvar background_colors	= "000000"	// BACKROUND COLOR OF THE POPUPSvar background_colors_S	= "FFFFFF"	// SIDEBAR COLOR OF THE POPUPSvar right_click_text	= "You may not right mouse click this page"	// TEXT FOR THE RIGHT CLICK PROTECTION// 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 SOUND POPUP CODEfunction popUpSound(SONG) {   if (viewer_sound == "no") {var look='toolbar=0,scrollbars='+scrollbarS_sound+',location=0,statusbar=0,menubar=0,resizable=1,width='+view_sound_width+',height='+view_sound_height+','popwin=window.open("","",look)}else if (viewer_sound == "yes") {popwin=window.open("","")}popwin.document.open()popwin.document.write('<html><head>');popwin.document.write('<title>Player</title>');popwin.document.write('<link rel=StyleSheet href="chkyostd.css" type="text/css" media="screen">');   if (right_click_onS == "yes") {popwin.document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">')popwin.document.write('<script language="JavaScript">')popwin.document.write('function noRightClick() {')popwin.document.write('if (event.button==2) {')popwin.document.write('alert(\''+right_click_text+'\')')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+'" TEXT="#FFFFFF" LINK="#FFFFFF" VLINK="#FFFFFF" ALINK="#FFFFFF" leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" marginheight="0" marginwidth="0" class="fadedown">');popwin.document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%"><tr><td width="43" align="center" bgcolor="'+background_colors_S+'">');   if (download_logos == "yes") {popwin.document.write('<img src="picts/popup-download.gif"><br>');}popwin.document.write('</td><td valign="middle" width="108" bgcolor="'+background_colors_S+'">');   if (download_logos == "yes") {// START THE DOWNLOAD ICONS   if (show_flash == "yes") {popwin.document.write('<a href="http://www.macromedia.com/go/getflashplayer/" target="_blank"><img src="picts/icon_flash.gif" border="0"></a><br><br>');}   if (show_realaudio == "yes") {popwin.document.write('<a href="http://real.com" target="_blank"><img src="picts/icon_real.gif" border="0"></a><br><br>');}   if (show_quicktime == "yes") {popwin.document.write('<a href="http://www.apple.com" target="_blank"><img src="picts/icon_quicktime.gif" border="0"></a><br><br>');}   if (show_windows == "yes") {popwin.document.write('<a href="http://www.microsoft.com/windowsmedia" target="_blank"><img src="picts/icon_windows.gif" border="0"></a><br>');}}popwin.document.write('<img src="picts/spacer.gif" width="108" height="1"><br>');popwin.document.write('</td><td width="15">');popwin.document.write('<img src="picts/spacer.gif" width="15" height="20"><br>');popwin.document.write('</td><td valign="top">');popwin.document.write('<img src="picts/popup-select.gif"><br>');popwin.document.write('<img src="picts/spacer.gif" width="10" height="'+play_location+'"><br>');popwin.document.write('<table cellpadding="0" cellspacing="3" border="0" width="250"><tr><td width="40">');   if (show_flash == "yes") {popwin.document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="35" HEIGHT="20" id="popup_flash">');popwin.document.write('<PARAM NAME=movie VALUE="popup_flash.swf?theFile='+SONG+'">');popwin.document.write('<PARAM NAME=quality VALUE=high>');popwin.document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF>');popwin.document.write('<EMBED src="popup_flash.swf?theFile='+SONG+'" quality=high bgcolor=#FFFFFF WIDTH="35" HEIGHT="20" NAME="popup_flash" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');popwin.document.write('</EMBED>');popwin.document.write('</OBJECT><br>');popwin.document.write('</td><td class="listen">');popwin.document.write(''+flash_text+'<br>');}else{popwin.document.write('<br></td><td>');popwin.document.write('<br>');}   if (show_realaudio == "yes") {popwin.document.write('</td></tr><tr><td width="40">');popwin.document.write('<a href="javascript:RealPlayer()"><img src="picts/popup-player.gif" border="0"></a><br>');popwin.document.write('<Script Language="JavaScript">\n');popwin.document.write('function RealPlayer(){\n');popwin.document.write('document.writeln(\'<html><head>\');\n');popwin.document.write('document.writeln(\'<title>Player</title>\');\n');popwin.document.write('document.writeln(\'<link rel=StyleSheet href="chkyostd.css" type="text/css" media="screen">\');\n');popwin.document.write('document.writeln(\'</head>\');\n');popwin.document.write('document.writeln(\'<BODY BGCOLOR="#'+background_colors+'" TEXT="#FFFFFF" LINK="#FFFFFF" VLINK="#FFFFFF" ALINK="#FFFFFF" leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" marginheight="0" marginwidth="0" class="fadedown">\');\n');popwin.document.write('document.writeln(\'<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%"><tr><td valign="middle" align="center">\');\n');popwin.document.write('document.writeln(\'<object id=RVOCX classid="CLSID:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA" width="375" height="100">\');\n');popwin.document.write('document.writeln(\'<param name="SRC" value="'+SONG+'">\');\n');popwin.document.write('document.writeln(\'<param name="CONTROLS" value="All">\');\n');popwin.document.write('document.writeln(\'<param name="CONSOLE" value="one">\');\n');popwin.document.write('document.writeln(\'<PARAM NAME="AUTOSTART" VALUE="true">\');\n');popwin.document.write('document.writeln(\'<embed src="'+SONG+'" type="audio/x-pn-realaudio-plugin" width="375" height="100" NOJAVA="true" controls="ControlPanel" console="one" AUTOSTART="false">\');\n');popwin.document.write('document.writeln(\'</EMBED>\');\n');popwin.document.write('document.writeln(\'</OBJECT><br>\');\n');popwin.document.write('document.writeln(\'</td></tr><tr><td valign="bottom" height="32">\');\n');popwin.document.write('document.writeln(\'<table cellpadding="0" cellspacing="9" border="0" width="100%"><tr><td>\');\n');   if (song_title == "yes") {popwin.document.write('document.writeln(\'&nbsp;FILE: '+SONG+'<br>\');\n');}   if (close_button_s == "yes") {popwin.document.write('document.writeln(\'</td><td width="95" align="right">\');\n');popwin.document.write('document.writeln(\'<a href="javascript:self.close()"><img src="picts/popup-close.gif" border="0" vspace="1"></a><br>\');\n');}popwin.document.write('document.writeln(\'</td></tr></table>\');\n');popwin.document.write('document.writeln(\'</td></tr></table>\');\n');popwin.document.write('document.writeln(\'</BODY></HTML>\');\n');popwin.document.write('}\n');popwin.document.write('</script>\n');popwin.document.write('</td><td class="listen">');popwin.document.write(''+real_text+'<br>');}   if (show_quicktime == "yes") {popwin.document.write('</td></tr><tr><td width="40">');popwin.document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="35" HEIGHT="20" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">');popwin.document.write('<PARAM name="SRC" VALUE="picts/popup-quicktime.mov">');popwin.document.write('<PARAM name="HREF" VALUE="../'+SONG+'">');popwin.document.write('<PARAM name="AUTOPLAY" VALUE="true">');popwin.document.write('<PARAM name="TARGET" VALUE="QuickTimePlayer">');popwin.document.write('<PARAM name="CONTROLLER" VALUE="false">');popwin.document.write('<EMBED SRC="picts/popup-quicktime.mov" HREF="../'+SONG+'" TARGET="QuickTimePlayer" WIDTH="35" HEIGHT="20" AUTOPLAY="true" CONTROLLER="false" PLUGINSPAGE="http://www.apple.com/quicktime/download/">');popwin.document.write('</EMBED>');popwin.document.write('</OBJECT><br>');popwin.document.write('</td><td class="listen">');popwin.document.write(''+quick_text+'<br>');}   if (show_windows == "yes") {popwin.document.write('</td></tr><tr><td width="40">');popwin.document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');popwin.document.write('<INPUT TYPE="image" src="picts/popup-player-win.gif" NAME="BtnPlay" VALUE="Play" OnClick="StartMeUp()"><br></td><td>');popwin.document.write('<INPUT TYPE="image" src="picts/popup-player_stop-win.gif" NAME="BtnStop" VALUE="Stop" OnClick="ShutMeDown()"></td><td>');popwin.document.write('<div id="wm-location">');popwin.document.write('<OBJECT ID="Player" width="152" height="'+view_sound_height+'" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">');popwin.document.write('<PARAM NAME="autoStart" VALUE="false">');popwin.document.write('<PARAM name="URL" value="'+SONG+'">');popwin.document.write('<PARAM name="uiMode" value="none">');popwin.document.write('</OBJECT>');popwin.document.write('</div>');popwin.document.write('</td></tr></table>');   popwin.document.write('\n');   popwin.document.write('<script>\n');   popwin.document.write('<!--\n');   popwin.document.write('function StartMeUp ()\n');   popwin.document.write('{\n');       popwin.document.write('Player.controls.play();\n');   popwin.document.write('}\n');   popwin.document.write('function ShutMeDown ()\n');   popwin.document.write('{\n');       popwin.document.write('Player.controls.stop();\n');   popwin.document.write('}\n');   popwin.document.write('-->\n');   popwin.document.write('</SCRIPT>\n');   popwin.document.write('<SCRIPT LANGUAGE="VBScript">\n');   popwin.document.write('<!--\n'); popwin.document.write('On error resume next\n');   popwin.document.write('Player.URL = ""\n');   popwin.document.write('if err then msgbox "You need Windows Media Player 7. Go to" & chr(13) &_\n');        popwin.document.write('"http://www.microsoft.com/windowsmedia"\n');     popwin.document.write('err.clear\n');   popwin.document.write('-->\n');   popwin.document.write('</SCRIPT>\n');popwin.document.write('</td><td class="listen" valign="top">');popwin.document.write(''+windows_text+'<br>');}popwin.document.write('</td></tr></table>');popwin.document.write('<img src="picts/spacer.gif" width="15" height="98"><br>');popwin.document.write('<div id="music-closebutton">');popwin.document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td>');   if (song_title == "yes") {popwin.document.write('FILE: '+SONG+'');}popwin.document.write('&nbsp;<br>');popwin.document.write('</td><td width="95">');   if (close_button_s == "yes") {popwin.document.write('<a href="javascript:self.close()"><img src="picts/popup-close.gif" border="0" onmouseover="this.style.border=\'#CCCCFF 1px solid\'" onmouseout="this.style.border=\'#'+background_colors+' 1px solid\'" style="border: #'+background_colors+' 1px solid" hspace="8"></a><br>');}popwin.document.write('</td></tr></table>');popwin.document.write('</div>');popwin.document.write('</td></tr></table>');popwin.document.write('</BODY></HTML>');popwin.document.close()}// START SLIDESHOW POPUP CODEfunction popUpSlideshow(URL) {day = new Date();id = day.getTime();   if (viewer == "no") {eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars='+scrollbarS+',location=0,statusbar=0,menubar=0,resizable=1,width='+slideshow_width+',height='+slideshow_height+'');");}else if (viewer == "yes") {eval("page" + id + " = window.open(URL);");}}// START GALLERY POPUP CODEfunction popUp(URL) {   if (viewer == "no") {var look='toolbar=0,scrollbars='+scrollbarS+',location=0,statusbar=0,menubar=0,resizable=1,width='+view_width+',height='+view_height+','popwin=window.open("","",look)}else if (viewer == "yes") {popwin=window.open("","")}popwin.document.open()popwin.document.write('<html><head>')popwin.document.write('<title>Image Close Up</title>')   if (right_click_onG == "yes") {popwin.document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">')popwin.document.write('<script language="JavaScript">')popwin.document.write('function noRightClick() {')popwin.document.write('if (event.button==2) {')popwin.document.write('alert(\''+right_click_text+'\')')popwin.document.write('}')popwin.document.write('}')popwin.document.write('document.onmousedown=noRightClick')popwin.document.write('</script>')}popwin.document.write('<link rel=StyleSheet href="coolstyle.css" type="text/css" media="screen"></head>')popwin.document.write('<body bgcolor="#'+background_colors+'" leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" marginheight="0" marginwidth="0" class="fadedown">')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" class="lightborders"><tr><td>')popwin.document.write('<img src="'+URL+'">')popwin.document.write('</td></tr></table><br>')popwin.document.write('</td></tr><tr><td valign="bottom" align="center">')popwin.document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td>')   if (close_button_p == "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>')}   if (slideshow_button == "yes") {popwin.document.write('</td><td>')popwin.document.write('<form action="slideshow3.htm" style="margin: 0px"><input type="submit" value="Slideshow" onmouseover="this.className=\'buttonon-popups\'" onmouseout="this.className=\'button-popups\'" class="button-popups"></form>')}popwin.document.write('</td></tr></table>')popwin.document.write('</td></tr></table>')popwin.document.write('</body></html>')popwin.document.close()}// INTRO POPUP CODEfunction popUpIntro(URL) {day = new Date();id = day.getTime();   if (viewer == "no") {eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars='+scrollbar_intro+',location=0,statusbar=0,menubar=0,resizable=1,width='+intro_width+',height='+intro_height+'');");}else if (viewer == "yes") {eval("page" + id + " = window.open(URL);");}}// End -->
