/*if (navigator.userAgent.toLowerCase().indexOf('webtv') > -1) {
 top.location.replace('/upgrade/');
} else if (!document.getElementById) {
 top.location.replace('/upgrade/');
}*/
if (!document.getElementById) {
 top.location.replace('/upgrade/');
}

function RunSplash()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="760" height="153" />\n');
    document.write('<param name="movie" value="/customshop/cirrus/splash.swf" />\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<param name="LOOP" value="false" />\n');
    document.write('<param name="SCALE" value="noborder" />\n');
    document.write('</object>\n');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function nav_mo(img_name,img_src) {
document[img_name].src=img_src;
}

function pullDown(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}

function pullDownGo(selName,targ,restore){ //v3.0
var selObj = findObj(selName); if (selObj) pullDown(targ,selObj,restore);
}

function gotoCategory(index) {
document.categories.submit();
}

function NewWindow(mypage, myname, w, h) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

function NewWindowScroll(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable';
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

function NewWindowFull(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 0;
var wint = (screen.height - h) / 0;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',toolbar,menubar,location,resizable,status';
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

image1 = new Image();
image1.src = "/customshop/cirrus/images/home_menu_4string.gif";

image2 = new Image();
image2.src = "/customshop/cirrus/images/home_menu_5string.gif";

image3 = new Image();
image3.src = "/customshop/cirrus/images/home_menu_6string.gif";

