Back to Scripts page
Click in the box below, select all and copy to grab the script
<HTML> <HEAD> <TITLE>workbook.com: HOME - Welcome </TITLE> <SCRIPT LANGUAGE=JAVASCRIPT> <!-- Hide script from old browsers // This script copyright 1997, The Workbook. // This script is from "JavaScript for the WWW, Visual QuickStart Guide, 2nd Ed." // For more information, see <http://www.chalcedony.com/javascript/>. // This script may be used and modified, but the copyright notice must remain intact. bName = navigator.appName bVer = parseInt(navigator.appVersion) loadSounds = false // Set flag to use later on whether or not we want to bother loading in the sounds if (bName== "Netscape" && bVer >= 4 && navigator.appVersion.indexOf("68k") == -1 && navigator.javaEnabled()) { loadSounds = true } // This function detects the ability to play LiveAudio and then decides // whether or not to play a specified embed's sound file. function playSound(SName) { if (loadSounds && document.embeds[SName] != null && document.embeds[SName].IsReady()) { document.embeds[SName].play(false) } } // Turn off Netscape's error checking. onerror = null // Pre-load the rollover graphics if (document.images) { contact_us_glow = new Image contact_us_glow.src = "http://www.workbook.com/img/home2/contact_us_glow.gif" contact_us_off = new Image contact_us_off.src = "http://www.workbook.com/img/home2/contact_us.gif" contact_us_text = new Image contact_us_text.src = "http://www.workbook.com/img/home2/contact_us_text.gif" directory_glow = new Image directory_glow.src = "http://www.workbook.com/img/home2/directory_glow.gif" directory_off = new Image directory_off.src = "http://www.workbook.com/img/home2/directory.gif" directory_text = new Image directory_text.src = "http://www.workbook.com/img/home2/directory_text.gif" line_glow = new Image line_glow.src = "http://www.workbook.com/img/home2/line_glow.gif" line_off = new Image line_off.src = "http://www.workbook.com/img/home2/line.gif" line_text = new Image line_text.src = "http://www.workbook.com/img/home2/line_text.gif" mailing_labels_glow = new Image mailing_labels_glow.src = "http://www.workbook.com/img/home2/mailing_labels_glow.gif" mailing_labels_off = new Image mailing_labels_off.src = "http://www.workbook.com/img/home2/mailing_labels.gif" mailing_labels_text = new Image mailing_labels_text.src = "http://www.workbook.com/img/home2/mailing_labels_text.gif" portfolio_glow = new Image portfolio_glow.src = "http://www.workbook.com/img/home2/portfolio_glow.gif" portfolio_off = new Image portfolio_off.src = "http://www.workbook.com/img/home2/portfolio.gif" portfolio_text = new Image portfolio_text.src = "http://www.workbook.com/img/home2/portfolio_text.gif" products_glow = new Image products_glow.src = "http://www.workbook.com/img/home2/products_glow.gif" products_off = new Image products_off.src = "http://www.workbook.com/img/home2/products.gif" products_text = new Image products_text.src = "http://www.workbook.com/img/home2/products_text.gif" services_glow = new Image services_glow.src = "http://www.workbook.com/img/home2/services_glow.gif" services_off = new Image services_off.src = "http://www.workbook.com/img/home2/services.gif" services_text = new Image services_text.src = "http://www.workbook.com/img/home2/services_text.gif" stock_glow = new Image stock_glow.src = "http://www.workbook.com/img/home2/stock_glow.gif" stock_off = new Image stock_off.src = "http://www.workbook.com/img/home2/stock.gif" stock_text = new Image stock_text.src = "http://www.workbook.com/img/home2/stock_text.gif" newText = new Image newText.src = "http://www.workbook.com/img/home2/blank.gif" } else { document.port = "" document.stock = "" document.directory = "" document.line = "" document.products = "" document.mailing_labels = "" document.services = "" document.contact_us = "" document.text = "" newText = "" contact_us_glow = "" contact_us_off = "" contact_us_text = "" directory_glow = "" directory_off = "" directory_text = "" line_glow = "" line_off = "" line_text = "" mailing_labels_glow = "" mailing_labels_off = "" mailing_labels_text = "" portfolio_glow = "" portfolio_off = "" portfolio_text = "" products_glow = "" products_off = "" products_text = "" services_glow = "" services_off = "" services_text = "" stock_glow = "" stock_off = "" stock_text = "" } // end hiding script from old browsers --> </SCRIPT> </HEAD> <BODY BGCOLOR=BLACK TOPMARGIN=0 LEFTMARGIN=0> <TABLE WIDTH="100%" HEIGHT="100%" BORDER=0 CELLPADDING=0 CELLSPACING=0> <TR> <TD ALIGN=MIDDLE><TABLE WIDTH=678 BORDER=0 CELLSPACING=0 CELLPADDING=0 HEIGHT=374> <TR> <TD HEIGHT=350 WIDTH=225> </TD> <TD WIDTH=226><P ALIGN=CENTER> <A HREF="/workbook.port.intro.fcgi" ONMOUSEOVER="playSound('bark'), document.port.src=portfolio_glow.src, document.text.src=portfolio_text.src" ONMOUSEOUT="document.port.src=portfolio_off.src, document.text.src=newText.src"> <IMG SRC="http://www.workbook.com/img/home2/portfolio.gif" HEIGHT=44 WIDTH=138 ALIGN=BOTTOM BORDER=0 NAME=port></A><BR> <A HREF="/intro_stock.html" ONMOUSEOVER="playSound('bark'), document.stock.src=stock_glow.src, document.text.src=stock_text.src" ONMOUSEOUT="document.stock.src=stock_off.src, document.text.src=newText.src"> <IMG SRC="http://www.workbook.com/img/home2/stock.gif" HEIGHT=44 WIDTH=138 ALIGN=BOTTOM BORDER=0 NAME=stock></A><BR> <A HREF="/intro_directory.html" ONMOUSEOVER="playSound('bark'), document.directory.src=directory_glow.src, document.text.src=directory_text.src" ONMOUSEOUT="document.directory.src=directory_off.src, document.text.src=newText.src"> <IMG SRC="http://www.workbook.com/img/home2/directory.gif" HEIGHT=44 WIDTH=138 ALIGN=BOTTOM BORDER=0 NAME=directory></A><BR> <A HREF="/line/index.html" ONMOUSEOVER="playSound('urp'), document.line.src=line_glow.src, document.text.src=line_text.src" ONMOUSEOUT="document.line.src=line_off.src, document.text.src=newText.src"> <IMG SRC="http://www.workbook.com/img/home2/line.gif" HEIGHT=44 WIDTH=138 ALIGN=BOTTOM BORDER=0 NAME=line></A><BR> <A HREF="/site_guide.html"><IMG SRC="http://www.workbook.com/img/home2/animated_logo.gif" VSPACE=16 HEIGHT=12 WIDTH=109 BORDER=0></A><BR> <A HREF="/products/index.html" ONMOUSEOVER="playSound('pop'), document.products.src=products_glow.src, document.text.src=products_text.src" ONMOUSEOUT="document.products.src=products_off.src, document.text.src=newText.src"> <IMG SRC="http://www.workbook.com/img/home2/products.gif" HEIGHT=44 WIDTH=138 ALIGN=BOTTOM BORDER=0 NAME=products></A><BR> <A HREF="/mailing_labels/index.html" ONMOUSEOVER="playSound('pop'), document.mailing_labels.src=mailing_labels_glow.src, document.text.src=mailing_labels_text.src" ONMOUSEOUT="document.mailing_labels.src=mailing_labels_off.src, document.text.src=newText.src"> <IMG SRC="http://www.workbook.com/img/home2/mailing_labels.gif" HEIGHT=44 WIDTH=138 ALIGN=BOTTOM BORDER=0 NAME=mailing_labels></A><BR> <A HREF="/services/index.html" ONMOUSEOVER="playSound('pop'), document.services.src=services_glow.src, document.text.src=services_text.src" ONMOUSEOUT="document.services.src=services_off.src, document.text.src=newText.src"> <IMG SRC="http://www.workbook.com/img/home2/services.gif" HEIGHT=44 WIDTH=138 ALIGN=BOTTOM BORDER=0 NAME=services></A><BR> <A HREF="/services/contact.html" ONMOUSEOVER="playSound('pop'), document.contact_us.src=contact_us_glow.src, document.text.src=contact_us_text.src" ONMOUSEOUT="document.contact_us.src=contact_us_off.src, document.text.src=newText.src"> <IMG SRC="http://www.workbook.com/img/home2/contact_us.gif" HEIGHT=44 WIDTH=138 ALIGN=BOTTOM BORDER=0 NAME=contact_us></A><BR> </TD> <TD WIDTH=226><P ALIGN=CENTER> <IMG SRC="http://www.workbook.com/img/home2/blank.gif" WIDTH=159 HEIGHT=59 ALIGN=BOTTOM NAME=TEXT> </TD></TR> <TR><TD COLSPAN=3><P ALIGN=CENTER> <IMG SRC="http://www.workbook.com/img/home2/welcome_home.gif" WIDTH=545 HEIGHT=11 ALIGN=BOTTOM VSPACE=12></TD> <SCRIPT LANGUAGE="JAVASCRIPT1.2"> <!-- Hide script from old browsers if loadSounds { document.write("<EMBED SRC='/sounds/bark.au' NAME=bark HIDDEN=TRUE LOOP=FALSE AUTOSTART=FALSE MASTERSOUND>") document.write("<EMBED SRC='/sounds/pop.au' NAME=pop HIDDEN=TRUE LOOP=FALSE AUTOSTART=FALSE MASTERSOUND>") document.write("<EMBED SRC='/sounds/urp.au' NAME=urp HIDDEN=TRUE LOOP=FALSE AUTOSTART=FALSE MASTERSOUND>") } // end hiding script from old browsers --> </SCRIPT> </TR> </TABLE> <IMG SRC="http://www.workbook.com/img/spacer.gif" WIDTH=678 HEIGHT=1><BR> </TD></TR> </TABLE> </BODY> </HTML>