<!-- 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 sidewidth		= "110"		// WIDTH OF THE SIDEBAR
var show_flash 		= "yes"		// SHOW THE FLASH OPTION
var show_quicktime 	= "yes"		// SHOW THE QUICKTIME OPTION
var flash_text		= "Flash" 	// TEXT TO CHOOSE FLASH
var quick_text		= "Quicktime" 	// TEXT TO CHOOSE QUICKTIME

var play_location 	= "93" 		// 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 close_border	= "FFFFFF"	// CLOSE BUTTON BORDER COLOR
var close_borderh	= "FF0000"	// CLOSE BUTTON HOVER COLOR
var viewer_sound 	= "no"		// yes/FULL SCREEN OR no/POPUP MODE


// START WIN MEDIA OPTIONS

var show_windows 	= "no"		// SHOW THE WINDOWS OPTION
var show_windows_2 	= "yes"		// SHOW THE 2nd WINDOWS OPTION
var windows_text	= "Windows Media (IE)" 	// TEXT TO CHOOSE WINDOWS
var win2_text		= "Windows Media" 	// TEXT TO CHOOSE WINDOWS 2
var winwidth		= "375"		// WINDOWS PLAYER WINDOW WIDTH
var winheight		= "290"		// WINDOWS PLAYER WINDOW HEIGHT



// START REAL AUDIO OPTIONS

var show_realaudio 	= "yes"		// SHOW THE REALAUDIO OPTION
var show_realvideo 	= "yes"		// SHOW THE REALAUDIO VIDEO SCREEN
var real_text		= "RealAudio" 	// TEXT TO CHOOSE REALAUDIO
var realwidth		= "375"		// REALAUDIO PLAYER WIDTH
var realheight		= "36"		// REALAUDIO PLAYER HEIGHT
var realheightv		= "254"		// REALAUDIO VIDEO HEIGHT
var realtype		= "ControlPanel"	// PLAYER OPTIONS | ControlPanel | All | PlayButton


// OTHER OPTIONS YOU CAN CHANGE

var scrollbarS_sound	= "0"		// TURN ON POPUP SCROLLBARS "1" FOR ON "0" FOR OFF
var background_colors	= "141C24"	// BACKROUND COLOR OF THE POPUPS (THE CSS CONTROLS THIS)
var background_colors_S	= "3F4B57"	// SIDEBAR COLOR OF THE POPUPS
var right_click_text	= "You may not right mouse click this page"	// TEXT FOR THE RIGHT CLICK PROTECTION











// COPYRIGHT 2006 © 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>\n');
popwin.document.write('<title>Player</title>\n');
popwin.document.write('<link rel=StyleSheet href="corporatestyle.css" type="text/css" media="screen">\n');
   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('<style type="text/css">\n');
popwin.document.write('.closer img 		{ border: #'+close_border+' 1px solid;}\n');
popwin.document.write('.closer:hover img	{ border: #'+close_borderh+' 1px solid;}\n');
popwin.document.write('</style>\n');
popwin.document.write('</head>\n');
popwin.document.write('<BODY BGCOLOR="#'+background_colors+'" TEXT="#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="'+sidewidth+'" 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>');
}
   else if (show_windows_2 == "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="'+sidewidth+'" 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="corporatestyle.css" type="text/css" media="screen">\');\n');
popwin.document.write('document.writeln(\'<style type="text/css">\');\n');
popwin.document.write('document.writeln(\'.closer img 		{ border: #'+close_border+' 1px solid;}\');\n');
popwin.document.write('document.writeln(\'.closer:hover img	{ border: #'+close_borderh+' 1px solid;}\');\n');
popwin.document.write('document.writeln(\'</style>\');\n');
popwin.document.write('document.writeln(\'</head>\');\n');
popwin.document.write('document.writeln(\'<BODY BGCOLOR="#'+background_colors+'" TEXT="#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');

   if (show_realvideo == "yes") {
popwin.document.write('document.writeln(\'<object id="RVOCX" classid="CLSID:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA" width="'+realwidth+'" height="'+realheightv+'">\');\n');
popwin.document.write('document.writeln(\'<param name="SRC" value="'+SONG+'">\');\n');
popwin.document.write('document.writeln(\'<PARAM NAME="AUTOSTART" VALUE="true">\');\n');
popwin.document.write('document.writeln(\'<param name="CONTROLS" value="imagewindow">\');\n');
popwin.document.write('document.writeln(\'<param name="CONSOLE" value="video">\');\n');
popwin.document.write('document.writeln(\'<embed src="'+SONG+'" type="audio/x-pn-realaudio-plugin" width="'+realwidth+'" height="'+realheightv+'" NOJAVA="true" controls="imagewindow" console="video" AUTOSTART="true">\');\n');
popwin.document.write('document.writeln(\'</EMBED>\');\n');
popwin.document.write('document.writeln(\'</OBJECT><br>\');\n');
}
popwin.document.write('document.writeln(\'<object id="RVOCX" classid="CLSID:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA" width="'+realwidth+'" height="'+realheight+'">\');\n');
popwin.document.write('document.writeln(\'<param name="SRC" value="'+SONG+'">\');\n');
popwin.document.write('document.writeln(\'<PARAM NAME="AUTOSTART" VALUE="true">\');\n');
popwin.document.write('document.writeln(\'<param name="CONTROLS" value="'+realtype+'">\');\n');
popwin.document.write('document.writeln(\'<param name="CONSOLE" value="video">\');\n');
popwin.document.write('document.writeln(\'<embed src="'+SONG+'" type="audio/x-pn-realaudio-plugin" width="'+realwidth+'" height="'+realheight+'" NOJAVA="true" controls="'+realtype+'" console="video" AUTOSTART="true">\');\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="30">\');\n');
popwin.document.write('document.writeln(\'<div id="music-closebutton">\');\n');
popwin.document.write('document.writeln(\'<table cellpadding="3" cellspacing="2" 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" valign="middle" align="right">\');\n');
popwin.document.write('document.writeln(\'<a href="javascript:self.close()" class="closer"><img src="picts/popup-close.gif" border="0"></a><br>\');\n');
}
popwin.document.write('document.writeln(\'</td></tr></table></div>\');\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>');
}
   if (show_windows_2 == "yes") {
popwin.document.write('</td></tr><tr><td width="40">');
popwin.document.write('<a href="javascript:WinPlayer2()"><img src="picts/popup-player.gif" border="0"></a><br>');
popwin.document.write('<Script Language="JavaScript">\n');
popwin.document.write('function WinPlayer2(){\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="corporatestyle.css" type="text/css" media="screen">\');\n');
popwin.document.write('document.writeln(\'<style type="text/css">\');\n');
popwin.document.write('document.writeln(\'.closer img 		{ border: #'+close_border+' 1px solid;}\');\n');
popwin.document.write('document.writeln(\'.closer:hover img	{ border: #'+close_borderh+' 1px solid;}\');\n');
popwin.document.write('document.writeln(\'</style>\');\n');
popwin.document.write('document.writeln(\'</head>\');\n');
popwin.document.write('document.writeln(\'<BODY BGCOLOR="#'+background_colors+'" TEXT="#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="player" name="player" width="'+winwidth+'" height="'+winheight+'" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Media Player..." type="application/x-oleobject">\');\n');
popwin.document.write('document.writeln(\'<param name="url" value="'+SONG+'">\');\n');
popwin.document.write('document.writeln(\'<param name="autoStart" value="true">\');\n');
popwin.document.write('document.writeln(\'<param name="loop" value="false">\');\n');
popwin.document.write('document.writeln(\'<PARAM name="uiMode" value="full">\');\n');
popwin.document.write('document.writeln(\'<embed type="application/x-mplayer2" src="'+SONG+'" pluginspage="http://microsoft.com/windows/mediaplayer/en/download/" showcontrols="true" width="'+winwidth+'" height="'+winheight+'" autostart="true" loop="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="30">\');\n');
popwin.document.write('document.writeln(\'<div id="music-closebutton">\');\n');
popwin.document.write('document.writeln(\'<table cellpadding="3" cellspacing="2" 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" valign="middle" align="right">\');\n');
popwin.document.write('document.writeln(\'<a href="javascript:self.close()" class="closer"><img src="picts/popup-close.gif" border="0"></a><br>\');\n');
}
popwin.document.write('document.writeln(\'</td></tr></table></div>\');\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(''+win2_text+'<br>');
}
popwin.document.write('</td></tr></table>');
popwin.document.write('<img src="picts/spacer.gif" width="15" height="50" border="0"><br>');
popwin.document.write('<div id="music-closebutton">');
popwin.document.write('<table cellpadding="3" cellspacing="2" border="0" width="100%"><tr><td valign="middle">');
   if (song_title == "yes") {
popwin.document.write('FILE: '+SONG+'');
}
popwin.document.write('&nbsp;<br>');
popwin.document.write('</td><td width="95" valign="middle" align="right">');
   if (close_button_s == "yes") {
popwin.document.write('<a href="javascript:self.close()" class="closer"><img src="picts/popup-close.gif" border="0"></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()
}










// Begin PAGE CHANGER CODE


function Changer(direction)
{

if (null == direction)
{

if ((lastTime + delay) > new Date().getTime())
{
direction = 0;
}

else
{
direction = currentDirection;
}
}

else
{
currentDirection = direction;
}

if (direction != 0)
{

if (direction > 0)
{

currentSlide++;

if (currentSlide > (slides.length - 1))
{
currentSlide = 0;
}
}

else
{

currentSlide = currentSlide-1;

if (currentSlide < 0)
{
currentSlide = (slides.length - 1);
}
}

lastTime = new Date().getTime();

update(slides[currentSlide]);

setTimeout("Changer();",delay);
}
}
var currentIndex = 0;

function update(url, index) 
{
currentIndex = index;
document['MainImage'].src=url;
{

}
return;
}




// End -->

