
<!--
image01= new Image(773,73)
image01.src="images/slice01_03.gif"
image02= new Image(118,29)
image02.src="images/button_01.gif"
image03= new Image(131,29)
image03.src="images/button_02.gif"
image04= new Image(133,29)
image04.src="images/button_03.gif"
image05= new Image(131,29)
image05.src="images/button_04.gif"
image06= new Image(132,29)
image06.src="images/button_05.gif"
image07= new Image(128,29)
image07.src="images/button_06.gif"
image08= new Image(118,29)
image08.src="images/button_over_01.gif"
image09= new Image(131,29)
image09.src="images/button_over_02.gif"
image10= new Image(133,29)
image10.src="images/button_over_03.gif"
image11= new Image(131,29)
image11.src="images/button_over_04.gif"
image12= new Image(132,29)
image12.src="images/button_over_05.gif"
image13= new Image(128,29)
image13.src="images/button_over_06.gif"
image14= new Image(773,81)
image14.src="images/slice02b.gif"
image15= new Image(9,1134)
image15.src="images/lefborder.gif"
image16= new Image(9,1134)
image16.src="images/rightborder.gif"
//-->

<!-- 
      // DISABLE RIGHT CLICK
      var msg="Sorry - right-click has been disabled";
        function disableIE()
	     {if (document.all) {alert(msg);return false;}
         }
        function disableNS(e) 
	    {if (document.layers||(document.getElementById&&!document.all))
	     {if (e.which==2||e.which==3) {alert(msg);return false;}
         }
        }
        if (document.layers) 
	     {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=disableNS;
         } 
	     else {document.onmouseup=disableNS;document.oncontextmenu=disableIE;
              }
        document.oncontextmenu=new Function("alert(msg);return false")
	
//--> 

<!--
      // DISPLAY MARQUEE TEXT
	  // enter any page specific javascript here
      // scrolling status bar display - long
      var ShowString = "                                                      " //The first line must be blank
               + " * * *   Thank you for visiting us - whether you 'Googled' your way or arrived directly from one of our partners.     " 
               + " * Here at WebRemixers in London, we design and construct all types of websites  "
               + "and deal with clients' maintenance, domain and hosting requirements. "
               + " * Many of our clients have changed to us because of our friendly and efficient service - "
			   + "and together with our competitive prices means we have a 99% renewal rate.  "
			   + " * Take a look at our Portfolio page for a sample of recently completed websites.  "
			   + " * Contact us for a quote and find out how we can get the internet working for you.  "
			   + " >>  Check out our partner Community Media Design (www.commediadesign.org) who run a number of structured, certified IT training courses  "
			   + " (which can be tailored to your requirements), with experienced tutors.   * * * "
      //-------------------------------------------------------------
      var ShowWidth  = 200
      var ShowHead   = 0
      var ShowTail   = ShowWidth
      var ShowLength = ShowString.length
      //-------------------------------------------------------------
      function Marquee ()
      {
       var DisplayString
       if (ShowHead < ShowTail)
         DisplayString = ShowString.substring(ShowHead, ShowTail)
       else
         DisplayString = ShowString.substring(ShowHead, ShowLength)
                       + ShowString.substring(       0, ShowTail)
       //----------------------------------------------------------
       ShowHead = (ShowHead + 1 ) % ShowLength
       ShowTail = (ShowTail + 1 ) % ShowLength
       //----------------------------------------------------------
       window.status = DisplayString
       //----------------------------------------------------------
       TimerID = setTimeout("Marquee()", 120) //Change the number to change the speed (the fewer, the faster)
      }
      //====================================================
	  
      // pop-up window for websites - NOT USED AT PRESENT
      function RW_openBrWindow(theURL,winName,features) 
	  { //v2.0
        window.open(theURL,winName,features);
      }
//-->


<!--
    // PAGE-WIDE DROP-DOWN MENU LINKS
/***********************************************
* DD Tab Menu II script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

//Set tab to intially be selected when page loads:
//[which tab (1=first tab), ID of tab content to display]:
var initialtab=[1, "sc1"]

//Turn menu into single level image tabs (completely hides 2nd level)?
var turntosingle=0 //0 for no (default), 1 for yes

//Disable hyperlinks in 1st level tab images?
var disabletablinks=0 //0 for no (default), 1 for yes


////////Stop editting////////////////

var previoustab=""

if (turntosingle==1)
document.write('<style type="text/css">\n#tabcontentcontainer{display: none;}\n</style>')

function expandcontent(cid, aobject){
if (disabletablinks==1)
aobject.onclick=new Function("return false")
if (document.getElementById && turntosingle==0){
highlighttab(aobject)
if (previoustab!="")
document.getElementById(previoustab).style.display="none"
document.getElementById(cid).style.display="block"
previoustab=cid
}
}

function highlighttab(aobject){
if (typeof tabobjlinks=="undefined")
collectddimagetabs()
for (i=0; i<tabobjlinks.length; i++)
tabobjlinks[i].className=""
aobject.className="current"
}

function collectddimagetabs(){
var tabobj=document.getElementById("ddimagetabs")
tabobjlinks=tabobj.getElementsByTagName("A")
}

function do_onload(){
collectddimagetabs()
expandcontent(initialtab[1], tabobjlinks[initialtab[0]-1])
}

if (window.addEventListener)
window.addEventListener("load", do_onload, false)
else if (window.attachEvent)
window.attachEvent("onload", do_onload)
else if (document.getElementById)
window.onload=do_onload

//-->



