| Related sites for http://www.castlecable.net/ |
| SoftCare_GmbH Develops plug-ins and editorial workflow solutions for Adobe InDesign and Adobe InCopy. Includes company profile, downloads, testimonials and product information. | | Quis? Retrieves whois information from various sources. | | Hardwaregods Custom watercooled and air cooled computers built for speed. | | Data_Recovery_Corporation Offer data recovery services on all hard drives and operating systems. | | QBPro_com Locate Quickbooks products and consultants. | | Ezy_Invoice_3000 Offers software to create invoices, quotes, credit notes, and other business documents. Includes screenshots and demo. | | Home_Page Shareware and freeware applets, drivers and programming tools for OS/2 available for download. Java site accredited. | | Penta-Infoway Site offers web design and development and domain name registration. | | Introduction_to__NET,_Hello_World,_and_a_Quick_Look_Inside_the__NET_Runtime The .NET Framework and Runtime-and why you might care. How to get and install Beta 1 of the .NET Framework SDK and/or Visual Studio.NET. Looks at the metadata and IL for sample programs, and tours the | | Fortran_90/95/HPF_Information_File By Michael Metcalf. | | DAPSYS_2006 6th Austrian-Hungarian Workshop on Distributed and Parallel Systems. In conjunction with the Austrian Grid Symposium. September 21–23, Innsbruck, Austria. | | ICCS_2007 International Conference on Computational Science. May 27–30, Beijing, China. | | Rinaldi_XCMD_Collection Home of the world famous Rinaldi XCMD Collection. Over 120 XCMDs available for download. All externals are free for noncommercial use, and most are compatible with SuperCard and other environments th | | Net_Executive Screen savers with music and wallpaper include musicians, cartoon characters and transportation. | | Absolute_Zero Providing web development, design and hosting services. | | Wisconsin_Networks Firm in Fond du Lac, Wisconsin offering website design, hosting, and application development. | | Klick-N-View_AddressBook Tool for managing names, addresses, telephone numbers and for printing address labels. | | Intaver_Institute_Inc_ RiskyProject software for planning, scheduling, quantitative risk analysis, and performance measurement of projects. Site provides client list, company news, and events. | | The_Humane_Environment Brief announcement of first THE (Archy) release, with over 50 forum comments. [OSNews.com] (December 26, 2002) | | CWCVS Version control plug-in for CodeWarrior that talks to CVS. |
|
|
td {color:#000066}
a {color:#000066}
//
//= requiredVersion) {
// continue on with displaying page
//document.write('You have Flash ' + flashVersion + ' installed on the current browser.');
}
else if (flashVersion > 0) {
flashPopUpWin('/noflash.html', 'noflash', 630, 300, 1);
//window.open("noflash.html");
//document.write('The version of Flash installed on the current browser is ' + flashVersion + '.');
}
else if (flashVersion == 0) {
flashPopUpWin('/noflash.html', 'noflash', 630, 300, 1);
//window.open("noflash.html");
//document.write('You don\'t have Flash installed on the current browser.');
}
else if (flashVersion == flashVersion_DONTKNOW || flashVersion == null) {
flashPopUpWin('/noflash.html', 'noflash', 630, 300, 1);
//window.open("noflash.html");
//document.write('This browser does not support Javascript-based Flash detection.');
}
//]]>
//alert('hello');
castlecable.net
function playMovie()
{
//alert(document.themovie.isPlaying())
if (document.themovie.isPlaying() != true)
{
//document.themovie.LoadMovie(1,"/images/customers//flash/intro.swf")
//document.themovie.Rewind()
document.themovie.Play()
}
}
function goRegister(URL, name, w, h, perc) {
var winX = 0;
var winY = 0;
if (parseInt(navigator.appVersion) >= 4) {
winX = (screen.availWidth - w)*perc*.01;
winY = (screen.availHeight - h)*perc*.01;
}
URL = "/registration/freesite/register.asp?id=82863&email=castlecable@castlecable.net&site=4";
URL = "http://www.siteblast.com" + URL;
popupWin = window.open(URL, name, 'width=' + w + ',height=' + h + ',left=' + winX + ',top=' + winY +', scrollbar.visible=true,scrollbars=yes,resizable=no,maximize=no,alwaysRaised=yes,dependent=yes,directories=no,hotkeys=no,location=no,status=no,titlebar=yes,toolbar=no');
}
function goRegisterOld()
{
w = 334;
h = 300;
perc = 50;
var winX = 0;
var winY = 0;
if (parseInt(navigator.appVersion) >= 4) {
winX = (screen.availWidth - w)*perc*.01;
winY = (screen.availHeight - h)*perc*.01;
}
URL = "/registration/freesite/register.asp?id=82863&email=castlecable@castlecable.net&site=4";
URL = "http://www.siteblast.com" + URL;
window.open(URL, "regWin", "alwaysRaised=yes,dependent=yes,directories=no,height=400,width=360,hotkeys=no,location=no,resizable=no,screenX=5,screenY=2,scrollbars=yes,status=no,titlebar=yes,toolbar=no");
return;
}
function goPayment()
{
URL = "/siteadmin/freesite/upgradesite.asp?id=82863&st=4&ro=yes";
URL = "https://secure.siteblast.com" + URL;
winHandle = window.open(URL, "paymentWin", "alwaysRaised=yes,dependent=yes,directories=no,height=400,width=360,hotkeys=no,location=no,resizable=no,screenX=5,screenY=2,scrollbars=yes,status=no,titlebar=yes,toolbar=no");
winHandle.focus();
return;
}
// Browser Detection Javascript
// copyright 1 February 2003, by Stephen Chapman, Felgall Pty Ltd
// You have permission to copy and use this javascript provided that
// the content of the script is not changed in any way.
function whichBrs() {
var agt=navigator.userAgent.toLowerCase();
if (agt.indexOf("opera") != -1) return 'Opera';
if (agt.indexOf("staroffice") != -1) return 'Star Office';
if (agt.indexOf("beonex") != -1) return 'Beonex';
if (agt.indexOf("chimera") != -1) return 'Chimera';
if (agt.indexOf("netpositive") != -1) return 'NetPositive';
if (agt.indexOf("phoenix") != -1) return 'Phoenix';
if (agt.indexOf("firefox") != -1) return 'Firefox';
if (agt.indexOf("safari") != -1) return 'Safari';
if (agt.indexOf("skipstone") != -1) return 'SkipStone';
if (agt.indexOf("msie") != -1) return 'Internet Explorer';
if (agt.indexOf("netscape") != -1) return 'Netscape';
if (agt.indexOf("mozilla/5.0") != -1) return 'Mozilla';
if (agt.indexOf('\/') != -1) {
if (agt.substr(0,agt.indexOf('\/')) != 'mozilla') {
return navigator.userAgent.substr(0,agt.indexOf('\/'));}
else return 'Netscape';} else if (agt.indexOf(' ') != -1)
return navigator.userAgent.substr(0,agt.indexOf(' '));
else return navigator.userAgent;
}
var browserName = whichBrs();
if ((browserName=="Firefox"))
{
//alert("Your browser is Firefox!");
}
else if ((browserName=="Netscape"))
{
//alert("Your browser is Netscape!");
}
else
{
//alert("Any other browser!");
}
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','100%','height','100%','src','/images/customers/82863/flash272/intro?rnNum=40252&time=1248','quality','best','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','/images/customers/82863/flash272/intro?rnNum=40252&time=1248','allowScriptAccess','sameDomain','bgcolor','#999999','scale','exactfit','play','false','id','themovie','align','middle' );
//end AC code
|
|