Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
356 lines (340 sloc)
16.2 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> <title>VDO Stream Network Services</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><meta name="description" content="Fireworks Splice HTML"><!-- Fireworks 2.0 Dreamweaver 2.0 target. Created Wed Sep 29 16:34:56 GMT-0700 1999 --> <!-------------------- BEGIN COPYING THE JAVASCRIPT SECTION HERE -------------------> <script language="JavaScript"><!--hide this script from non-javascript-enabled browsersfunction MM_preloadImages() { if (document.images) { var imgFiles = MM_preloadImages.arguments; if (document.preloadArray == null) { document.preloadArray = new Array(); } var i = document.preloadArray.length; with (document) { for (var j = 0; j < imgFiles.length; j++) { if (imgFiles[j].charAt(0) != "#") { document.preloadArray[i] = new Image(); document.preloadArray[i++].src = imgFiles[j]; } } } }}function MM_displayStatusMsg(msgStr) { status = msgStr; document.MM_returnValue = true;}function GrpDown(grp) { var i, j = 0, downSrc, downOver, objName; var cmd = "'" + grp + "'"; var docGroup = false; for (i = 1; i < (GrpDown.arguments.length - 2); i += 3) { objName = GrpDown.arguments[i]; downSrc = GrpDown.arguments[i + 1]; downOver = GrpDown.arguments[i + 2]; if (!downOver) { downOver = downSrc; } var docGroup = FindGroup(grp, objName); if (!docGroup || !downSrc) { continue; } obj = FWFindImage(document, objName, 0); if (!obj) { continue; } obj.atRestSrc = downSrc; obj.downOver = downOver; obj.src = downOver; obj.isDown = true; obj.skipMe = true; cmd += ",'" + objName + "','" + downSrc + "','" + downOver + "'"; j++; } setCookie(grp, cmd); if (!docGroup) { return; } var theImages = docGroup.theImages; if (theImages) { for (i = 0; i < theImages.length; i++) { var curImg = theImages[i]; if (curImg && !curImg.skipMe) { curImg.atRestSrc = curImg.initialSrc; curImg.isDown = false; curImg.downOver = false; curImg.src = curImg.initialSrc; } curImg.skipMe = false; } }}function setCookie(name, value) { document.cookie = name + "=" + escape(value);}function getCookie(Name) { var search = Name + "="; var retVal = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search); if (offset != -1) { end = document.cookie.indexOf(";", offset); offset += search.length; if (end == -1) { end = document.cookie.length; } retVal = unescape(document.cookie.substring(offset, end)); } } return (retVal);}function InitGrp(grp) { var cmd = false; if (getCookie) { cmd = getCookie(grp); } if (cmd) { eval("GrpDown(" + cmd + ")"); eval("GrpRestore(" + cmd + ")"); }}function GrpSwap(grp) { var i, j = 0, newSrc, objName; var docGroup = false; for (i = 1; i < (GrpSwap.arguments.length - 1); i += 2) { objName = GrpSwap.arguments[i]; newSrc = GrpSwap.arguments[i + 1]; docGroup = FindGroup(grp, objName); if (!docGroup) { continue; } obj = FWFindImage(document, objName, 0); if (!obj) { continue; } if (obj.isDown) { if (obj.downOver) { obj.src = obj.downOver; } } else { obj.src = newSrc; obj.atRestSrc = obj.initialSrc; } obj.skipMe = true; j++; } if (!docGroup) { return; } theImages = docGroup.theImages; if (theImages) { for (i = 0; i < theImages.length; i++) { var curImg = theImages[i]; if (curImg.atRestSrc && !curImg.skipMe) { curImg.src = curImg.atRestSrc; } curImg.skipMe = false; } }}function FWFindImage(doc, name, j) { var theImage = false; if (doc.images) { theImage = doc.images[name]; } if (theImage) { return theImage; } if (doc.layers) { for (j = 0; j < doc.layers.length; j++) { theImage = FWFindImage(doc.layers[j].document, name, 0); if (theImage) { return (theImage); } } } return (false);}function FindGroup(grp, imageName) { var img = FWFindImage(document, imageName, 0); if (!img) { return (false); } var docGroup = eval("document.FWG_" + grp); if (!docGroup) { docGroup = new Object(); eval("document.FWG_" + grp + " = docGroup"); docGroup.theImages = new Array(); } if (img) { var i; for (i = 0; i < docGroup.theImages.length; i++) { if (docGroup.theImages[i] == img) { break; } } docGroup.theImages[i] = img; if (!img.atRestSrc) { img.atRestSrc = img.src; img.initialSrc = img.src; } } return (docGroup);}function GrpRestore(grp) { var docGroup = eval("document.FWG_" + grp); if (!docGroup) { return; } theImages = docGroup.theImages; if (theImages) { for (i = 0; i < theImages.length; i++) { var curImg = theImages[i]; if (curImg.atRestSrc) { curImg.src = curImg.atRestSrc; } } }}// stop hiding --></script><!-------------------------- STOP COPYING THE JAVASCRIPT HERE --------------------------> <body bgcolor="#ffffff" onLoad="MM_preloadImages('info_F2.gif','#938648096449');MM_preloadImages('info_F3.gif','#938648096450');MM_preloadImages('contact_F2.gif','#938648096451');MM_preloadImages('contact_F3.gif','#938648096452');MM_preloadImages('service_F2.gif','#938648096453');MM_preloadImages('service_F3.gif','#938648096454');MM_preloadImages('rates_F2.gif','#938648096455');MM_preloadImages('rates_F3.gif','#938648096456');MM_preloadImages('app_F2.gif','#938648096457');MM_preloadImages('app_F3.gif','#938648096458');MM_preloadImages('content_F2.gif','#938648096459');MM_preloadImages('content_F3.gif','#938648096460');InitGrp('FwSimpleGroup');"><!--To put this html into an existing HTML document, you must copy the JavaScript and--> <!--paste it in a specific location within the destination HTML document. You must then copy--> <!--and paste the table in a different location.--> <!--The following section is an HTML table which reassembles the sliced image in a browser.--> <!--Copy the table section including the opening and closing table tags, and paste the data where--> <!--you want the reassembled image to appear in the destination document. --> <!-------------------------- BEGIN COPYING THE TABLE HERE ----------------------------> <!-- Image with table --> <table border="0" cellpadding="0" cellspacing="0" width="800"> <tr><!-- row 1 --> <td colspan="2"><img src="header.gif" name="header" width="800" height="68" border="0"></td> </tr> <tr><!-- row 2 --> <td width="50" align="left"><a href="index2.htm" onMouseOut="GrpRestore('FwSimpleGroup');" onMouseOver="GrpSwap('FwSimpleGroup','info','info_F2.gif','#938648096449');" onClick="GrpDown('FwSimpleGroup','info','info_F3.gif','info_F3.gif','#938648096450');" ><img src="info.gif" name="info" width="128" height="42" border="0"></a></td> <td rowspan="7" width="598" valign="top"> <div align="center"> <table align="left" width="95%"> <tr valign="top"> <td width="100%"> <div align="center"> <table width="75%" border="0"> <tr> <td> <div align="right"><img src="separator_lt.gif" width="147" height="27"></div> </td> <td> <div align="center" class="Headline"><font face="Verdana, Arial, Helvetica, sans-serif" size="5" color="#0066FF">Services</font></div> </td> <td><img src="separator_rt.gif" width="147" height="27"></td> </tr> </table> </div> <table border="0" cellpadding="0" cellspacing="0"> <tr msthemelist> <td valign="top" width="61" height="30"><a href="contactinfo.htm"><font face="Arial, Helvetica, sans-serif" size="1"> </font></a><a href="contactinfo.htm"><font face="Arial, Helvetica, sans-serif" size="1">Click here for more info</font></a> </td> <td valign="baseline" width="28" height="30"></td> <td valign="top" width="638" height="30"><b><font face="Arial, Helvetica, sans-serif"> </font></b><font face="Arial, Helvetica, sans-serif"><b><span class="body">WEBPAGE DESIGN / HOSTING: </span></b><span class="body">Webhosting, Graphic Design and Layout, HTML, E-mail, V-mail, Database Design and Integration, Video Conferencing, E-Commerce, Live Interactive Video Chat Rooms, Chat Rooms, On-Line Reports (Real Time & On Demand), Content Design and Production</span></font> </td> </tr> <tr> <td valign="baseline" width="61" height="26"></td> <td valign="baseline" width="28" height="26"></td> <td valign="top" width="638" height="26"></td> </tr> <tr msthemelist> <td valign="top" width="61" height="25"><a href="contactinfo.htm"><font face="Arial, Helvetica, sans-serif" size="1">Click here for more info</font></a> </td> <td valign="baseline" width="28" height="25"></td> <td valign="top" width="638" height="25"><font face="Arial, Helvetica, sans-serif"><b><span class="body">NETWORK CONSULTING:</span></b><span class="body"> Network Design, Network Troubleshooting, Emergency Network Repairs, Network Healthcheck, Network Baselining, Transitioning from Legacy Networks, LAN/WAN Design & Integration, LAN/WAN Internet Connectivity, Intranet Design & Implementation, 24 Hour On-Call Service</span></font></td> </tr> <tr> <td valign="baseline" width="61" height="25"></td> <td valign="baseline" width="28" height="25"></td> <td valign="top" width="638" height="25"></td> </tr> <tr msthemelist> <td valign="top" width="61"><a href="applications.htm"><font face="Arial, Helvetica, sans-serif" size="1">Click here for more info</font></a> </td> <td valign="baseline" width="28"></td> <td valign="top" width="638"><font face="Arial, Helvetica, sans-serif"><b><span class="body">STUDIO SERVICES<font color="#FFFFFF">:</font> </span></b><span class="body">Stream/Broadcast Live & On-Demand, Audio, Video, Multimedia Content, Blue Screen Room, Lighting Grid, Video Editing, Cyber-Studio "<strong><font color="#0063FF">Virtual Reality</font></strong>" Sets, Marketing & Advertising, Content Production, Demo Reels, Interviews, Commercials, Infomercials, Sitcoms, Talk Shows, Concerts, Radio Shows, Corporate Presentations, Online Phone Calls, Public Safety Announcements, Content Programming</span> </font></td> </tr> <tr> <td valign="baseline" width="61"></td> <td valign="baseline" width="28"></td> <td valign="top" width="638"> <p> </td> </tr> </table> <blockquote> <blockquote> <div align="left"> <hr> <font color="#FF8040"><strong><font face="Arial, Helvetica, sans-serif" color="#0063FF"><span class="body"><font size="2">For more details please contact the "Studio dept" and/or "Content Manager" below. To see a demo of our work please e-mail for a "user name & pass word"</font></span></font></strong><font face="Arial, Helvetica, sans-serif" size="2"><span class="body"><br> <br> For more information, click here <a href="mailto:info@vdostream.net">info@vdostream.net</a><br> <br> Note: Custom solutions are always available, if your needs can not be met with one of our standard packages.</span></font></font></div> </blockquote> </blockquote> </td> </tr> </table> </div> </td> </tr> <tr><!-- row 3 --> <td width="50"><a href="contactinfo2.htm" onMouseOut="GrpRestore('FwSimpleGroup');MM_displayStatusMsg(' ');return document.MM_returnValue" onMouseOver="MM_displayStatusMsg('Click here to contact a department');GrpSwap('FwSimpleGroup','contact','contact_F2.gif','#938648096451');return document.MM_returnValue" onClick="GrpDown('FwSimpleGroup','contact','contact_F3.gif','contact_F3.gif','#938648096452');" ><img src="contact.gif" name="contact" width="128" height="43" border="0"></a></td> </tr> <tr><!-- row 4 --> <td width="50"><a href="services2.htm" onMouseOut="GrpRestore('FwSimpleGroup');MM_displayStatusMsg(' ');return document.MM_returnValue" onMouseOver="MM_displayStatusMsg('Find out more about VDO Stream Network\'s services');GrpSwap('FwSimpleGroup','service','service_F2.gif','#938648096453');return document.MM_returnValue" onClick="GrpDown('FwSimpleGroup','service','service_F3.gif','service_F3.gif','#938648096454');" ><img src="service.gif" name="service" width="128" height="38" border="0"></a></td> </tr> <tr><!-- row 5 --> <td width="50"><a href="rates.htm" onMouseOut="GrpRestore('FwSimpleGroup');MM_displayStatusMsg(' ');return document.MM_returnValue" onMouseOver="MM_displayStatusMsg('Click here to see our rates');GrpSwap('FwSimpleGroup','rates','rates_F2.gif','#938648096455');return document.MM_returnValue" onClick="GrpDown('FwSimpleGroup','rates','rates_F3.gif','rates_F3.gif','#938648096456');" ><img src="rates.gif" name="rates" width="128" height="40" border="0"></a></td> </tr> <tr><!-- row 6 --> <td width="50"><a href="applications.htm" onMouseOut="GrpRestore('FwSimpleGroup');MM_displayStatusMsg(' ');return document.MM_returnValue" onMouseOver="MM_displayStatusMsg('Click here to find out more about VDO Stream Network Applications');GrpSwap('FwSimpleGroup','app','app_F2.gif','#938648096457');return document.MM_returnValue" onClick="GrpDown('FwSimpleGroup','app','app_F3.gif','app_F3.gif','#938648096458');" ><img src="app.gif" name="app" width="128" height="44" border="0"></a></td> </tr> <tr><!-- row 7 --> <td width="50"><a href="content.htm" onMouseOut="GrpRestore('FwSimpleGroup');MM_displayStatusMsg(' ');return document.MM_returnValue" onMouseOver="MM_displayStatusMsg('Click here to find out more about VDO Stream Network Content');GrpSwap('FwSimpleGroup','content','content_F2.gif','#938648096459');return document.MM_returnValue" onClick="GrpDown('FwSimpleGroup','content','content_F3.gif','content_F3.gif','#938648096460');" ><img src="content.gif" name="content" width="128" height="43" border="0"></a></td> </tr> <tr><!-- row 8 --> <td width="50"><img src="fuzz.gif" name="fuzz" width="128" height="282" border="0"></td> </tr></table><!-- This table was automatically created with Macromedia Fireworks 2.0 --> <!-- http://www.macromedia.com --> <!--------------------------- STOP COPYING THE TABLE HERE ---------------------------> </html> |