function right(e) { 
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2)) 
return false; 
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) { 
alert("           Copyright © 2000-2004. Silicon Bullet Ltd. All rights reserved." + "\n\n" +
 "   Logos, Products and Companies referred to herein are trademarks" + "\n\n" +
 "or registered trademarks of their respective companies or mark holders."); 
return false; 
} 
return true; 
} 
document.onmousedown=right; 
document.onmouseup=right; 
if (document.layers) window.captureEvents(Event.MOUSEDOWN); 
if (document.layers) window.captureEvents(Event.MOUSEUP); 
window.onmousedown=right; 
window.onmouseup=right;

function protect(e) { 
alert("                Copyright © 2000-2004. Silicon Bullet Ltd. All rights reserved." + "\n\n" +
 "   Logos, Products and Companies referred to herein are trademarks" + "\n\n" +
 "or registered trademarks of their respective companies or mark holders."); 
return false; 
} 
function trap() { 
if(document.images) 
for(i=0;i<document.images.length;i++) 
document.images[i].onmousedown = protect; 
}

function RestoreImg()
{
  if (document.Data != null)
    for (var rem=0; rem<(document.Data.length-1); rem+=2)
      document.Data[rem].src=document.Data[rem+1];
}

function setFavorite()
{
	external.AddFavorite("http://www.siliconbullet.com","Your IT Department");
}

   function goToURL1()
   { window.location = "userguide.html"; }

   function goToURL2()
   { window.open("https://siliconnp01.dyndns.org"); }

   function goToURL3()
   { window.location = "map.html"; }

// Stops pages opening out of frames

//if (parent.location.href == self.location.href)
//{
// window.location.href = 'http://www.siliconbullet.com'
//}

// message banner in header

var swidth=485

var sheight=52

var sspeed=2

var singletext=new Array()
singletext[0]='<div align="center"><a href="freecon.html"><font face=Arial size=6 color="white"><B>F R E E</B></FONT></A><br><font face=Arial size=3 color="black"><b>½ day, No Obligation, <a href="freecon.html"><font face=Arial size=4 color="white"><u>Consultancy Session.</u></b></FONT></A></div></FONT>'
singletext[1]='<div align="center"><a href="freecon.html"><font face=Arial size=6 color="white"><B>CLICK HERE</B></a></font></div>'
singletext[2]='<div align="center"><font face=Arial size=3 color="black"><B>Included in this <a href="freecon.html"><font color="white">FREE</font></A> consultation,<BR><I>is a fully detailed written report.</I></B></font></div>'
singletext[3]='<div align="center"><a href="freecon.html"><font face=Arial size=6 color="white"><B>CLICK HERE</B></a></font></div>'
singletext[4]='<div align="center"><font face=Arial size=3 color="black"><b>The <a href="freecon.html"><font color="white">FREE</font></A> report will include a full analysis of your<BR> <I>I.T infrastructure</I> and <I>Web solution</I>.</font></div>'
singletext[5]='<div align="center"><a href="freecon.html"><font face=Arial size=6 color="white"><B>CLICK HERE</B></a></font></div>'
if (singletext.length>1)
i=1
else
i=0
function start(){
if (document.all){
ieslider1.style.top=sheight
iemarquee(ieslider1)
}
else if (document.layers){
document.ns4slider.document.ns4slider1.top=sheight
document.ns4slider.document.ns4slider1.visibility='show'
ns4marquee(document.ns4slider.document.ns4slider1)
}
else if (document.getElementById&&!document.all){
document.getElementById('ns6slider1').style.top=sheight
ns6marquee(document.getElementById('ns6slider1'))
}
}
function iemarquee(whichdiv){
iediv=eval(whichdiv)
if (iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){
iediv.style.pixelTop=0
setTimeout("iemarquee(iediv)",100)
}
if (iediv.style.pixelTop>=sheight*-1){
iediv.style.pixelTop-=sspeed
setTimeout("iemarquee(iediv)",100)
}
else{
iediv.style.pixelTop=sheight
iediv.innerHTML=singletext[i]
if (i==singletext.length-1)
i=0
else
i++
}
}
function ns4marquee(whichlayer){
ns4layer=eval(whichlayer)
if (ns4layer.top>0&&ns4layer.top<=sspeed){
ns4layer.top=0
setTimeout("ns4marquee(ns4layer)",100)
}
if (ns4layer.top>=sheight*-1){
ns4layer.top-=sspeed
setTimeout("ns4marquee(ns4layer)",100)
}
else{
ns4layer.top=sheight
ns4layer.document.write(singletext[i])
ns4layer.document.close()
if (i==singletext.length-1)
i=0
else
i++
}
}
function ns6marquee(whichdiv){
ns6div=eval(whichdiv)
if (parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){
ns6div.style.top=0
setTimeout("ns6marquee(ns6div)",100)
}
if (parseInt(ns6div.style.top)>=sheight*-1){
ns6div.style.top=parseInt(ns6div.style.top)-sspeed
setTimeout("ns6marquee(ns6div)",100)
}
else{
ns6div.style.top=sheight
ns6div.innerHTML=singletext[i]
if (i==singletext.length-1)
i=0
else
i++
}
}
