
function showbackgroundcolormenu(){

 //set location//
 //get the top/left location of the widget//

 var dd=document.getElementById("qlw").offsetTop;
 var ee=document.getElementById("qlw").offsetLeft;

 //add 315 to position from top to find top of button then take away height of pop up to set the pos//

 var g = dd + 315 - 96;
 var i = ee +26;



 //if minimized forget the 315//


 var h = dd;


 //set menu pos as g or h by checking if minimized using the shut or open data tag//


 var wst = document.getElementById("wstate").innerHTML;


 if (wst=="open"){ 
  
     document.getElementById("bgtextcolormenu").style.top=g+"px";
     document.getElementById("bgtextcolormenu").style.left=i+"px";
 
     } else if (wst=="shut"){

     document.getElementById("bgtextcolormenu").style.top=h;

     }


  var bgm = document.getElementById("bgtextcolormenu").style.display

  if (bgm=="block"){

        bgm="none";
        document.getElementById("bgtextcolormenu").style.display=bgm

  } else if (bgm=="none") {

        bgm="block";
        document.getElementById("bgtextcolormenu").style.display=bgm
        document.getElementById("textcolormenu").style.display="none";
        document.getElementById("changetextsizemenu").style.display="none";
        
        document.getElementById("changefontmenu").style.display="none";
  }

}


function closetextbackgroundcolormenu() {
 
  var bgm = document.getElementById("bgtextcolormenu").style.display
  bgm="none";
  document.getElementById("bgtextcolormenu").style.display=bgm


}

function keepmenuopen2(){

 
  var bgm = document.getElementById("bgtextcolormenu").style.display
  bgm="block";
  document.getElementById("bgtextcolormenu").style.display=bgm


}


function showtextcolormenu(){

  //set location//
 //get the top/left location of the widget//

 var dd2=document.getElementById("qlw").offsetTop;
 var ee2=document.getElementById("qlw").offsetLeft;



 //add 315 to position from top to find top of button then take away height of pop up to set the pos//

 var g2 = dd2 + 315 - 96;
 var i2 = ee2 +4;

 //if minimized forget the 315//


 var h2 = dd2 + 38 - 62;


 //set menu pos as g or h by checking if minimized using the shut or open data tag//


 var wst2 = document.getElementById("wstate").innerHTML;


 if (wst2=="open"){ 
  
     document.getElementById("textcolormenu").style.top=g2+"px";
     document.getElementById("textcolormenu").style.left=i2+"px";

     } else if (wst2=="shut"){

     document.getElementById("textcolormenu").style.top=h2+"px";
     

     }


  var ccm2 = document.getElementById("textcolormenu").style.display;

  if (ccm2=="block"){

        ccm2="none";
        document.getElementById("textcolormenu").style.display=ccm2;
        
  } else if (ccm2=="none") {

        ccm2="block";
        document.getElementById("textcolormenu").style.display=ccm2;
        document.getElementById("bgtextcolormenu").style.display="none";
        document.getElementById("changetextsizemenu").style.display="none";
      
        document.getElementById("changefontmenu").style.display="none";
  }

}


function closetextcolormenu() {
 
  var ccm2c = document.getElementById("textcolormenu").style.display
  ccm2c="none";
  document.getElementById("textcolormenu").style.display=ccm2c


}

function keepmenuopen(){

 
  var ccm2b = document.getElementById("textcolormenu").style.display
  ccm2b="block";
  document.getElementById("textcolormenu").style.display=ccm2b


}


function changetextcolor(x,y){

  document.getElementById(""+y).style.color=x


}

function changetextbackgroundcolor(x,y){

  document.getElementById(""+y).style.backgroundColor=x
  document.getElementById(""+y).style.backgroundImage="url('')";
}



function showtextsizemenu(){

//set location//
 //get the top/left location of the widget//

 var dd3=document.getElementById("qlw").offsetTop;
 var ee3=document.getElementById("qlw").offsetLeft;

 //add 315 to position from top to find top of button then take away height of pop up to set the pos//

 var g3 = dd3 + 315 - 178;
 var i3 = ee3 + 48;

 //if minimized forget the 315//


 var h3 = dd3 + 38 - 142;


 //set menu pos as g or h by checking if minimized using the shut or open data tag//


 var wst3 = document.getElementById("wstate").innerHTML;


 if (wst3=="open"){ 
  
     document.getElementById("changetextsizemenu").style.top=g3+"px";
     document.getElementById("changetextsizemenu").style.left=i3+"px";
     } else if (wst3=="shut"){

     document.getElementById("changetextsizemenu").style.top=h3;

     }


  var bgm3 = document.getElementById("changetextsizemenu").style.display;

  if (bgm3=="block"){

        bgm3="none";
        document.getElementById("changetextsizemenu").style.display=bgm3;

  } else if (bgm3=="none") {

        bgm3="block";
        
        document.getElementById("changetextsizemenu").style.display=bgm3;
        document.getElementById("textcolormenu").style.display="none";
        document.getElementById("bgtextcolormenu").style.display="none";
        
        document.getElementById("changefontmenu").style.display="none";
  }

}


function closetextsizemenu() {
 
  var bgm3b = document.getElementById("changetextsizemenu").style.display;
  bgm3b="none";
  document.getElementById("changetextsizemenu").style.display=bgm3b;


}

function keepmenuopen3(){

 
  var bgm3c = document.getElementById("changetextsizemenu").style.display;
  bgm3c="block";
  document.getElementById("changetextsizemenu").style.display=bgm3c;


}

















function showchangefontmenu(){

//set location//
 //get the top/left location of the widget//

 var dd5=document.getElementById("qlw").offsetTop;
 var ee5=document.getElementById("qlw").offsetLeft;

 //add 315 to position from top to find top of button then take away height of pop up to set the pos//

 var g5 = dd5 + 315 - 162;
 var i5 = ee5 + 92;

 //if minimized forget the 315//


 var h5 = dd5 + 38 - 212;


 //set menu pos as g or h by checking if minimized using the shut or open data tag//


 var wst5 = document.getElementById("wstate").innerHTML;


 if (wst5=="open"){ 
  
     document.getElementById("changefontmenu").style.top=g5+"px";
     document.getElementById("changefontmenu").style.left=i5+"px";
     } else if (wst5=="shut"){

     document.getElementById("changefontmenu").style.top=h5;

     }


  var bgm5 = document.getElementById("changefontmenu").style.display;

  if (bgm5=="block"){

        bgm5="none";
        document.getElementById("changefontmenu").style.display=bgm5;

  } else if (bgm5=="none") {

        bgm5="block";
        document.getElementById("changefontmenu").style.display=bgm5;
        document.getElementById("changetextsizemenu").style.display="none";
        document.getElementById("textcolormenu").style.display="none";
        document.getElementById("bgtextcolormenu").style.display="none";
       
  }


}


function closechangefontmenu() {
 
  var bgm5b = document.getElementById("changefontmenu").style.display;
  bgm5b="none";
  document.getElementById("changefontmenu").style.display=bgm5b;


}

function keepmenuopen5(){

 
  var bgm5c = document.getElementById("changefontmenu").style.display;
  bgm5c="block";
  document.getElementById("changefontmenu").style.display=bgm5c;


}












function changetextsize(xb,yb,nb,a1b,a2b,a3b,a4b,a5b){

document.getElementById(""+yb).style.fontSize=xb;
document.getElementById(""+nb).style.backgroundImage="url('http://www.flyingmoth.co.uk/images/quicklinkswidget/tick1.png')";
document.getElementById(""+a1b).style.backgroundImage="url('http://www.flyingmoth.co.uk/images/quicklinkswidget/tick1b.png')";
document.getElementById(""+a2b).style.backgroundImage="url('http://www.flyingmoth.co.uk/images/quicklinkswidget/tick1b.png')";
document.getElementById(""+a3b).style.backgroundImage="url('http://www.flyingmoth.co.uk/images/quicklinkswidget/tick1b.png')";
document.getElementById(""+a4b).style.backgroundImage="url('http://www.flyingmoth.co.uk/images/quicklinkswidget/tick1b.png')";
document.getElementById(""+a5b).style.backgroundImage="url('http://www.flyingmoth.co.uk/images/quicklinkswidget/tick1b.png')";
document.getElementById("fts").innerHTML=xb;
}




function changetextstyle(x){


var ws = document.getElementById("fsty").innerHTML


if (ws=="normal"){

document.getElementById("fsty").innerHTML="bold";
document.getElementById("scmb3").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredcc_05_04.png";
document.getElementById(""+x).style.fontWeight="bold";
document.getElementById(""+x).style.fontStyle="normal";
document.getElementById(""+x).style.textDecoration="none";
document.getElementById("scmb3").title="change font style to italic";

}  else if (ws=="bold") {
 
  
document.getElementById("fsty").innerHTML="italic";
document.getElementById("scmb3").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredcc_05s2_04.png";
document.getElementById(""+x).style.fontWeight="normal";
document.getElementById(""+x).style.fontStyle="italic";
document.getElementById(""+x).style.textDecoration="none";
document.getElementById("scmb3").title="change font style to bold/italic";

}  else if (ws=="italic") {

document.getElementById("fsty").innerHTML="bolditalic";
document.getElementById("scmb3").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredcc_05s8_04.png";
document.getElementById(""+x).style.fontWeight="bold";
document.getElementById(""+x).style.fontStyle="italic";
document.getElementById(""+x).style.textDecoration="none";
document.getElementById("scmb3").title="change font style to normal/underline";

} else if (ws=="bolditalic") {

document.getElementById("fsty").innerHTML="normalunderline";
document.getElementById("scmb3").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredcc_05s6_04.png";
document.getElementById(""+x).style.fontWeight="normal";
document.getElementById(""+x).style.fontStyle="normal";
document.getElementById(""+x).style.textDecoration="underline";
document.getElementById("scmb3").title="change font style to bold/underline";

} else if (ws=="normalunderline") {

document.getElementById("fsty").innerHTML="boldunderline";
document.getElementById("scmb3").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredcc_05s7_04.png";
document.getElementById(""+x).style.fontWeight="bold";
document.getElementById(""+x).style.fontStyle="normal";
document.getElementById(""+x).style.textDecoration="underline";
document.getElementById("scmb3").title="change font style to italic/underline";

} else if (ws=="boldunderline") {
 
  
document.getElementById("fsty").innerHTML="italicunderline";
document.getElementById("scmb3").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredcc_05s3_04.png";
document.getElementById(""+x).style.fontWeight="normal";
document.getElementById(""+x).style.fontStyle="italic";
document.getElementById(""+x).style.textDecoration="underline";
document.getElementById("scmb3").title="change font style to bold/italic/underline";

} else if (ws=="italicunderline") {
 
document.getElementById("fsty").innerHTML="bolditalicunderline";
document.getElementById("scmb3").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredcc_05s5_04.png";
document.getElementById(""+x).style.fontWeight="bold";
document.getElementById(""+x).style.fontStyle="italic";
document.getElementById(""+x).style.textDecoration="underline";
document.getElementById("scmb3").title="change font style to normal";

} else if (ws=="bolditalicunderline") {
   
document.getElementById("fsty").innerHTML="normal";
document.getElementById("scmb3").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredcc_05s_04.png";
document.getElementById(""+x).style.fontWeight="normal";
document.getElementById(""+x).style.fontStyle="normal";
document.getElementById(""+x).style.textDecoration="none";
document.getElementById("scmb3").title="change font style to bold";
} 




}

function changefont(x,y,z,n,a1,a2,a3,a4,a5,a6,a7,a8,a9){

document.getElementById(""+y).style.fontFamily=x;
document.getElementById("fc3").style.fontFamily=x;
document.getElementById("fc3").innerHTML=z;
document.getElementById(""+n).style.backgroundImage="url('http://www.flyingmoth.co.uk/images/quicklinkswidget/tick1.png')";
document.getElementById(""+a1).style.backgroundImage="url('http://www.flyingmoth.co.uk/images/quicklinkswidget/tick1b.png')";
document.getElementById(""+a2).style.backgroundImage="url('http://www.flyingmoth.co.uk/images/quicklinkswidget/tick1b.png')";
document.getElementById(""+a3).style.backgroundImage="url('http://www.flyingmoth.co.uk/images/quicklinkswidget/tick1b.png')";
document.getElementById(""+a4).style.backgroundImage="url('http://www.flyingmoth.co.uk/images/quicklinkswidget/tick1b.png')";
document.getElementById(""+a5).style.backgroundImage="url('http://www.flyingmoth.co.uk/images/quicklinkswidget/tick1b.png')";
document.getElementById(""+a6).style.backgroundImage="url('http://www.flyingmoth.co.uk/images/quicklinkswidget/tick1b.png')";
document.getElementById(""+a7).style.backgroundImage="url('http://www.flyingmoth.co.uk/images/quicklinkswidget/tick1b.png')";
document.getElementById(""+a8).style.backgroundImage="url('http://www.flyingmoth.co.uk/images/quicklinkswidget/tick1b.png')";
document.getElementById(""+a9).style.backgroundImage="url('http://www.flyingmoth.co.uk/images/quicklinkswidget/tick1b.png')";

}





function minimize(){


    var mp = document.getElementById("m").style.display
   

        if (mp=="block"){

        mp="none";
        document.getElementById("m").style.display=mp
        document.getElementById("mwl").title="click to maximise widget";
        document.getElementById("pmd").style.display="none";
        document.getElementById("pomi").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3_01.png";
        document.getElementById("mtd").style.height="0px";
        document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredhc_06.png"
        document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredhc_06.png"
        document.getElementById("scmb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredccb_05_01.png";
        document.getElementById("sbcmb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredccb_05_02.png";
        document.getElementById("textcolormenu").style.display="none";
        document.getElementById("bgtextcolormenu").style.display="none";
        document.getElementById("changefontmenu").style.display="none";
        document.getElementById("changetextsizemenu").style.display="none";
        document.getElementById("wstate").innerHTML="shut";   
        document.getElementById("htl3").style.display="none";
        document.getElementById("htl3b").style.display="block";
        document.getElementById("htl4").style.display="none";
        document.getElementById("htl4b").style.display="block";
        document.getElementById("htl").style.display="none";
        document.getElementById("htlb").style.display="block";
        document.getElementById("htl2").style.display="none";
        document.getElementById("htl2b").style.display="block";
        document.getElementById("fc1").style.display="none";
        document.getElementById("fc1b").style.display="block";
        document.getElementById("fc2").style.display="none";
        document.getElementById("fc2b").style.display="block";
        document.getElementById("fc3b").style.backgroundImage="url('http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredccb_05_05.png')";
        document.getElementById("fc3").style.display="none";


        
        } else if (mp=="none") {

        mp="block";
        document.getElementById("m").style.display=mp
        document.getElementById("mwl").title="click to minimize widget";
        document.getElementById("mtd").style.height="277px";
        document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";
        document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";
        document.getElementById("scmb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredcc_05_01.png";
        document.getElementById("sbcmb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredcc_05_02.png";
        document.getElementById("wstate").innerHTML="open";
        document.getElementById("htl3").style.display="block";
        document.getElementById("htl3b").style.display="none";
        document.getElementById("htl4").style.display="block";
        document.getElementById("htl4b").style.display="none";
        document.getElementById("htl").style.display="block";
        document.getElementById("htlb").style.display="none";
        document.getElementById("htl2").style.display="block";
        document.getElementById("htl2b").style.display="none";
        document.getElementById("fc1").style.display="block";
        document.getElementById("fc1b").style.display="none";
        document.getElementById("fc2").style.display="block";
        document.getElementById("fc2b").style.display="none";
        document.getElementById("fc3b").style.backgroundImage="url('http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredcc_05_05.png')";
        document.getElementById("fc3").style.display="block";
        var txt = document.getElementById("htfbv").innerHTML
        var img = document.getElementById("hifbv").innerHTML
        
        if (txt=="open"){

        
        document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";

        } else if (txt=="shut"){
         
        document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredhb_06.png";


        } if (img=="open"){
         
        document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";


        } else if (img=="shut"){
         
        document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredhb_07.png";


        }

 }

 }


function closeqw(){

    var ddh=document.getElementById("qlw").offsetTop;
    var eeh=document.getElementById("qlw").offsetLeft;
    document.getElementById("closewarn1b").style.left=eeh+"px";
    document.getElementById("closewarn1b").style.top=ddh+"px";



    document.getElementById("qlw").style.display="none";
    document.getElementById("pmd").style.display="none";
    document.getElementById("closewarn1b").style.display="block";
       

 }

function close_services_widget(){

    var ddhg=document.getElementById("closewarn1b").offsetTop;
    var eehg=document.getElementById("closewarn1b").offsetLeft;
    document.getElementById("closewarn2b").style.left=eehg+"px";
    document.getElementById("closewarn2b").style.top=ddhg+"px";


    document.getElementById("closewarn1b").style.display="none";
    document.getElementById("closewarn2b").style.display="block";
       

 }

function close_services_widget2(){

    document.getElementById("closewarn2b").style.display="none";

       

 }








function reopen_services_widget(){


    document.getElementById("qlw").style.display="block";
    document.getElementById("closewarn1b").style.display="none";

       

 }










function closewidgetmenu(){


    document.getElementById("pmd").style.display="none";
    document.getElementById("pomi").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3_01.png";
       

 }






function showmenu1(){


    var mp2 = document.getElementById("pmd").style.display
   



 var dd7b=document.getElementById("qlw").offsetTop;
 var ee7b=document.getElementById("qlw").offsetLeft;


 var g7b = dd7b + 38;
 var i7b = ee7b + 2;


  
     document.getElementById("pmd").style.top=g7b+"px";
     document.getElementById("pmd").style.left=i7b+"px";




        if (mp2=="block"){

        mp2="none";
        document.getElementById("pmd").style.display=mp2
        document.getElementById("pol").title="click to show menu";
        document.getElementById("pomi").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3_01.png";
        } else if (mp2=="none") {

        mp2="block";
        document.getElementById("pmd").style.display=mp2
        document.getElementById("pol").title="click to hide menu";
        document.getElementById("pomi").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3b_01.png";
        document.getElementById("m").style.display=mp2
        document.getElementById("wstate").innerHTML="open";
        document.getElementById("mtd").style.height="277px";
        document.getElementById("htl3").style.display="block";
        document.getElementById("htl3b").style.display="none";
        document.getElementById("htl4").style.display="block";
        document.getElementById("htl4b").style.display="none";
        document.getElementById("htl").style.display="block";
        document.getElementById("htlb").style.display="none";
        document.getElementById("htl2").style.display="block";
        document.getElementById("htl2b").style.display="none";
        document.getElementById("fc1").style.display="block";
        document.getElementById("fc1b").style.display="none";
        document.getElementById("fc2").style.display="block";
        document.getElementById("fc2b").style.display="none";
        document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";
        document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";
        document.getElementById("scmb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredcc_05_01.png";
        document.getElementById("sbcmb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredcc_05_02.png";
        document.getElementById("fc3b").style.backgroundImage="url('http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredcc_05_05.png')";
        document.getElementById("fc3").style.display="block";
        var txt = document.getElementById("htfbv").innerHTML
        var img = document.getElementById("hifbv").innerHTML
        
        if (txt=="open"){

        
        document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";

        } else if (txt=="shut"){
         
        document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredhb_06.png";


        } if (img=="open"){
         
        document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";


        } else if (img=="shut"){
         
        document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredhb_07.png";


        }

        


        }

 }






function showservice(x){




if (x=="10"){

    var bob = document.getElementById("itip").style.display
    bob="none";
    document.getElementById("itip").style.display=bob
  
    var bob2 = document.getElementById("crp").style.display
    bob2="block";
    document.getElementById("crp").style.display=bob2

    var bob3 = document.getElementById("cmp").style.display
    bob3="none";
    document.getElementById("cmp").style.display=bob3

    var bob4 = document.getElementById("cup").style.display
    bob4="none";
    document.getElementById("cup").style.display=bob4

    var bob5 = document.getElementById("ccp").style.display
    bob5="none";
    document.getElementById("ccp").style.display=bob5

    var bob6 = document.getElementById("cdbp").style.display
    bob6="none";
    document.getElementById("cdbp").style.display=bob6

    var bob7 = document.getElementById("cdep").style.display
    bob7="none";
    document.getElementById("cdep").style.display=bob7

    var bob8 = document.getElementById("cdrp").style.display
    bob8="none";
    document.getElementById("cdrp").style.display=bob8

    var bob9 = document.getElementById("cstp").style.display
    bob9="none";
    document.getElementById("cstp").style.display=bob9

    var bob10 = document.getElementById("csecp").style.display
    bob10="none";
    document.getElementById("csecp").style.display=bob10

    var bob11 = document.getElementById("itsup").style.display
    bob11="none";
    document.getElementById("itsup").style.display=bob11

    var bob12 = document.getElementById("itsop").style.display
    bob12="none";
    document.getElementById("itsop").style.display=bob12

    var bob13 = document.getElementById("np").style.display
    bob13="none";
    document.getElementById("np").style.display=bob13

    var bob14 = document.getElementById("wnp").style.display
    bob14="none";
    document.getElementById("wnp").style.display=bob14

    var bob15 = document.getElementById("p2p").style.display
    bob15="none";
    document.getElementById("p2p").style.display=bob15

    var bob16 = document.getElementById("gdp").style.display
    bob16="none";
    document.getElementById("gdp").style.display=bob16

    var bob17 = document.getElementById("wdp").style.display
    bob17="none";
    document.getElementById("wdp").style.display=bob17

    var bob18 = document.getElementById("whp").style.display
    bob18="none";
    document.getElementById("whp").style.display=bob18

    var bob19 = document.getElementById("ehp").style.display
    bob19="none";
    document.getElementById("ehp").style.display=bob19

    document.getElementById("ptitlelink").innerHTML="Computer Repair";
    document.getElementById("ptitlelink").href="http://www.flyingmoth.co.uk/computer-repair/";
    document.getElementById("ptitlelink").title="Click for computer repair service main page";
    document.getElementById("plml").href="http://www.flyingmoth.co.uk/computer-repair/";
    document.getElementById("plml").title="Click for detailed information about our computer repair services";
    document.getElementById("crlm1").style.backgroundColor="#cccccc";
    document.getElementById("crlm2").style.backgroundColor="#ffffff";
    document.getElementById("crlm3").style.backgroundColor="#ffffff";
    document.getElementById("crlm4").style.backgroundColor="#ffffff";
    document.getElementById("crlm5").style.backgroundColor="#ffffff";
    document.getElementById("crlm6").style.backgroundColor="#ffffff";
    document.getElementById("crlm7").style.backgroundColor="#ffffff";
    document.getElementById("crlm8").style.backgroundColor="#ffffff";
    document.getElementById("crlm9").style.backgroundColor="#ffffff";
    document.getElementById("crlm10").style.backgroundColor="#ffffff";
    document.getElementById("crlm11").style.backgroundColor="#ffffff";
    document.getElementById("crlm12").style.backgroundColor="#ffffff";
    document.getElementById("crlm13").style.backgroundColor="#ffffff";
    document.getElementById("crlm14").style.backgroundColor="#ffffff";
    document.getElementById("crlm15").style.backgroundColor="#ffffff";
    document.getElementById("crlm16").style.backgroundColor="#ffffff";
    document.getElementById("crlm17").style.backgroundColor="#ffffff";
    document.getElementById("crlm18").style.backgroundColor="#ffffff";
    document.getElementById("crlm19").style.backgroundColor="#ffffff";
    document.getElementById("crlm1").title="";
    document.getElementById("crlm2").title="click to show";
    document.getElementById("crlm3").title="click to show";
    document.getElementById("crlm4").title="click to show";
    document.getElementById("crlm5").title="click to show";
    document.getElementById("crlm6").title="click to show";
    document.getElementById("crlm7").title="click to show";
    document.getElementById("crlm8").title="click to show";
    document.getElementById("crlm9").title="click to show";
    document.getElementById("crlm10").title="click to show";
    document.getElementById("crlm11").title="click to show";
    document.getElementById("crlm12").title="click to show";
    document.getElementById("crlm13").title="click to show";
    document.getElementById("crlm14").title="click to show";
    document.getElementById("crlm15").title="click to show";
    document.getElementById("crlm16").title="click to show";
    document.getElementById("crlm17").title="click to show";
    document.getElementById("crlm18").title="click to show";
    document.getElementById("crlm19").title="click to show";
   
    document.getElementById("htl").href="javascript:hide_text('servicetext2')";

document.getElementById("htl2").href="javascript:hide_image('crpmr2','url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3b_07.png\")')";

    document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";
    document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";
    document.getElementById("htfbv").innerHTML="open";
    document.getElementById("hifbv").innerHTML="open";
    document.getElementById("crpmr2").style.backgroundImage="url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3b_07.png\")";
    document.getElementById("servicetext2").style.display="block";


   document.getElementById("tccml1").href="javascript:changetextcolor('#000000','swt2')"
   document.getElementById("tccml2").href="javascript:changetextcolor('#ff0033','swt2')"
   document.getElementById("tccml3").href="javascript:changetextcolor('#ff9900','swt2')"
   document.getElementById("tccml4").href="javascript:changetextcolor('#ffcc00','swt2')"
   document.getElementById("tccml5").href="javascript:changetextcolor('#99dd33','swt2')"
   document.getElementById("tccml6").href="javascript:changetextcolor('#00aaff','swt2')"
   document.getElementById("tccml7").href="javascript:changetextcolor('#888888','swt2')"
   document.getElementById("tccml8").href="javascript:changetextcolor('#cc0044','swt2')"
   document.getElementById("tccml9").href="javascript:changetextcolor('#ff5500','swt2')"
   document.getElementById("tccml10").href="javascript:changetextcolor('#99ffff','swt2')"
   document.getElementById("tccml11").href="javascript:changetextcolor('#00ee33','swt2')"
   document.getElementById("tccml12").href="javascript:changetextcolor('#3377dd','swt2')"
   document.getElementById("tccml13").href="javascript:changetextcolor('#cccccc','swt2')"
   document.getElementById("tccml14").href="javascript:changetextcolor('#992222','swt2')"
   document.getElementById("tccml15").href="javascript:changetextcolor('#996644','swt2')"
   document.getElementById("tccml16").href="javascript:changetextcolor('#ff99ff','swt2')"
   document.getElementById("tccml17").href="javascript:changetextcolor('#008833','swt2')"
   document.getElementById("tccml18").href="javascript:changetextcolor('#3344aa','swt2')"
   document.getElementById("tccml19").href="javascript:changetextcolor('#ffffff','swt2')"
   document.getElementById("tccml20").href="javascript:changetextcolor('#662200','swt2')"
   document.getElementById("tccml21").href="javascript:changetextcolor('#664400','swt2')"
   document.getElementById("tccml22").href="javascript:changetextcolor('#9922dd','swt2')"
   document.getElementById("tccml23").href="javascript:changetextcolor('#005533','swt2')"
   document.getElementById("tccml24").href="javascript:changetextcolor('#331177','swt2')"

   document.getElementById("tccml1b").href="javascript:changetextbackgroundcolor('#000000','swt2')"
   document.getElementById("tccml2b").href="javascript:changetextbackgroundcolor('#ff0033','swt2')"
   document.getElementById("tccml3b").href="javascript:changetextbackgroundcolor('#ff9900','swt2')"
   document.getElementById("tccml4b").href="javascript:changetextbackgroundcolor('#ffcc00','swt2')"
   document.getElementById("tccml5b").href="javascript:changetextbackgroundcolor('#99dd33','swt2')"
   document.getElementById("tccml6b").href="javascript:changetextbackgroundcolor('#00aaff','swt2')"
   document.getElementById("tccml7b").href="javascript:changetextbackgroundcolor('#888888','swt2')"
   document.getElementById("tccml8b").href="javascript:changetextbackgroundcolor('#cc0044','swt2')"
   document.getElementById("tccml9b").href="javascript:changetextbackgroundcolor('#ff5500','swt2')"
   document.getElementById("tccml10b").href="javascript:changetextbackgroundcolor('#99ffff','swt2')"
   document.getElementById("tccml11b").href="javascript:changetextbackgroundcolor('#00ee33','swt2')"
   document.getElementById("tccml12b").href="javascript:changetextbackgroundcolor('#3377dd','swt2')"
   document.getElementById("tccml13b").href="javascript:changetextbackgroundcolor('#cccccc','swt2')"
   document.getElementById("tccml14b").href="javascript:changetextbackgroundcolor('#992222','swt2')"
   document.getElementById("tccml15b").href="javascript:changetextbackgroundcolor('#996644','swt2')"
   document.getElementById("tccml16b").href="javascript:changetextbackgroundcolor('#ff99ff','swt2')"
   document.getElementById("tccml17b").href="javascript:changetextbackgroundcolor('#008833','swt2')"
   document.getElementById("tccml18b").href="javascript:changetextbackgroundcolor('#3344aa','swt2')"
   document.getElementById("tccml19b").href="javascript:changetextbackgroundcolor('#ffffff','swt2')"
   document.getElementById("tccml20b").href="javascript:changetextbackgroundcolor('#662200','swt2')"
   document.getElementById("tccml21b").href="javascript:changetextbackgroundcolor('#664400','swt2')"
   document.getElementById("tccml22b").href="javascript:changetextbackgroundcolor('#9922dd','swt2')"
   document.getElementById("tccml23b").href="javascript:changetextbackgroundcolor('#005533','swt2')"
   document.getElementById("tccml24b").href="javascript:changetextbackgroundcolor('#331177','swt2')"

   document.getElementById("fsml1b").href="javascript:changetextsize('8','swt2')"
   document.getElementById("fsml2b").href="javascript:changetextsize('11','swt2')"
   document.getElementById("fsml3b").href="javascript:changetextsize('14','swt2')"
   document.getElementById("fsml4b").href="javascript:changetextsize('18','swt2')"
   document.getElementById("fsml5b").href="javascript:changetextsize('22','swt2')"
   document.getElementById("fsml6b").href="javascript:changetextsize('28','swt2')"
   

document.getElementById("cfm1b").href="javascript:changefont('verdana','swt2','verdana','cfm1b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b')"

document.getElementById("cfm2b").href="javascript:changefont('arial','swt2','arial','cfm2b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm6b','cfm1b')"

document.getElementById("cfm3b").href="javascript:changefont('ms sans serif','swt2','ms sans serif','cfm3b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm4b").href="javascript:changefont('courier','swt2','courier','cfm4b','cfm11b','cfm5b','cfm10b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm5b").href="javascript:changefont('times new roman','swt2','times roman','cfm5b','cfm11b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm6b").href="javascript:changefont('tahoma','swt2','tahoma','cfm6b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm1b')"

document.getElementById("cfm8b").href="javascript:changefont('Lucida Console','swt2','Lucida','cfm8b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm9b").href="javascript:changefont('georgia','swt2','georgia','cfm9b','cfm11b','cfm5b','cfm10b','cfm4b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm10b").href="javascript:changefont('Garamond','swt2','garamond','cfm10b','cfm11b','cfm5b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm11b").href="javascript:changefont('Bookman Old Style','swt2','bookman','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"



var c = document.getElementById("fc3").innerHTML

if (c=="verdana"){

document.getElementById("swt2").style.fontFamily="verdana";

} else if (c=="arial") {

document.getElementById("swt2").style.fontFamily="arial";

} else if (c=="ms sans serif") {

document.getElementById("swt2").style.fontFamily="ms sans serif";

} else if (c=="courier") {

document.getElementById("swt2").style.fontFamily="courier";

} else if (c=="times roman") {

document.getElementById("swt2").style.fontFamily="times new roman";

} else if (c=="tahoma") {

document.getElementById("swt2").style.fontFamily="tahoma";

} else if (c=="Lucida") {

document.getElementById("swt2").style.fontFamily="Lucida Console";

} else if (c=="georgia") {

document.getElementById("swt2").style.fontFamily="georgia";

} else if (c=="garamond") {

document.getElementById("swt2").style.fontFamily="Garamond";

} else if (c=="bookman") {

document.getElementById("swt2").style.fontFamily="Bookman Old Style";

}



document.getElementById("fsml1b").href="javascript:changetextsize('8','swt2','fsml1b','fsml2b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml2b").href="javascript:changetextsize('11','swt2','fsml2b','fsml1b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml3b").href="javascript:changetextsize('14','swt2','fsml3b','fsml2b','fsml1b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml4b").href="javascript:changetextsize('18','swt2','fsml4b','fsml2b','fsml3b','fsml1b','fsml5b','fsml6b')" 
document.getElementById("fsml5b").href="javascript:changetextsize('22','swt2','fsml5b','fsml2b','fsml3b','fsml4b','fsml1b','fsml6b')" 
document.getElementById("fsml6b").href="javascript:changetextsize('28','swt2','fsml6b','fsml2b','fsml3b','fsml4b','fsml5b','fsml1b')" 

var fsdt = document.getElementById("fts").innerHTML;
document.getElementById("swt2").style.fontSize=fsdt;



document.getElementById("fc2").href="javascript:changetextstyle('swt2')";
var fsdt2 = document.getElementById("fsty").innerHTML;

if (fsdt2=="normal"){
document.getElementById("swt2").style.fontWeight="normal";
document.getElementById("swt2").style.fontStyle="normal";
document.getElementById("swt2").style.textDecoration="none";
}  else if (fsdt2=="bold") {
document.getElementById("swt2").style.fontWeight="bold";
document.getElementById("swt2").style.fontStyle="normal";
document.getElementById("swt2").style.textDecoration="none";
}  else if (fsdt2=="italic") {
document.getElementById("swt2").style.fontWeight="normal";
document.getElementById("swt2").style.fontStyle="italic";
document.getElementById("swt2").style.textDecoration="none";
} else if (fsdt2=="bolditalic") {
document.getElementById("swt2").style.fontWeight="bold";
document.getElementById("swt2").style.fontStyle="italic";
document.getElementById("swt2").style.textDecoration="none";
} else if (fsdt2=="normalunderline") {
document.getElementById("swt2").style.fontWeight="normal";
document.getElementById("swt2").style.fontStyle="normal";
document.getElementById("swt2").style.textDecoration="underline";
} else if (fsdt2=="boldunderline") {
document.getElementById("swt2").style.fontWeight="bold";
document.getElementById("swt2").style.fontStyle="normal";
document.getElementById("swt2").style.textDecoration="underline";
} else if (fsdt2=="italicunderline") {
document.getElementById("swt2").style.fontWeight="normal";
document.getElementById("swt2").style.fontStyle="italic";
document.getElementById("swt2").style.textDecoration="underline";
} else if (fsdt2=="bolditalicunderline") {
document.getElementById("swt2").style.fontWeight="bold";
document.getElementById("swt2").style.fontStyle="italic";
document.getElementById("swt2").style.textDecoration="underline";
}





}

if (x=="20"){

    var bob = document.getElementById("itip").style.display
    bob="block";
    document.getElementById("itip").style.display=bob
  
    var bob2 = document.getElementById("crp").style.display
    bob2="none";
    document.getElementById("crp").style.display=bob2

    var bob3 = document.getElementById("cmp").style.display
    bob3="none";
    document.getElementById("cmp").style.display=bob3

    var bob4 = document.getElementById("cup").style.display
    bob4="none";
    document.getElementById("cup").style.display=bob4

    var bob5 = document.getElementById("ccp").style.display
    bob5="none";
    document.getElementById("ccp").style.display=bob5

    var bob6 = document.getElementById("cdbp").style.display
    bob6="none";
    document.getElementById("cdbp").style.display=bob6

    var bob7 = document.getElementById("cdep").style.display
    bob7="none";
    document.getElementById("cdep").style.display=bob7

    var bob8 = document.getElementById("cdrp").style.display
    bob8="none";
    document.getElementById("cdrp").style.display=bob8

    var bob9 = document.getElementById("cstp").style.display
    bob9="none";
    document.getElementById("cstp").style.display=bob9

    var bob10 = document.getElementById("csecp").style.display
    bob10="none";
    document.getElementById("csecp").style.display=bob10

    var bob11 = document.getElementById("itsup").style.display
    bob11="none";
    document.getElementById("itsup").style.display=bob11

    var bob12 = document.getElementById("itsop").style.display
    bob12="none";
    document.getElementById("itsop").style.display=bob12

    var bob13 = document.getElementById("np").style.display
    bob13="none";
    document.getElementById("np").style.display=bob13

    var bob14 = document.getElementById("wnp").style.display
    bob14="none";
    document.getElementById("wnp").style.display=bob14

    var bob15 = document.getElementById("p2p").style.display
    bob15="none";
    document.getElementById("p2p").style.display=bob15

    var bob16 = document.getElementById("gdp").style.display
    bob16="none";
    document.getElementById("gdp").style.display=bob16

    var bob17 = document.getElementById("wdp").style.display
    bob17="none";
    document.getElementById("wdp").style.display=bob17

    var bob18 = document.getElementById("whp").style.display
    bob18="none";
    document.getElementById("whp").style.display=bob18
 
    var bob19 = document.getElementById("ehp").style.display
    bob19="none";
    document.getElementById("ehp").style.display=bob19

    document.getElementById("ptitlelink").innerHTML="IT Installation";
    document.getElementById("ptitlelink").href="http://www.flyingmoth.co.uk/it-system-installation/";
    document.getElementById("ptitlelink").title="Click for IT Installation service main page";
    document.getElementById("plml").href="http://www.flyingmoth.co.uk/it-system-installation/";
    document.getElementById("plml").title="Click for detailed information about our IT Installation services";
    document.getElementById("crlm1").style.backgroundColor="#ffffff";
    document.getElementById("crlm2").style.backgroundColor="#ffffff";
    document.getElementById("crlm3").style.backgroundColor="#ffffff";
    document.getElementById("crlm4").style.backgroundColor="#ffffff";
    document.getElementById("crlm5").style.backgroundColor="#ffffff";
    document.getElementById("crlm6").style.backgroundColor="#ffffff";
    document.getElementById("crlm7").style.backgroundColor="#ffffff";
    document.getElementById("crlm8").style.backgroundColor="#ffffff";
    document.getElementById("crlm9").style.backgroundColor="#ffffff";
    document.getElementById("crlm10").style.backgroundColor="#cccccc";
    document.getElementById("crlm11").style.backgroundColor="#ffffff";
    document.getElementById("crlm12").style.backgroundColor="#ffffff";
    document.getElementById("crlm13").style.backgroundColor="#ffffff";
    document.getElementById("crlm14").style.backgroundColor="#ffffff";
    document.getElementById("crlm15").style.backgroundColor="#ffffff";
    document.getElementById("crlm16").style.backgroundColor="#ffffff";
    document.getElementById("crlm17").style.backgroundColor="#ffffff";
    document.getElementById("crlm18").style.backgroundColor="#ffffff";
    document.getElementById("crlm19").style.backgroundColor="#ffffff";  

    document.getElementById("crlm1").title="click to show";
    document.getElementById("crlm2").title="click to show";
    document.getElementById("crlm3").title="click to show";
    document.getElementById("crlm4").title="click to show";
    document.getElementById("crlm5").title="click to show";
    document.getElementById("crlm6").title="click to show";
    document.getElementById("crlm7").title="click to show";
    document.getElementById("crlm8").title="click to show";
    document.getElementById("crlm9").title="click to show";
    document.getElementById("crlm10").title="";
    document.getElementById("crlm11").title="click to show";
    document.getElementById("crlm12").title="click to show";
    document.getElementById("crlm13").title="click to show";
    document.getElementById("crlm14").title="click to show";
    document.getElementById("crlm15").title="click to show";
    document.getElementById("crlm16").title="click to show";
    document.getElementById("crlm17").title="click to show";
    document.getElementById("crlm18").title="click to show";
    document.getElementById("crlm19").title="click to show";
   
   
    document.getElementById("htl").href="javascript:hide_text('servicetext')";

document.getElementById("htl2").href="javascript:hide_image('crpmr','url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3_07.png\")')";

    document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";
    document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";
    document.getElementById("htfbv").innerHTML="open";
    document.getElementById("hifbv").innerHTML="open";
    document.getElementById("crpmr").style.backgroundImage="url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3_07.png\")";
    document.getElementById("servicetext").style.display="block";

   document.getElementById("tccml1").href="javascript:changetextcolor('#000000','swt')"
   document.getElementById("tccml2").href="javascript:changetextcolor('#ff0033','swt')"
   document.getElementById("tccml3").href="javascript:changetextcolor('#ff9900','swt')"
   document.getElementById("tccml4").href="javascript:changetextcolor('#ffcc00','swt')"
   document.getElementById("tccml5").href="javascript:changetextcolor('#99dd33','swt')"
   document.getElementById("tccml6").href="javascript:changetextcolor('#00aaff','swt')"
   document.getElementById("tccml7").href="javascript:changetextcolor('#888888','swt')"
   document.getElementById("tccml8").href="javascript:changetextcolor('#cc0044','swt')"
   document.getElementById("tccml9").href="javascript:changetextcolor('#ff5500','swt')"
   document.getElementById("tccml10").href="javascript:changetextcolor('#99ffff','swt')"
   document.getElementById("tccml11").href="javascript:changetextcolor('#00ee33','swt')"
   document.getElementById("tccml12").href="javascript:changetextcolor('#3377dd','swt')"
   document.getElementById("tccml13").href="javascript:changetextcolor('#cccccc','swt')"
   document.getElementById("tccml14").href="javascript:changetextcolor('#992222','swt')"
   document.getElementById("tccml15").href="javascript:changetextcolor('#996644','swt')"
   document.getElementById("tccml16").href="javascript:changetextcolor('#ff99ff','swt')"
   document.getElementById("tccml17").href="javascript:changetextcolor('#008833','swt')"
   document.getElementById("tccml18").href="javascript:changetextcolor('#3344aa','swt')"
   document.getElementById("tccml19").href="javascript:changetextcolor('#ffffff','swt')"
   document.getElementById("tccml20").href="javascript:changetextcolor('#662200','swt')"
   document.getElementById("tccml21").href="javascript:changetextcolor('#664400','swt')"
   document.getElementById("tccml22").href="javascript:changetextcolor('#9922dd','swt')"
   document.getElementById("tccml23").href="javascript:changetextcolor('#005533','swt')"
   document.getElementById("tccml24").href="javascript:changetextcolor('#331177','swt')"

   document.getElementById("tccml1b").href="javascript:changetextbackgroundcolor('#000000','swt')"
   document.getElementById("tccml2b").href="javascript:changetextbackgroundcolor('#ff0033','swt')"
   document.getElementById("tccml3b").href="javascript:changetextbackgroundcolor('#ff9900','swt')"
   document.getElementById("tccml4b").href="javascript:changetextbackgroundcolor('#ffcc00','swt')"
   document.getElementById("tccml5b").href="javascript:changetextbackgroundcolor('#99dd33','swt')"
   document.getElementById("tccml6b").href="javascript:changetextbackgroundcolor('#00aaff','swt')"
   document.getElementById("tccml7b").href="javascript:changetextbackgroundcolor('#888888','swt')"
   document.getElementById("tccml8b").href="javascript:changetextbackgroundcolor('#cc0044','swt')"
   document.getElementById("tccml9b").href="javascript:changetextbackgroundcolor('#ff5500','swt')"
   document.getElementById("tccml10b").href="javascript:changetextbackgroundcolor('#99ffff','swt')"
   document.getElementById("tccml11b").href="javascript:changetextbackgroundcolor('#00ee33','swt')"
   document.getElementById("tccml12b").href="javascript:changetextbackgroundcolor('#3377dd','swt')"
   document.getElementById("tccml13b").href="javascript:changetextbackgroundcolor('#cccccc','swt')"
   document.getElementById("tccml14b").href="javascript:changetextbackgroundcolor('#992222','swt')"
   document.getElementById("tccml15b").href="javascript:changetextbackgroundcolor('#996644','swt')"
   document.getElementById("tccml16b").href="javascript:changetextbackgroundcolor('#ff99ff','swt')"
   document.getElementById("tccml17b").href="javascript:changetextbackgroundcolor('#008833','swt')"
   document.getElementById("tccml18b").href="javascript:changetextbackgroundcolor('#3344aa','swt')"
   document.getElementById("tccml19b").href="javascript:changetextbackgroundcolor('#ffffff','swt')"
   document.getElementById("tccml20b").href="javascript:changetextbackgroundcolor('#662200','swt')"
   document.getElementById("tccml21b").href="javascript:changetextbackgroundcolor('#664400','swt')"
   document.getElementById("tccml22b").href="javascript:changetextbackgroundcolor('#9922dd','swt')"
   document.getElementById("tccml23b").href="javascript:changetextbackgroundcolor('#005533','swt')"
   document.getElementById("tccml24b").href="javascript:changetextbackgroundcolor('#331177','swt')"

   document.getElementById("fsml1b").href="javascript:changetextsize('8','swt')"
   document.getElementById("fsml2b").href="javascript:changetextsize('11','swt')"
   document.getElementById("fsml3b").href="javascript:changetextsize('14','swt')"
   document.getElementById("fsml4b").href="javascript:changetextsize('18','swt')"
   document.getElementById("fsml5b").href="javascript:changetextsize('22','swt')"
   document.getElementById("fsml6b").href="javascript:changetextsize('28','swt')"
   

document.getElementById("cfm1b").href="javascript:changefont('verdana','swt','verdana','cfm1b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b')"

document.getElementById("cfm2b").href="javascript:changefont('arial','swt','arial','cfm2b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm6b','cfm1b')"

document.getElementById("cfm3b").href="javascript:changefont('ms sans serif','swt','ms sans serif','cfm3b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm4b").href="javascript:changefont('courier','swt','courier','cfm4b','cfm11b','cfm5b','cfm10b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm5b").href="javascript:changefont('times new roman','swt','times roman','cfm5b','cfm11b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm6b").href="javascript:changefont('tahoma','swt','tahoma','cfm6b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm1b')"

document.getElementById("cfm8b").href="javascript:changefont('Lucida Console','swt','Lucida','cfm8b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm9b").href="javascript:changefont('georgia','swt','georgia','cfm9b','cfm11b','cfm5b','cfm10b','cfm4b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm10b").href="javascript:changefont('Garamond','swt','garamond','cfm10b','cfm11b','cfm5b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm11b").href="javascript:changefont('Bookman Old Style','swt','bookman','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"


var c = document.getElementById("fc3").innerHTML

if (c=="verdana"){

document.getElementById("swt").style.fontFamily="verdana";

} else if (c=="arial") {

document.getElementById("swt").style.fontFamily="arial";

} else if (c=="ms sans serif") {

document.getElementById("swt").style.fontFamily="ms sans serif";

} else if (c=="courier") {

document.getElementById("swt").style.fontFamily="courier";

} else if (c=="times roman") {

document.getElementById("swt").style.fontFamily="times new roman";

} else if (c=="tahoma") {

document.getElementById("swt").style.fontFamily="tahoma";

} else if (c=="Lucida") {

document.getElementById("swt").style.fontFamily="Lucida Console";

} else if (c=="georgia") {

document.getElementById("swt").style.fontFamily="georgia";

} else if (c=="garamond") {

document.getElementById("swt").style.fontFamily="Garamond";

} else if (c=="bookman") {

document.getElementById("swt").style.fontFamily="Bookman Old Style";

}


document.getElementById("fsml1b").href="javascript:changetextsize('8','swt','fsml1b','fsml2b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml2b").href="javascript:changetextsize('11','swt','fsml2b','fsml1b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml3b").href="javascript:changetextsize('14','swt','fsml3b','fsml2b','fsml1b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml4b").href="javascript:changetextsize('18','swt','fsml4b','fsml2b','fsml3b','fsml1b','fsml5b','fsml6b')" 
document.getElementById("fsml5b").href="javascript:changetextsize('22','swt','fsml5b','fsml2b','fsml3b','fsml4b','fsml1b','fsml6b')" 
document.getElementById("fsml6b").href="javascript:changetextsize('28','swt','fsml6b','fsml2b','fsml3b','fsml4b','fsml5b','fsml1b')"




var fsdt = document.getElementById("fts").innerHTML;
document.getElementById("swt").style.fontSize=fsdt;



document.getElementById("fc2").href="javascript:changetextstyle('swt')";
var fsdt2 = document.getElementById("fsty").innerHTML;
if (fsdt2=="normal"){
document.getElementById("swt").style.fontWeight="normal";
document.getElementById("swt").style.fontStyle="normal";
document.getElementById("swt").style.textDecoration="none";
}  else if (fsdt2=="bold") {
document.getElementById("swt").style.fontWeight="bold";
document.getElementById("swt").style.fontStyle="normal";
document.getElementById("swt").style.textDecoration="none";
}  else if (fsdt2=="italic") {
document.getElementById("swt").style.fontWeight="normal";
document.getElementById("swt").style.fontStyle="italic";
document.getElementById("swt").style.textDecoration="none";
} else if (fsdt2=="bolditalic") {
document.getElementById("swt").style.fontWeight="bold";
document.getElementById("swt").style.fontStyle="italic";
document.getElementById("swt").style.textDecoration="none";
} else if (fsdt2=="normalunderline") {
document.getElementById("swt").style.fontWeight="normal";
document.getElementById("swt").style.fontStyle="normal";
document.getElementById("swt").style.textDecoration="underline";
} else if (fsdt2=="boldunderline") {
document.getElementById("swt").style.fontWeight="bold";
document.getElementById("swt").style.fontStyle="normal";
document.getElementById("swt").style.textDecoration="underline";
} else if (fsdt2=="italicunderline") {
document.getElementById("swt").style.fontWeight="normal";
document.getElementById("swt").style.fontStyle="italic";
document.getElementById("swt").style.textDecoration="underline";
} else if (fsdt2=="bolditalicunderline") {
document.getElementById("swt").style.fontWeight="bold";
document.getElementById("swt").style.fontStyle="italic";
document.getElementById("swt").style.textDecoration="underline";
}


}

if (x=="30"){

    var bob = document.getElementById("itip").style.display
    bob="none";
    document.getElementById("itip").style.display=bob
  
    var bob2 = document.getElementById("crp").style.display
    bob2="none";
    document.getElementById("crp").style.display=bob2
  
    var bob3 = document.getElementById("cmp").style.display
    bob3="block";
    document.getElementById("cmp").style.display=bob3

    var bob4 = document.getElementById("cup").style.display
    bob4="none";
    document.getElementById("cup").style.display=bob4

    var bob5 = document.getElementById("ccp").style.display
    bob5="none";
    document.getElementById("ccp").style.display=bob5

    var bob6 = document.getElementById("cdbp").style.display
    bob6="none";
    document.getElementById("cdbp").style.display=bob6

    var bob7 = document.getElementById("cdep").style.display
    bob7="none";
    document.getElementById("cdep").style.display=bob7

    var bob8 = document.getElementById("cdrp").style.display
    bob8="none";
    document.getElementById("cdrp").style.display=bob8

    var bob9 = document.getElementById("cstp").style.display
    bob9="none";
    document.getElementById("cstp").style.display=bob9

    var bob10 = document.getElementById("csecp").style.display
    bob10="none";
    document.getElementById("csecp").style.display=bob10

    var bob11 = document.getElementById("itsup").style.display
    bob11="none";
    document.getElementById("itsup").style.display=bob11

    var bob12 = document.getElementById("itsop").style.display
    bob12="none";
    document.getElementById("itsop").style.display=bob12

    var bob13 = document.getElementById("np").style.display
    bob13="none";
    document.getElementById("np").style.display=bob13

    var bob14 = document.getElementById("wnp").style.display
    bob14="none";
    document.getElementById("wnp").style.display=bob14

    var bob15 = document.getElementById("p2p").style.display
    bob15="none";
    document.getElementById("p2p").style.display=bob15

    var bob16 = document.getElementById("gdp").style.display
    bob16="none";
    document.getElementById("gdp").style.display=bob16

    var bob17 = document.getElementById("wdp").style.display
    bob17="none";
    document.getElementById("wdp").style.display=bob17

    var bob18 = document.getElementById("whp").style.display
    bob18="none";
    document.getElementById("whp").style.display=bob18

    var bob19 = document.getElementById("ehp").style.display
    bob19="none";
    document.getElementById("ehp").style.display=bob19

    document.getElementById("ptitlelink").innerHTML="Computer Maintenance";
    document.getElementById("ptitlelink").href="http://www.flyingmoth.co.uk/computer-maintenance-service/";
    document.getElementById("ptitlelink").title="Click for Computer Maintenance service main page";
    document.getElementById("plml").href="http://www.flyingmoth.co.uk/computer-maintenance-service/";
    document.getElementById("plml").title="Click for detailed information about our Computer Maintenance services";
    document.getElementById("crlm1").style.backgroundColor="#ffffff";
    document.getElementById("crlm2").style.backgroundColor="#cccccc";
    document.getElementById("crlm3").style.backgroundColor="#ffffff";
    document.getElementById("crlm4").style.backgroundColor="#ffffff";
    document.getElementById("crlm5").style.backgroundColor="#ffffff";
    document.getElementById("crlm6").style.backgroundColor="#ffffff";
    document.getElementById("crlm7").style.backgroundColor="#ffffff";
    document.getElementById("crlm8").style.backgroundColor="#ffffff";
    document.getElementById("crlm9").style.backgroundColor="#ffffff";
    document.getElementById("crlm10").style.backgroundColor="#ffffff";
    document.getElementById("crlm11").style.backgroundColor="#ffffff";
    document.getElementById("crlm12").style.backgroundColor="#ffffff";
    document.getElementById("crlm13").style.backgroundColor="#ffffff";
    document.getElementById("crlm14").style.backgroundColor="#ffffff";
    document.getElementById("crlm15").style.backgroundColor="#ffffff";
    document.getElementById("crlm16").style.backgroundColor="#ffffff";
    document.getElementById("crlm17").style.backgroundColor="#ffffff";
    document.getElementById("crlm18").style.backgroundColor="#ffffff";
    document.getElementById("crlm19").style.backgroundColor="#ffffff";

    document.getElementById("crlm1").title="click to show";
    document.getElementById("crlm2").title="";
    document.getElementById("crlm3").title="click to show";
    document.getElementById("crlm4").title="click to show";
    document.getElementById("crlm5").title="click to show";
    document.getElementById("crlm6").title="click to show";
    document.getElementById("crlm7").title="click to show";
    document.getElementById("crlm8").title="click to show";
    document.getElementById("crlm9").title="click to show";
    document.getElementById("crlm10").title="click to show";
    document.getElementById("crlm11").title="click to show";
    document.getElementById("crlm12").title="click to show";
    document.getElementById("crlm13").title="click to show";
    document.getElementById("crlm14").title="click to show";
    document.getElementById("crlm15").title="click to show";
    document.getElementById("crlm16").title="click to show";
    document.getElementById("crlm17").title="click to show";
    document.getElementById("crlm18").title="click to show";
    document.getElementById("crlm19").title="click to show";
   
    
    document.getElementById("htl").href="javascript:hide_text('servicetext3')";

document.getElementById("htl2").href="javascript:hide_image('crpmr3','url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3d_07.png\")')";

    document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";
    document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";
    document.getElementById("htfbv").innerHTML="open";
    document.getElementById("hifbv").innerHTML="open";
    document.getElementById("crpmr3").style.backgroundImage="url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3d_07.png\")";
    document.getElementById("servicetext3").style.display="block";

    document.getElementById("tccml1").href="javascript:changetextcolor('#000000','swt3')"
   document.getElementById("tccml2").href="javascript:changetextcolor('#ff0033','swt3')"
   document.getElementById("tccml3").href="javascript:changetextcolor('#ff9900','swt3')"
   document.getElementById("tccml4").href="javascript:changetextcolor('#ffcc00','swt3')"
   document.getElementById("tccml5").href="javascript:changetextcolor('#99dd33','swt3')"
   document.getElementById("tccml6").href="javascript:changetextcolor('#00aaff','swt3')"
   document.getElementById("tccml7").href="javascript:changetextcolor('#888888','swt3')"
   document.getElementById("tccml8").href="javascript:changetextcolor('#cc0044','swt3')"
   document.getElementById("tccml9").href="javascript:changetextcolor('#ff5500','swt3')"
   document.getElementById("tccml10").href="javascript:changetextcolor('#99ffff','swt3')"
   document.getElementById("tccml11").href="javascript:changetextcolor('#00ee33','swt3')"
   document.getElementById("tccml12").href="javascript:changetextcolor('#3377dd','swt3')"
   document.getElementById("tccml13").href="javascript:changetextcolor('#cccccc','swt3')"
   document.getElementById("tccml14").href="javascript:changetextcolor('#992222','swt3')"
   document.getElementById("tccml15").href="javascript:changetextcolor('#996644','swt3')"
   document.getElementById("tccml16").href="javascript:changetextcolor('#ff99ff','swt3')"
   document.getElementById("tccml17").href="javascript:changetextcolor('#008833','swt3')"
   document.getElementById("tccml18").href="javascript:changetextcolor('#3344aa','swt3')"
   document.getElementById("tccml19").href="javascript:changetextcolor('#ffffff','swt3')"
   document.getElementById("tccml20").href="javascript:changetextcolor('#662200','swt3')"
   document.getElementById("tccml21").href="javascript:changetextcolor('#664400','swt3')"
   document.getElementById("tccml22").href="javascript:changetextcolor('#9922dd','swt3')"
   document.getElementById("tccml23").href="javascript:changetextcolor('#005533','swt3')"
   document.getElementById("tccml24").href="javascript:changetextcolor('#331177','swt3')"

   document.getElementById("tccml1b").href="javascript:changetextbackgroundcolor('#000000','swt3')"
   document.getElementById("tccml2b").href="javascript:changetextbackgroundcolor('#ff0033','swt3')"
   document.getElementById("tccml3b").href="javascript:changetextbackgroundcolor('#ff9900','swt3')"
   document.getElementById("tccml4b").href="javascript:changetextbackgroundcolor('#ffcc00','swt3')"
   document.getElementById("tccml5b").href="javascript:changetextbackgroundcolor('#99dd33','swt3')"
   document.getElementById("tccml6b").href="javascript:changetextbackgroundcolor('#00aaff','swt3')"
   document.getElementById("tccml7b").href="javascript:changetextbackgroundcolor('#888888','swt3')"
   document.getElementById("tccml8b").href="javascript:changetextbackgroundcolor('#cc0044','swt3')"
   document.getElementById("tccml9b").href="javascript:changetextbackgroundcolor('#ff5500','swt3')"
   document.getElementById("tccml10b").href="javascript:changetextbackgroundcolor('#99ffff','swt3')"
   document.getElementById("tccml11b").href="javascript:changetextbackgroundcolor('#00ee33','swt3')"
   document.getElementById("tccml12b").href="javascript:changetextbackgroundcolor('#3377dd','swt3')"
   document.getElementById("tccml13b").href="javascript:changetextbackgroundcolor('#cccccc','swt3')"
   document.getElementById("tccml14b").href="javascript:changetextbackgroundcolor('#992222','swt3')"
   document.getElementById("tccml15b").href="javascript:changetextbackgroundcolor('#996644','swt3')"
   document.getElementById("tccml16b").href="javascript:changetextbackgroundcolor('#ff99ff','swt3')"
   document.getElementById("tccml17b").href="javascript:changetextbackgroundcolor('#008833','swt3')"
   document.getElementById("tccml18b").href="javascript:changetextbackgroundcolor('#3344aa','swt3')"
   document.getElementById("tccml19b").href="javascript:changetextbackgroundcolor('#ffffff','swt3')"
   document.getElementById("tccml20b").href="javascript:changetextbackgroundcolor('#662200','swt3')"
   document.getElementById("tccml21b").href="javascript:changetextbackgroundcolor('#664400','swt3')"
   document.getElementById("tccml22b").href="javascript:changetextbackgroundcolor('#9922dd','swt3')"
   document.getElementById("tccml23b").href="javascript:changetextbackgroundcolor('#005533','swt3')"
   document.getElementById("tccml24b").href="javascript:changetextbackgroundcolor('#331177','swt3')"
   document.getElementById("fsml1b").href="javascript:changetextsize('8','swt3')"
   document.getElementById("fsml2b").href="javascript:changetextsize('11','swt3')"
   document.getElementById("fsml3b").href="javascript:changetextsize('14','swt3')"
   document.getElementById("fsml4b").href="javascript:changetextsize('18','swt3')"
   document.getElementById("fsml5b").href="javascript:changetextsize('22','swt3')"
   document.getElementById("fsml6b").href="javascript:changetextsize('28','swt3')"
   

 document.getElementById("cfm1b").href="javascript:changefont('verdana','swt3','verdana','cfm1b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b')"

document.getElementById("cfm2b").href="javascript:changefont('arial','swt3','arial','cfm2b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm6b','cfm1b')"

document.getElementById("cfm3b").href="javascript:changefont('ms sans serif','swt3','ms sans serif','cfm3b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm4b").href="javascript:changefont('courier','swt3','courier','cfm4b','cfm11b','cfm5b','cfm10b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm5b").href="javascript:changefont('times new roman','swt3','times roman','cfm5b','cfm11b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm6b").href="javascript:changefont('tahoma','swt3','tahoma','cfm6b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm1b')"

document.getElementById("cfm8b").href="javascript:changefont('Lucida Console','swt3','Lucida','cfm8b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm9b").href="javascript:changefont('georgia','swt3','georgia','cfm9b','cfm11b','cfm5b','cfm10b','cfm4b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm10b").href="javascript:changefont('Garamond','swt3','garamond','cfm10b','cfm11b','cfm5b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm11b").href="javascript:changefont('Bookman Old Style','swt3','bookman','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"




var c = document.getElementById("fc3").innerHTML

if (c=="verdana"){

document.getElementById("swt3").style.fontFamily="verdana";

} else if (c=="arial") {

document.getElementById("swt3").style.fontFamily="arial";

} else if (c=="ms sans serif") {

document.getElementById("swt3").style.fontFamily="ms sans serif";

} else if (c=="courier") {

document.getElementById("swt3").style.fontFamily="courier";

} else if (c=="times roman") {

document.getElementById("swt3").style.fontFamily="times new roman";

} else if (c=="tahoma") {

document.getElementById("swt3").style.fontFamily="tahoma";

} else if (c=="Lucida") {

document.getElementById("swt3").style.fontFamily="Lucida Console";

} else if (c=="georgia") {

document.getElementById("swt3").style.fontFamily="georgia";

} else if (c=="garamond") {

document.getElementById("swt3").style.fontFamily="Garamond";

} else if (c=="bookman") {

document.getElementById("swt3").style.fontFamily="Bookman Old Style";

}



document.getElementById("fsml1b").href="javascript:changetextsize('8','swt3','fsml1b','fsml2b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml2b").href="javascript:changetextsize('11','swt3','fsml2b','fsml1b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml3b").href="javascript:changetextsize('14','swt3','fsml3b','fsml2b','fsml1b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml4b").href="javascript:changetextsize('18','swt3','fsml4b','fsml2b','fsml3b','fsml1b','fsml5b','fsml6b')" 
document.getElementById("fsml5b").href="javascript:changetextsize('22','swt3','fsml5b','fsml2b','fsml3b','fsml4b','fsml1b','fsml6b')" 
document.getElementById("fsml6b").href="javascript:changetextsize('28','swt3','fsml6b','fsml2b','fsml3b','fsml4b','fsml5b','fsml1b')"

var fsdt = document.getElementById("fts").innerHTML;
document.getElementById("swt3").style.fontSize=fsdt;

document.getElementById("fc2").href="javascript:changetextstyle('swt3')";
var fsdt2 = document.getElementById("fsty").innerHTML;
if (fsdt2=="normal"){
document.getElementById("swt3").style.fontWeight="normal";
document.getElementById("swt3").style.fontStyle="normal";
document.getElementById("swt3").style.textDecoration="none";
}  else if (fsdt2=="bold") {
document.getElementById("swt3").style.fontWeight="bold";
document.getElementById("swt3").style.fontStyle="normal";
document.getElementById("swt3").style.textDecoration="none";
}  else if (fsdt2=="italic") {
document.getElementById("swt3").style.fontWeight="normal";
document.getElementById("swt2").style.fontStyle="italic";
document.getElementById("swt3").style.textDecoration="none";
} else if (fsdt2=="bolditalic") {
document.getElementById("swt3").style.fontWeight="bold";
document.getElementById("swt3").style.fontStyle="italic";
document.getElementById("swt3").style.textDecoration="none";
} else if (fsdt2=="normalunderline") {
document.getElementById("swt3").style.fontWeight="normal";
document.getElementById("swt3").style.fontStyle="normal";
document.getElementById("swt3").style.textDecoration="underline";
} else if (fsdt2=="boldunderline") {
document.getElementById("swt3").style.fontWeight="bold";
document.getElementById("swt3").style.fontStyle="normal";
document.getElementById("swt3").style.textDecoration="underline";
} else if (fsdt2=="italicunderline") {
document.getElementById("swt3").style.fontWeight="normal";
document.getElementById("swt3").style.fontStyle="italic";
document.getElementById("swt3").style.textDecoration="underline";
} else if (fsdt2=="bolditalicunderline") {
document.getElementById("swt3").style.fontWeight="bold";
document.getElementById("swt3").style.fontStyle="italic";
document.getElementById("swt3").style.textDecoration="underline";
}
}



if (x=="40"){

    var bob = document.getElementById("itip").style.display
    bob="none";
    document.getElementById("itip").style.display=bob
  
    var bob2 = document.getElementById("crp").style.display
    bob2="none";
    document.getElementById("crp").style.display=bob2
  
    var bob3 = document.getElementById("cmp").style.display
    bob3="none";
    document.getElementById("cmp").style.display=bob3

    var bob4 = document.getElementById("cup").style.display
    bob4="block";
    document.getElementById("cup").style.display=bob4

    var bob5 = document.getElementById("ccp").style.display
    bob5="none";
    document.getElementById("ccp").style.display=bob5

    var bob6 = document.getElementById("cdbp").style.display
    bob6="none";
    document.getElementById("cdbp").style.display=bob6

    var bob7 = document.getElementById("cdep").style.display
    bob7="none";
    document.getElementById("cdep").style.display=bob7

    var bob8 = document.getElementById("cdrp").style.display
    bob8="none";
    document.getElementById("cdrp").style.display=bob8

    var bob9 = document.getElementById("cstp").style.display
    bob9="none";
    document.getElementById("cstp").style.display=bob9

    var bob10 = document.getElementById("csecp").style.display
    bob10="none";
    document.getElementById("csecp").style.display=bob10

    var bob11 = document.getElementById("itsup").style.display
    bob11="none";
    document.getElementById("itsup").style.display=bob11

    var bob12 = document.getElementById("itsop").style.display
    bob12="none";
    document.getElementById("itsop").style.display=bob12

    var bob13 = document.getElementById("np").style.display
    bob13="none";
    document.getElementById("np").style.display=bob13

    var bob14 = document.getElementById("wnp").style.display
    bob14="none";
    document.getElementById("wnp").style.display=bob14

    var bob15 = document.getElementById("p2p").style.display
    bob15="none";
    document.getElementById("p2p").style.display=bob15

    var bob16 = document.getElementById("gdp").style.display
    bob16="none";
    document.getElementById("gdp").style.display=bob16

    var bob17 = document.getElementById("wdp").style.display
    bob17="none";
    document.getElementById("wdp").style.display=bob17

    var bob18 = document.getElementById("whp").style.display
    bob18="none";
    document.getElementById("whp").style.display=bob18

    var bob19 = document.getElementById("ehp").style.display
    bob19="none";
    document.getElementById("ehp").style.display=bob19

    document.getElementById("ptitlelink").innerHTML="Computer Upgrade";
    document.getElementById("ptitlelink").href="http://www.flyingmoth.co.uk/computer-upgrade/";
    document.getElementById("ptitlelink").title="Click for Computer Upgrade service main page";
    document.getElementById("plml").href="http://www.flyingmoth.co.uk/computer-upgrade/";
    document.getElementById("plml").title="Click for detailed information about our Computer Upgrade services";
    document.getElementById("crlm1").style.backgroundColor="#ffffff";
    document.getElementById("crlm2").style.backgroundColor="#ffffff";
    document.getElementById("crlm3").style.backgroundColor="#cccccc";
    document.getElementById("crlm4").style.backgroundColor="#ffffff";
    document.getElementById("crlm5").style.backgroundColor="#ffffff";
    document.getElementById("crlm6").style.backgroundColor="#ffffff";
    document.getElementById("crlm7").style.backgroundColor="#ffffff";
    document.getElementById("crlm8").style.backgroundColor="#ffffff";
    document.getElementById("crlm9").style.backgroundColor="#ffffff";
    document.getElementById("crlm10").style.backgroundColor="#ffffff";
    document.getElementById("crlm11").style.backgroundColor="#ffffff";
    document.getElementById("crlm12").style.backgroundColor="#ffffff";
    document.getElementById("crlm13").style.backgroundColor="#ffffff";
    document.getElementById("crlm14").style.backgroundColor="#ffffff";
    document.getElementById("crlm15").style.backgroundColor="#ffffff";
    document.getElementById("crlm16").style.backgroundColor="#ffffff";
    document.getElementById("crlm17").style.backgroundColor="#ffffff";
    document.getElementById("crlm18").style.backgroundColor="#ffffff";
    document.getElementById("crlm19").style.backgroundColor="#ffffff";

    document.getElementById("crlm1").title="click to show";
    document.getElementById("crlm2").title="click to show";
    document.getElementById("crlm3").title="";
    document.getElementById("crlm4").title="click to show";
    document.getElementById("crlm5").title="click to show";
    document.getElementById("crlm6").title="click to show";
    document.getElementById("crlm7").title="click to show";
    document.getElementById("crlm8").title="click to show";
    document.getElementById("crlm9").title="click to show";
    document.getElementById("crlm10").title="click to show";
    document.getElementById("crlm11").title="click to show";
    document.getElementById("crlm12").title="click to show";
    document.getElementById("crlm13").title="click to show";
    document.getElementById("crlm14").title="click to show";
    document.getElementById("crlm15").title="click to show";
    document.getElementById("crlm16").title="click to show";
    document.getElementById("crlm17").title="click to show";
    document.getElementById("crlm18").title="click to show";
    document.getElementById("crlm19").title="click to show";
   
    
    document.getElementById("htl").href="javascript:hide_text('servicetext4')";

document.getElementById("htl2").href="javascript:hide_image('crpmr4','url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3c_07.png\")')";

    document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";
    document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";
    document.getElementById("htfbv").innerHTML="open";
    document.getElementById("hifbv").innerHTML="open";
    document.getElementById("crpmr4").style.backgroundImage="url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3c_07.png\")";
    document.getElementById("servicetext4").style.display="block";

   document.getElementById("tccml1").href="javascript:changetextcolor('#000000','swt4')"
   document.getElementById("tccml2").href="javascript:changetextcolor('#ff0033','swt4')"
   document.getElementById("tccml3").href="javascript:changetextcolor('#ff9900','swt4')"
   document.getElementById("tccml4").href="javascript:changetextcolor('#ffcc00','swt4')"
   document.getElementById("tccml5").href="javascript:changetextcolor('#99dd33','swt4')"
   document.getElementById("tccml6").href="javascript:changetextcolor('#00aaff','swt4')"
   document.getElementById("tccml7").href="javascript:changetextcolor('#888888','swt4')"
   document.getElementById("tccml8").href="javascript:changetextcolor('#cc0044','swt4')"
   document.getElementById("tccml9").href="javascript:changetextcolor('#ff5500','swt4')"
   document.getElementById("tccml10").href="javascript:changetextcolor('#99ffff','swt4')"
   document.getElementById("tccml11").href="javascript:changetextcolor('#00ee33','swt4')"
   document.getElementById("tccml12").href="javascript:changetextcolor('#3377dd','swt4')"
   document.getElementById("tccml13").href="javascript:changetextcolor('#cccccc','swt4')"
   document.getElementById("tccml14").href="javascript:changetextcolor('#992222','swt4')"
   document.getElementById("tccml15").href="javascript:changetextcolor('#996644','swt4')"
   document.getElementById("tccml16").href="javascript:changetextcolor('#ff99ff','swt4')"
   document.getElementById("tccml17").href="javascript:changetextcolor('#008833','swt4')"
   document.getElementById("tccml18").href="javascript:changetextcolor('#3344aa','swt4')"
   document.getElementById("tccml19").href="javascript:changetextcolor('#ffffff','swt4')"
   document.getElementById("tccml20").href="javascript:changetextcolor('#662200','swt4')"
   document.getElementById("tccml21").href="javascript:changetextcolor('#664400','swt4')"
   document.getElementById("tccml22").href="javascript:changetextcolor('#9922dd','swt4')"
   document.getElementById("tccml23").href="javascript:changetextcolor('#005533','swt4')"
   document.getElementById("tccml24").href="javascript:changetextcolor('#331177','swt4')"

   document.getElementById("tccml1b").href="javascript:changetextbackgroundcolor('#000000','swt4')"
   document.getElementById("tccml2b").href="javascript:changetextbackgroundcolor('#ff0033','swt4')"
   document.getElementById("tccml3b").href="javascript:changetextbackgroundcolor('#ff9900','swt4')"
   document.getElementById("tccml4b").href="javascript:changetextbackgroundcolor('#ffcc00','swt4')"
   document.getElementById("tccml5b").href="javascript:changetextbackgroundcolor('#99dd33','swt4')"
   document.getElementById("tccml6b").href="javascript:changetextbackgroundcolor('#00aaff','swt4')"
   document.getElementById("tccml7b").href="javascript:changetextbackgroundcolor('#888888','swt4')"
   document.getElementById("tccml8b").href="javascript:changetextbackgroundcolor('#cc0044','swt4')"
   document.getElementById("tccml9b").href="javascript:changetextbackgroundcolor('#ff5500','swt4')"
   document.getElementById("tccml10b").href="javascript:changetextbackgroundcolor('#99ffff','swt4')"
   document.getElementById("tccml11b").href="javascript:changetextbackgroundcolor('#00ee33','swt4')"
   document.getElementById("tccml12b").href="javascript:changetextbackgroundcolor('#3377dd','swt4')"
   document.getElementById("tccml13b").href="javascript:changetextbackgroundcolor('#cccccc','swt4')"
   document.getElementById("tccml14b").href="javascript:changetextbackgroundcolor('#992222','swt4')"
   document.getElementById("tccml15b").href="javascript:changetextbackgroundcolor('#996644','swt4')"
   document.getElementById("tccml16b").href="javascript:changetextbackgroundcolor('#ff99ff','swt4')"
   document.getElementById("tccml17b").href="javascript:changetextbackgroundcolor('#008833','swt4')"
   document.getElementById("tccml18b").href="javascript:changetextbackgroundcolor('#3344aa','swt4')"
   document.getElementById("tccml19b").href="javascript:changetextbackgroundcolor('#ffffff','swt4')"
   document.getElementById("tccml20b").href="javascript:changetextbackgroundcolor('#662200','swt4')"
   document.getElementById("tccml21b").href="javascript:changetextbackgroundcolor('#664400','swt4')"
   document.getElementById("tccml22b").href="javascript:changetextbackgroundcolor('#9922dd','swt4')"
   document.getElementById("tccml23b").href="javascript:changetextbackgroundcolor('#005533','swt4')"
   document.getElementById("tccml24b").href="javascript:changetextbackgroundcolor('#331177','swt4')"

   document.getElementById("fsml1b").href="javascript:changetextsize('8','swt4')"
   document.getElementById("fsml2b").href="javascript:changetextsize('11','swt4')"
   document.getElementById("fsml3b").href="javascript:changetextsize('14','swt4')"
   document.getElementById("fsml4b").href="javascript:changetextsize('18','swt4')"
   document.getElementById("fsml5b").href="javascript:changetextsize('22','swt4')"
   document.getElementById("fsml6b").href="javascript:changetextsize('28','swt4')"
   

  document.getElementById("cfm1b").href="javascript:changefont('verdana','swt4','verdana','cfm1b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b')"

document.getElementById("cfm2b").href="javascript:changefont('arial','swt4','arial','cfm2b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm6b','cfm1b')"

document.getElementById("cfm3b").href="javascript:changefont('ms sans serif','swt4','ms sans serif','cfm3b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm4b").href="javascript:changefont('courier','swt4','courier','cfm4b','cfm11b','cfm5b','cfm10b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm5b").href="javascript:changefont('times new roman','swt4','times roman','cfm5b','cfm11b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm6b").href="javascript:changefont('tahoma','swt4','tahoma','cfm6b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm1b')"

document.getElementById("cfm8b").href="javascript:changefont('Lucida Console','swt4','Lucida','cfm8b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm9b").href="javascript:changefont('georgia','swt4','georgia','cfm9b','cfm11b','cfm5b','cfm10b','cfm4b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm10b").href="javascript:changefont('Garamond','swt4','garamond','cfm10b','cfm11b','cfm5b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm11b").href="javascript:changefont('Bookman Old Style','swt4','bookman','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"




var c = document.getElementById("fc3").innerHTML

if (c=="verdana"){

document.getElementById("swt4").style.fontFamily="verdana";

} else if (c=="arial") {

document.getElementById("swt4").style.fontFamily="arial";

} else if (c=="ms sans serif") {

document.getElementById("swt4").style.fontFamily="ms sans serif";

} else if (c=="courier") {

document.getElementById("swt4").style.fontFamily="courier";

} else if (c=="times roman") {

document.getElementById("swt4").style.fontFamily="times new roman";

} else if (c=="tahoma") {

document.getElementById("swt4").style.fontFamily="tahoma";

} else if (c=="Lucida") {

document.getElementById("swt4").style.fontFamily="Lucida Console";

} else if (c=="georgia") {

document.getElementById("swt4").style.fontFamily="georgia";

} else if (c=="garamond") {

document.getElementById("swt4").style.fontFamily="Garamond";

} else if (c=="bookman") {

document.getElementById("swt4").style.fontFamily="Bookman Old Style";

}




document.getElementById("fsml1b").href="javascript:changetextsize('8','swt4','fsml1b','fsml2b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml2b").href="javascript:changetextsize('11','swt4','fsml2b','fsml1b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml3b").href="javascript:changetextsize('14','swt4','fsml3b','fsml2b','fsml1b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml4b").href="javascript:changetextsize('18','swt4','fsml4b','fsml2b','fsml3b','fsml1b','fsml5b','fsml6b')" 
document.getElementById("fsml5b").href="javascript:changetextsize('22','swt4','fsml5b','fsml2b','fsml3b','fsml4b','fsml1b','fsml6b')" 
document.getElementById("fsml6b").href="javascript:changetextsize('28','swt4','fsml6b','fsml2b','fsml3b','fsml4b','fsml5b','fsml1b')"



var fsdt = document.getElementById("fts").innerHTML;
document.getElementById("swt4").style.fontSize=fsdt;



document.getElementById("fc2").href="javascript:changetextstyle('swt4')";
var fsdt2 = document.getElementById("fsty").innerHTML;
if (fsdt2=="normal"){
document.getElementById("swt4").style.fontWeight="normal";
document.getElementById("swt4").style.fontStyle="normal";
document.getElementById("swt4").style.textDecoration="none";
}  else if (fsdt2=="bold") {
document.getElementById("swt4").style.fontWeight="bold";
document.getElementById("swt4").style.fontStyle="normal";
document.getElementById("swt4").style.textDecoration="none";
}  else if (fsdt2=="italic") {
document.getElementById("swt4").style.fontWeight="normal";
document.getElementById("swt4").style.fontStyle="italic";
document.getElementById("swt4").style.textDecoration="none";
} else if (fsdt2=="bolditalic") {
document.getElementById("swt4").style.fontWeight="bold";
document.getElementById("swt4").style.fontStyle="italic";
document.getElementById("swt4").style.textDecoration="none";
} else if (fsdt2=="normalunderline") {
document.getElementById("swt4").style.fontWeight="normal";
document.getElementById("swt4").style.fontStyle="normal";
document.getElementById("swt4").style.textDecoration="underline";
} else if (fsdt2=="boldunderline") {
document.getElementById("swt4").style.fontWeight="bold";
document.getElementById("swt4").style.fontStyle="normal";
document.getElementById("swt4").style.textDecoration="underline";
} else if (fsdt2=="italicunderline") {
document.getElementById("swt4").style.fontWeight="normal";
document.getElementById("swt4").style.fontStyle="italic";
document.getElementById("swt4").style.textDecoration="underline";
} else if (fsdt2=="bolditalicunderline") {
document.getElementById("swt4").style.fontWeight="bold";
document.getElementById("swt4").style.fontStyle="italic";
document.getElementById("swt4").style.textDecoration="underline";
}

}


if (x=="50"){

    var bob = document.getElementById("itip").style.display
    bob="none";
    document.getElementById("itip").style.display=bob
  
    var bob2 = document.getElementById("crp").style.display
    bob2="none";
    document.getElementById("crp").style.display=bob2
  
    var bob3 = document.getElementById("cmp").style.display
    bob3="none";
    document.getElementById("cmp").style.display=bob3

    var bob4 = document.getElementById("cup").style.display
    bob4="none";
    document.getElementById("cup").style.display=bob4

    var bob5 = document.getElementById("ccp").style.display
    bob5="block";
    document.getElementById("ccp").style.display=bob5

    var bob6 = document.getElementById("cdbp").style.display
    bob6="none";
    document.getElementById("cdbp").style.display=bob6

    var bob7 = document.getElementById("cdep").style.display
    bob7="none";
    document.getElementById("cdep").style.display=bob7

    var bob8 = document.getElementById("cdrp").style.display
    bob8="none";
    document.getElementById("cdrp").style.display=bob8

    var bob9 = document.getElementById("cstp").style.display
    bob9="none";
    document.getElementById("cstp").style.display=bob9

    var bob10 = document.getElementById("csecp").style.display
    bob10="none";
    document.getElementById("csecp").style.display=bob10

    var bob11 = document.getElementById("itsup").style.display
    bob11="none";
    document.getElementById("itsup").style.display=bob11

    var bob12 = document.getElementById("itsop").style.display
    bob12="none";
    document.getElementById("itsop").style.display=bob12

    var bob13 = document.getElementById("np").style.display
    bob13="none";
    document.getElementById("np").style.display=bob13

    var bob14 = document.getElementById("wnp").style.display
    bob14="none";
    document.getElementById("wnp").style.display=bob14

    var bob15 = document.getElementById("p2p").style.display
    bob15="none";
    document.getElementById("p2p").style.display=bob15

    var bob16 = document.getElementById("gdp").style.display
    bob16="none";
    document.getElementById("gdp").style.display=bob16

    var bob17 = document.getElementById("wdp").style.display
    bob17="none";
    document.getElementById("wdp").style.display=bob17

    var bob18 = document.getElementById("whp").style.display
    bob18="none";
    document.getElementById("whp").style.display=bob18

    var bob19 = document.getElementById("ehp").style.display
    bob19="none";
    document.getElementById("ehp").style.display=bob19

    document.getElementById("ptitlelink").innerHTML="Computer Cleaning";
    document.getElementById("ptitlelink").href="http://www.flyingmoth.co.uk/computer-cleaning/";
    document.getElementById("ptitlelink").title="Click for Computer Cleaning service main page";
    document.getElementById("plml").href="http://www.flyingmoth.co.uk/computer-cleaning/";
    document.getElementById("plml").title="Click for detailed information about our Computer Cleaning services";
    document.getElementById("crlm1").style.backgroundColor="#ffffff";
    document.getElementById("crlm2").style.backgroundColor="#ffffff";
    document.getElementById("crlm3").style.backgroundColor="#ffffff";
    document.getElementById("crlm4").style.backgroundColor="#cccccc";
    document.getElementById("crlm5").style.backgroundColor="#ffffff";
    document.getElementById("crlm6").style.backgroundColor="#ffffff";
    document.getElementById("crlm7").style.backgroundColor="#ffffff";
    document.getElementById("crlm8").style.backgroundColor="#ffffff";
    document.getElementById("crlm9").style.backgroundColor="#ffffff";
    document.getElementById("crlm10").style.backgroundColor="#ffffff";
    document.getElementById("crlm11").style.backgroundColor="#ffffff";
    document.getElementById("crlm12").style.backgroundColor="#ffffff";
    document.getElementById("crlm13").style.backgroundColor="#ffffff";
    document.getElementById("crlm14").style.backgroundColor="#ffffff";
    document.getElementById("crlm15").style.backgroundColor="#ffffff";
    document.getElementById("crlm16").style.backgroundColor="#ffffff";
    document.getElementById("crlm17").style.backgroundColor="#ffffff";
    document.getElementById("crlm18").style.backgroundColor="#ffffff";
    document.getElementById("crlm19").style.backgroundColor="#ffffff";

    document.getElementById("crlm1").title="click to show";
    document.getElementById("crlm2").title="click to show";
    document.getElementById("crlm3").title="click to show";
    document.getElementById("crlm4").title="";
    document.getElementById("crlm5").title="click to show";
    document.getElementById("crlm6").title="click to show";
    document.getElementById("crlm7").title="click to show";
    document.getElementById("crlm8").title="click to show";
    document.getElementById("crlm9").title="click to show";
    document.getElementById("crlm10").title="click to show";
    document.getElementById("crlm11").title="click to show";
    document.getElementById("crlm12").title="click to show";
    document.getElementById("crlm13").title="click to show";
    document.getElementById("crlm14").title="click to show";
    document.getElementById("crlm15").title="click to show";
    document.getElementById("crlm16").title="click to show";
    document.getElementById("crlm17").title="click to show";
    document.getElementById("crlm18").title="click to show";
    document.getElementById("crlm19").title="click to show";
   
    
    document.getElementById("htl").href="javascript:hide_text('servicetext5')";

document.getElementById("htl2").href="javascript:hide_image('crpmr5','url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3e_07.png\")')";


    document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";
    document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";
    document.getElementById("htfbv").innerHTML="open";
    document.getElementById("hifbv").innerHTML="open";
    document.getElementById("crpmr5").style.backgroundImage="url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3e_07.png\")";
    document.getElementById("servicetext5").style.display="block";

  
   document.getElementById("tccml1").href="javascript:changetextcolor('#000000','swt5')"
   document.getElementById("tccml2").href="javascript:changetextcolor('#ff0033','swt5')"
   document.getElementById("tccml3").href="javascript:changetextcolor('#ff9900','swt5')"
   document.getElementById("tccml4").href="javascript:changetextcolor('#ffcc00','swt5')"
   document.getElementById("tccml5").href="javascript:changetextcolor('#99dd33','swt5')"
   document.getElementById("tccml6").href="javascript:changetextcolor('#00aaff','swt5')"
   document.getElementById("tccml7").href="javascript:changetextcolor('#888888','swt5')"
   document.getElementById("tccml8").href="javascript:changetextcolor('#cc0044','swt5')"
   document.getElementById("tccml9").href="javascript:changetextcolor('#ff5500','swt5')"
   document.getElementById("tccml10").href="javascript:changetextcolor('#99ffff','swt5')"
   document.getElementById("tccml11").href="javascript:changetextcolor('#00ee33','swt5')"
   document.getElementById("tccml12").href="javascript:changetextcolor('#3377dd','swt5')"
   document.getElementById("tccml13").href="javascript:changetextcolor('#cccccc','swt5')"
   document.getElementById("tccml14").href="javascript:changetextcolor('#992222','swt5')"
   document.getElementById("tccml15").href="javascript:changetextcolor('#996644','swt5')"
   document.getElementById("tccml16").href="javascript:changetextcolor('#ff99ff','swt5')"
   document.getElementById("tccml17").href="javascript:changetextcolor('#008833','swt5')"
   document.getElementById("tccml18").href="javascript:changetextcolor('#3344aa','swt5')"
   document.getElementById("tccml19").href="javascript:changetextcolor('#ffffff','swt5')"
   document.getElementById("tccml20").href="javascript:changetextcolor('#662200','swt5')"
   document.getElementById("tccml21").href="javascript:changetextcolor('#664400','swt5')"
   document.getElementById("tccml22").href="javascript:changetextcolor('#9922dd','swt5')"
   document.getElementById("tccml23").href="javascript:changetextcolor('#005533','swt5')"
   document.getElementById("tccml24").href="javascript:changetextcolor('#331177','swt5')"

   document.getElementById("tccml1b").href="javascript:changetextbackgroundcolor('#000000','swt5')"
   document.getElementById("tccml2b").href="javascript:changetextbackgroundcolor('#ff0033','swt5')"
   document.getElementById("tccml3b").href="javascript:changetextbackgroundcolor('#ff9900','swt5')"
   document.getElementById("tccml4b").href="javascript:changetextbackgroundcolor('#ffcc00','swt5')"
   document.getElementById("tccml5b").href="javascript:changetextbackgroundcolor('#99dd33','swt5')"
   document.getElementById("tccml6b").href="javascript:changetextbackgroundcolor('#00aaff','swt5')"
   document.getElementById("tccml7b").href="javascript:changetextbackgroundcolor('#888888','swt5')"
   document.getElementById("tccml8b").href="javascript:changetextbackgroundcolor('#cc0044','swt5')"
   document.getElementById("tccml9b").href="javascript:changetextbackgroundcolor('#ff5500','swt5')"
   document.getElementById("tccml10b").href="javascript:changetextbackgroundcolor('#99ffff','swt5')"
   document.getElementById("tccml11b").href="javascript:changetextbackgroundcolor('#00ee33','swt5')"
   document.getElementById("tccml12b").href="javascript:changetextbackgroundcolor('#3377dd','swt5')"
   document.getElementById("tccml13b").href="javascript:changetextbackgroundcolor('#cccccc','swt5')"
   document.getElementById("tccml14b").href="javascript:changetextbackgroundcolor('#992222','swt5')"
   document.getElementById("tccml15b").href="javascript:changetextbackgroundcolor('#996644','swt5')"
   document.getElementById("tccml16b").href="javascript:changetextbackgroundcolor('#ff99ff','swt5')"
   document.getElementById("tccml17b").href="javascript:changetextbackgroundcolor('#008833','swt5')"
   document.getElementById("tccml18b").href="javascript:changetextbackgroundcolor('#3344aa','swt5')"
   document.getElementById("tccml19b").href="javascript:changetextbackgroundcolor('#ffffff','swt5')"
   document.getElementById("tccml20b").href="javascript:changetextbackgroundcolor('#662200','swt5')"
   document.getElementById("tccml21b").href="javascript:changetextbackgroundcolor('#664400','swt5')"
   document.getElementById("tccml22b").href="javascript:changetextbackgroundcolor('#9922dd','swt5')"
   document.getElementById("tccml23b").href="javascript:changetextbackgroundcolor('#005533','swt5')"
   document.getElementById("tccml24b").href="javascript:changetextbackgroundcolor('#331177','swt5')"
   
   document.getElementById("fsml1b").href="javascript:changetextsize('8','swt5')"
   document.getElementById("fsml2b").href="javascript:changetextsize('11','swt5')"
   document.getElementById("fsml3b").href="javascript:changetextsize('14','swt5')"
   document.getElementById("fsml4b").href="javascript:changetextsize('18','swt5')"
   document.getElementById("fsml5b").href="javascript:changetextsize('22','swt5')"
   document.getElementById("fsml6b").href="javascript:changetextsize('28','swt5')"
   

  document.getElementById("cfm1b").href="javascript:changefont('verdana','swt5','verdana','cfm1b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b')"

document.getElementById("cfm2b").href="javascript:changefont('arial','swt5','arial','cfm2b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm6b','cfm1b')"

document.getElementById("cfm3b").href="javascript:changefont('ms sans serif','swt5','ms sans serif','cfm3b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm4b").href="javascript:changefont('courier','swt5','courier','cfm4b','cfm11b','cfm5b','cfm10b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm5b").href="javascript:changefont('times new roman','swt5','times roman','cfm5b','cfm11b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm6b").href="javascript:changefont('tahoma','swt5','tahoma','cfm6b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm1b')"

document.getElementById("cfm8b").href="javascript:changefont('Lucida Console','swt5','Lucida','cfm8b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm9b").href="javascript:changefont('georgia','swt5','georgia','cfm9b','cfm11b','cfm5b','cfm10b','cfm4b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm10b").href="javascript:changefont('Garamond','swt5','garamond','cfm10b','cfm11b','cfm5b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm11b").href="javascript:changefont('Bookman Old Style','swt5','bookman','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"


var c = document.getElementById("fc3").innerHTML

if (c=="verdana"){

document.getElementById("swt5").style.fontFamily="verdana";

} else if (c=="arial") {

document.getElementById("swt5").style.fontFamily="arial";

} else if (c=="ms sans serif") {

document.getElementById("swt5").style.fontFamily="ms sans serif";

} else if (c=="courier") {

document.getElementById("swt5").style.fontFamily="courier";

} else if (c=="times roman") {

document.getElementById("swt5").style.fontFamily="times new roman";

} else if (c=="tahoma") {

document.getElementById("swt5").style.fontFamily="tahoma";

} else if (c=="Lucida") {

document.getElementById("swt5").style.fontFamily="Lucida Console";

} else if (c=="georgia") {

document.getElementById("swt5").style.fontFamily="georgia";

} else if (c=="garamond") {

document.getElementById("swt5").style.fontFamily="Garamond";

} else if (c=="bookman") {

document.getElementById("swt5").style.fontFamily="Bookman Old Style";

}

document.getElementById("fsml1b").href="javascript:changetextsize('8','swt5','fsml1b','fsml2b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml2b").href="javascript:changetextsize('11','swt5','fsml2b','fsml1b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml3b").href="javascript:changetextsize('14','swt5','fsml3b','fsml2b','fsml1b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml4b").href="javascript:changetextsize('18','swt5','fsml4b','fsml2b','fsml3b','fsml1b','fsml5b','fsml6b')" 
document.getElementById("fsml5b").href="javascript:changetextsize('22','swt5','fsml5b','fsml2b','fsml3b','fsml4b','fsml1b','fsml6b')" 
document.getElementById("fsml6b").href="javascript:changetextsize('28','swt5','fsml6b','fsml2b','fsml3b','fsml4b','fsml5b','fsml1b')"


var fsdt = document.getElementById("fts").innerHTML;
document.getElementById("swt5").style.fontSize=fsdt;


document.getElementById("fc2").href="javascript:changetextstyle('swt5')";
var fsdt2 = document.getElementById("fsty").innerHTML;
if (fsdt2=="normal"){
document.getElementById("swt5").style.fontWeight="normal";
document.getElementById("swt5").style.fontStyle="normal";
document.getElementById("swt5").style.textDecoration="none";
}  else if (fsdt2=="bold") {
document.getElementById("swt5").style.fontWeight="bold";
document.getElementById("swt5").style.fontStyle="normal";
document.getElementById("swt5").style.textDecoration="none";
}  else if (fsdt2=="italic") {
document.getElementById("swt5").style.fontWeight="normal";
document.getElementById("swt5").style.fontStyle="italic";
document.getElementById("swt5").style.textDecoration="none";
} else if (fsdt2=="bolditalic") {
document.getElementById("swt5").style.fontWeight="bold";
document.getElementById("swt5").style.fontStyle="italic";
document.getElementById("swt5").style.textDecoration="none";
} else if (fsdt2=="normalunderline") {
document.getElementById("swt5").style.fontWeight="normal";
document.getElementById("swt5").style.fontStyle="normal";
document.getElementById("swt5").style.textDecoration="underline";
} else if (fsdt2=="boldunderline") {
document.getElementById("swt5").style.fontWeight="bold";
document.getElementById("swt5").style.fontStyle="normal";
document.getElementById("swt5").style.textDecoration="underline";
} else if (fsdt2=="italicunderline") {
document.getElementById("swt5").style.fontWeight="normal";
document.getElementById("swt5").style.fontStyle="italic";
document.getElementById("swt5").style.textDecoration="underline";
} else if (fsdt2=="bolditalicunderline") {
document.getElementById("swt5").style.fontWeight="bold";
document.getElementById("swt5").style.fontStyle="italic";
document.getElementById("swt5").style.textDecoration="underline";
}



}


if (x=="60"){

    var bob = document.getElementById("itip").style.display
    bob="none";
    document.getElementById("itip").style.display=bob
  
    var bob2 = document.getElementById("crp").style.display
    bob2="none";
    document.getElementById("crp").style.display=bob2
  
    var bob3 = document.getElementById("cmp").style.display
    bob3="none";
    document.getElementById("cmp").style.display=bob3

    var bob4 = document.getElementById("cup").style.display
    bob4="none";
    document.getElementById("cup").style.display=bob4

    var bob5 = document.getElementById("ccp").style.display
    bob5="none";
    document.getElementById("ccp").style.display=bob5

    var bob6 = document.getElementById("cdbp").style.display
    bob6="block";
    document.getElementById("cdbp").style.display=bob6

    var bob7 = document.getElementById("cdep").style.display
    bob7="none";
    document.getElementById("cdep").style.display=bob7

    var bob8 = document.getElementById("cdrp").style.display
    bob8="none";
    document.getElementById("cdrp").style.display=bob8

    var bob9 = document.getElementById("cstp").style.display
    bob9="none";
    document.getElementById("cstp").style.display=bob9

    var bob10 = document.getElementById("csecp").style.display
    bob10="none";
    document.getElementById("csecp").style.display=bob10

    var bob11 = document.getElementById("itsup").style.display
    bob11="none";
    document.getElementById("itsup").style.display=bob11

    var bob12 = document.getElementById("itsop").style.display
    bob12="none";
    document.getElementById("itsop").style.display=bob12

    var bob13 = document.getElementById("np").style.display
    bob13="none";
    document.getElementById("np").style.display=bob13

    var bob14 = document.getElementById("wnp").style.display
    bob14="none";
    document.getElementById("wnp").style.display=bob14

    var bob15 = document.getElementById("p2p").style.display
    bob15="none";
    document.getElementById("p2p").style.display=bob15

    var bob16 = document.getElementById("gdp").style.display
    bob16="none";
    document.getElementById("gdp").style.display=bob16

    var bob17 = document.getElementById("wdp").style.display
    bob17="none";
    document.getElementById("wdp").style.display=bob17

    var bob18 = document.getElementById("whp").style.display
    bob18="none";
    document.getElementById("whp").style.display=bob18

    var bob19 = document.getElementById("ehp").style.display
    bob19="none";
    document.getElementById("ehp").style.display=bob19

    document.getElementById("ptitlelink").innerHTML="Computer Data Backup";
    document.getElementById("ptitlelink").href="http://www.flyingmoth.co.uk/computer-data-backup/";
    document.getElementById("ptitlelink").title="Click for Computer Data Backup service main page";
    document.getElementById("plml").href="http://www.flyingmoth.co.uk/computer-data-backup/";
    document.getElementById("plml").title="Click for detailed information about our Computer Data Backup services";
    document.getElementById("crlm1").style.backgroundColor="#ffffff";
    document.getElementById("crlm2").style.backgroundColor="#ffffff";
    document.getElementById("crlm3").style.backgroundColor="#ffffff";
    document.getElementById("crlm4").style.backgroundColor="#ffffff";
    document.getElementById("crlm5").style.backgroundColor="#cccccc";
    document.getElementById("crlm6").style.backgroundColor="#ffffff";
    document.getElementById("crlm7").style.backgroundColor="#ffffff";
    document.getElementById("crlm8").style.backgroundColor="#ffffff";
    document.getElementById("crlm9").style.backgroundColor="#ffffff";
    document.getElementById("crlm10").style.backgroundColor="#ffffff";
    document.getElementById("crlm11").style.backgroundColor="#ffffff";
    document.getElementById("crlm12").style.backgroundColor="#ffffff";
    document.getElementById("crlm13").style.backgroundColor="#ffffff";
    document.getElementById("crlm14").style.backgroundColor="#ffffff";
    document.getElementById("crlm15").style.backgroundColor="#ffffff";
    document.getElementById("crlm16").style.backgroundColor="#ffffff";
    document.getElementById("crlm17").style.backgroundColor="#ffffff";
    document.getElementById("crlm18").style.backgroundColor="#ffffff";
    document.getElementById("crlm19").style.backgroundColor="#ffffff";

  
    document.getElementById("crlm1").title="click to show";
    document.getElementById("crlm2").title="click to show";
    document.getElementById("crlm3").title="click to show";
    document.getElementById("crlm4").title="click to show";
    document.getElementById("crlm5").title="";
    document.getElementById("crlm6").title="click to show";
    document.getElementById("crlm7").title="click to show";
    document.getElementById("crlm8").title="click to show";
    document.getElementById("crlm9").title="click to show";
    document.getElementById("crlm10").title="click to show";
    document.getElementById("crlm11").title="click to show";
    document.getElementById("crlm12").title="click to show";
    document.getElementById("crlm13").title="click to show";
    document.getElementById("crlm14").title="click to show";
    document.getElementById("crlm15").title="click to show";
    document.getElementById("crlm16").title="click to show";
    document.getElementById("crlm17").title="click to show";
    document.getElementById("crlm18").title="click to show";
    document.getElementById("crlm19").title="click to show";
   
    
    document.getElementById("htl").href="javascript:hide_text('servicetext6')";

document.getElementById("htl2").href="javascript:hide_image('crpmr6','url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3h_07.png\")')";


    document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";
    document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";
    document.getElementById("htfbv").innerHTML="open";
    document.getElementById("hifbv").innerHTML="open";
    document.getElementById("crpmr6").style.backgroundImage="url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3h_07.png\")";
    document.getElementById("servicetext6").style.display="block";

   document.getElementById("tccml1").href="javascript:changetextcolor('#000000','swt6')"
   document.getElementById("tccml2").href="javascript:changetextcolor('#ff0033','swt6')"
   document.getElementById("tccml3").href="javascript:changetextcolor('#ff9900','swt6')"
   document.getElementById("tccml4").href="javascript:changetextcolor('#ffcc00','swt6')"
   document.getElementById("tccml5").href="javascript:changetextcolor('#99dd33','swt6')"
   document.getElementById("tccml6").href="javascript:changetextcolor('#00aaff','swt6')"
   document.getElementById("tccml7").href="javascript:changetextcolor('#888888','swt6')"
   document.getElementById("tccml8").href="javascript:changetextcolor('#cc0044','swt6')"
   document.getElementById("tccml9").href="javascript:changetextcolor('#ff5500','swt6')"
   document.getElementById("tccml10").href="javascript:changetextcolor('#99ffff','swt6')"
   document.getElementById("tccml11").href="javascript:changetextcolor('#00ee33','swt6')"
   document.getElementById("tccml12").href="javascript:changetextcolor('#3377dd','swt6')"
   document.getElementById("tccml13").href="javascript:changetextcolor('#cccccc','swt6')"
   document.getElementById("tccml14").href="javascript:changetextcolor('#992222','swt6')"
   document.getElementById("tccml15").href="javascript:changetextcolor('#996644','swt6')"
   document.getElementById("tccml16").href="javascript:changetextcolor('#ff99ff','swt6')"
   document.getElementById("tccml17").href="javascript:changetextcolor('#008833','swt6')"
   document.getElementById("tccml18").href="javascript:changetextcolor('#3344aa','swt6')"
   document.getElementById("tccml19").href="javascript:changetextcolor('#ffffff','swt6')"
   document.getElementById("tccml20").href="javascript:changetextcolor('#662200','swt6')"
   document.getElementById("tccml21").href="javascript:changetextcolor('#664400','swt6')"
   document.getElementById("tccml22").href="javascript:changetextcolor('#9922dd','swt6')"
   document.getElementById("tccml23").href="javascript:changetextcolor('#005533','swt6')"
   document.getElementById("tccml24").href="javascript:changetextcolor('#331177','swt6')"

   document.getElementById("tccml1b").href="javascript:changetextbackgroundcolor('#000000','swt6')"
   document.getElementById("tccml2b").href="javascript:changetextbackgroundcolor('#ff0033','swt6')"
   document.getElementById("tccml3b").href="javascript:changetextbackgroundcolor('#ff9900','swt6')"
   document.getElementById("tccml4b").href="javascript:changetextbackgroundcolor('#ffcc00','swt6')"
   document.getElementById("tccml5b").href="javascript:changetextbackgroundcolor('#99dd33','swt6')"
   document.getElementById("tccml6b").href="javascript:changetextbackgroundcolor('#00aaff','swt6')"
   document.getElementById("tccml7b").href="javascript:changetextbackgroundcolor('#888888','swt6')"
   document.getElementById("tccml8b").href="javascript:changetextbackgroundcolor('#cc0044','swt6')"
   document.getElementById("tccml9b").href="javascript:changetextbackgroundcolor('#ff5500','swt6')"
   document.getElementById("tccml10b").href="javascript:changetextbackgroundcolor('#99ffff','swt6')"
   document.getElementById("tccml11b").href="javascript:changetextbackgroundcolor('#00ee33','swt6')"
   document.getElementById("tccml12b").href="javascript:changetextbackgroundcolor('#3377dd','swt6')"
   document.getElementById("tccml13b").href="javascript:changetextbackgroundcolor('#cccccc','swt6')"
   document.getElementById("tccml14b").href="javascript:changetextbackgroundcolor('#992222','swt6')"
   document.getElementById("tccml15b").href="javascript:changetextbackgroundcolor('#996644','swt6')"
   document.getElementById("tccml16b").href="javascript:changetextbackgroundcolor('#ff99ff','swt6')"
   document.getElementById("tccml17b").href="javascript:changetextbackgroundcolor('#008833','swt6')"
   document.getElementById("tccml18b").href="javascript:changetextbackgroundcolor('#3344aa','swt6')"
   document.getElementById("tccml19b").href="javascript:changetextbackgroundcolor('#ffffff','swt6')"
   document.getElementById("tccml20b").href="javascript:changetextbackgroundcolor('#662200','swt6')"
   document.getElementById("tccml21b").href="javascript:changetextbackgroundcolor('#664400','swt6')"
   document.getElementById("tccml22b").href="javascript:changetextbackgroundcolor('#9922dd','swt6')"
   document.getElementById("tccml23b").href="javascript:changetextbackgroundcolor('#005533','swt6')"
   document.getElementById("tccml24b").href="javascript:changetextbackgroundcolor('#331177','swt6')"

   document.getElementById("fsml1b").href="javascript:changetextsize('8','swt6')"
   document.getElementById("fsml2b").href="javascript:changetextsize('11','swt6')"
   document.getElementById("fsml3b").href="javascript:changetextsize('14','swt6')"
   document.getElementById("fsml4b").href="javascript:changetextsize('18','swt6')"
   document.getElementById("fsml5b").href="javascript:changetextsize('22','swt6')"
   document.getElementById("fsml6b").href="javascript:changetextsize('28','swt6')"
   

document.getElementById("cfm1b").href="javascript:changefont('verdana','swt6','verdana','cfm1b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b')"

document.getElementById("cfm2b").href="javascript:changefont('arial','swt6','arial','cfm2b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm6b','cfm1b')"

document.getElementById("cfm3b").href="javascript:changefont('ms sans serif','swt6','ms sans serif','cfm3b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm4b").href="javascript:changefont('courier','swt6','courier','cfm4b','cfm11b','cfm5b','cfm10b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm5b").href="javascript:changefont('times new roman','swt6','times roman','cfm5b','cfm11b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm6b").href="javascript:changefont('tahoma','swt6','tahoma','cfm6b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm1b')"

document.getElementById("cfm8b").href="javascript:changefont('Lucida Console','swt6','Lucida','cfm8b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm9b").href="javascript:changefont('georgia','swt6','georgia','cfm9b','cfm11b','cfm5b','cfm10b','cfm4b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm10b").href="javascript:changefont('Garamond','swt6','garamond','cfm10b','cfm11b','cfm5b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm11b").href="javascript:changefont('Bookman Old Style','swt6','bookman','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"



var c = document.getElementById("fc3").innerHTML

if (c=="verdana"){

document.getElementById("swt6").style.fontFamily="verdana";

} else if (c=="arial") {

document.getElementById("swt6").style.fontFamily="arial";

} else if (c=="ms sans serif") {

document.getElementById("swt6").style.fontFamily="ms sans serif";

} else if (c=="courier") {

document.getElementById("swt6").style.fontFamily="courier";

} else if (c=="times roman") {

document.getElementById("swt6").style.fontFamily="times new roman";

} else if (c=="tahoma") {

document.getElementById("swt6").style.fontFamily="tahoma";

} else if (c=="Lucida") {

document.getElementById("swt6").style.fontFamily="Lucida Console";

} else if (c=="georgia") {

document.getElementById("swt6").style.fontFamily="georgia";

} else if (c=="garamond") {

document.getElementById("swt6").style.fontFamily="Garamond";

} else if (c=="bookman") {

document.getElementById("swt6").style.fontFamily="Bookman Old Style";

}

document.getElementById("fsml1b").href="javascript:changetextsize('8','swt6','fsml1b','fsml2b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml2b").href="javascript:changetextsize('11','swt6','fsml2b','fsml1b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml3b").href="javascript:changetextsize('14','swt6','fsml3b','fsml2b','fsml1b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml4b").href="javascript:changetextsize('18','swt6','fsml4b','fsml2b','fsml3b','fsml1b','fsml5b','fsml6b')" 
document.getElementById("fsml5b").href="javascript:changetextsize('22','swt6','fsml5b','fsml2b','fsml3b','fsml4b','fsml1b','fsml6b')" 
document.getElementById("fsml6b").href="javascript:changetextsize('28','swt6','fsml6b','fsml2b','fsml3b','fsml4b','fsml5b','fsml1b')"


var fsdt = document.getElementById("fts").innerHTML;
document.getElementById("swt6").style.fontSize=fsdt;

document.getElementById("fc2").href="javascript:changetextstyle('swt6')";
var fsdt2 = document.getElementById("fsty").innerHTML;
if (fsdt2=="normal"){
document.getElementById("swt6").style.fontWeight="normal";
document.getElementById("swt6").style.fontStyle="normal";
document.getElementById("swt6").style.textDecoration="none";
}  else if (fsdt2=="bold") {
document.getElementById("swt6").style.fontWeight="bold";
document.getElementById("swt6").style.fontStyle="normal";
document.getElementById("swt6").style.textDecoration="none";
}  else if (fsdt2=="italic") {
document.getElementById("swt6").style.fontWeight="normal";
document.getElementById("swt6").style.fontStyle="italic";
document.getElementById("swt6").style.textDecoration="none";
} else if (fsdt2=="bolditalic") {
document.getElementById("swt6").style.fontWeight="bold";
document.getElementById("swt6").style.fontStyle="italic";
document.getElementById("swt6").style.textDecoration="none";
} else if (fsdt2=="normalunderline") {
document.getElementById("swt6").style.fontWeight="normal";
document.getElementById("swt6").style.fontStyle="normal";
document.getElementById("swt6").style.textDecoration="underline";
} else if (fsdt2=="boldunderline") {
document.getElementById("swt6").style.fontWeight="bold";
document.getElementById("swt6").style.fontStyle="normal";
document.getElementById("swt6").style.textDecoration="underline";
} else if (fsdt2=="italicunderline") {
document.getElementById("swt6").style.fontWeight="normal";
document.getElementById("swt6").style.fontStyle="italic";
document.getElementById("swt6").style.textDecoration="underline";
} else if (fsdt2=="bolditalicunderline") {
document.getElementById("swt6").style.fontWeight="bold";
document.getElementById("swt6").style.fontStyle="italic";
document.getElementById("swt6").style.textDecoration="underline";
}




}


if (x=="70"){

    var bob = document.getElementById("itip").style.display
    bob="none";
    document.getElementById("itip").style.display=bob
  
    var bob2 = document.getElementById("crp").style.display
    bob2="none";
    document.getElementById("crp").style.display=bob2
  
    var bob3 = document.getElementById("cmp").style.display
    bob3="none";
    document.getElementById("cmp").style.display=bob3

    var bob4 = document.getElementById("cup").style.display
    bob4="none";
    document.getElementById("cup").style.display=bob4

    var bob5 = document.getElementById("ccp").style.display
    bob5="none";
    document.getElementById("ccp").style.display=bob5

    var bob6 = document.getElementById("cdbp").style.display
    bob6="none";
    document.getElementById("cdbp").style.display=bob6

    var bob7 = document.getElementById("cdep").style.display
    bob7="block";
    document.getElementById("cdep").style.display=bob7

    var bob8 = document.getElementById("cdrp").style.display
    bob8="none";
    document.getElementById("cdrp").style.display=bob8

    var bob9 = document.getElementById("cstp").style.display
    bob9="none";
    document.getElementById("cstp").style.display=bob9

    var bob10 = document.getElementById("csecp").style.display
    bob10="none";
    document.getElementById("csecp").style.display=bob10

    var bob11 = document.getElementById("itsup").style.display
    bob11="none";
    document.getElementById("itsup").style.display=bob11

    var bob12 = document.getElementById("itsop").style.display
    bob12="none";
    document.getElementById("itsop").style.display=bob12

    var bob13 = document.getElementById("np").style.display
    bob13="none";
    document.getElementById("np").style.display=bob13

    var bob14 = document.getElementById("wnp").style.display
    bob14="none";
    document.getElementById("wnp").style.display=bob14

    var bob15 = document.getElementById("p2p").style.display
    bob15="none";
    document.getElementById("p2p").style.display=bob15

    var bob16 = document.getElementById("gdp").style.display
    bob16="none";
    document.getElementById("gdp").style.display=bob16

    var bob17 = document.getElementById("wdp").style.display
    bob17="none";
    document.getElementById("wdp").style.display=bob17

    var bob18 = document.getElementById("whp").style.display
    bob18="none";
    document.getElementById("whp").style.display=bob18

    var bob19 = document.getElementById("ehp").style.display
    bob19="none";
    document.getElementById("ehp").style.display=bob19

    document.getElementById("ptitlelink").innerHTML="Computer Data Erasure";
    document.getElementById("ptitlelink").href="http://www.flyingmoth.co.uk/computer-data-erasure/";
    document.getElementById("ptitlelink").title="Click for Computer Data Erasure service main page";
    document.getElementById("plml").href="http://www.flyingmoth.co.uk/computer-data-erasure/";
    document.getElementById("plml").title="Click for detailed information about our Computer Data Erasure services";
    document.getElementById("crlm1").style.backgroundColor="#ffffff";
    document.getElementById("crlm2").style.backgroundColor="#ffffff";
    document.getElementById("crlm3").style.backgroundColor="#ffffff";
    document.getElementById("crlm4").style.backgroundColor="#ffffff";
    document.getElementById("crlm5").style.backgroundColor="#ffffff";
    document.getElementById("crlm6").style.backgroundColor="#cccccc";
    document.getElementById("crlm7").style.backgroundColor="#ffffff";
    document.getElementById("crlm8").style.backgroundColor="#ffffff";
    document.getElementById("crlm9").style.backgroundColor="#ffffff";
    document.getElementById("crlm10").style.backgroundColor="#ffffff";
    document.getElementById("crlm11").style.backgroundColor="#ffffff";
    document.getElementById("crlm12").style.backgroundColor="#ffffff";
    document.getElementById("crlm13").style.backgroundColor="#ffffff";
    document.getElementById("crlm14").style.backgroundColor="#ffffff";
    document.getElementById("crlm15").style.backgroundColor="#ffffff";
    document.getElementById("crlm16").style.backgroundColor="#ffffff";
    document.getElementById("crlm17").style.backgroundColor="#ffffff";
    document.getElementById("crlm18").style.backgroundColor="#ffffff";
    document.getElementById("crlm19").style.backgroundColor="#ffffff";
   
    document.getElementById("crlm1").title="click to show";
    document.getElementById("crlm2").title="click to show";
    document.getElementById("crlm3").title="click to show";
    document.getElementById("crlm4").title="click to show";
    document.getElementById("crlm5").title="click to show";
    document.getElementById("crlm6").title="";
    document.getElementById("crlm7").title="click to show";
    document.getElementById("crlm8").title="click to show";
    document.getElementById("crlm9").title="click to show";
    document.getElementById("crlm10").title="click to show";
    document.getElementById("crlm11").title="click to show";
    document.getElementById("crlm12").title="click to show";
    document.getElementById("crlm13").title="click to show";
    document.getElementById("crlm14").title="click to show";
    document.getElementById("crlm15").title="click to show";
    document.getElementById("crlm16").title="click to show";
    document.getElementById("crlm17").title="click to show";
    document.getElementById("crlm18").title="click to show";
    document.getElementById("crlm19").title="click to show";
   
    document.getElementById("htl").href="javascript:hide_text('servicetext7')";

document.getElementById("htl2").href="javascript:hide_image('crpmr7','url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3i_07.png\")')";


    document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";
    document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";
    document.getElementById("htfbv").innerHTML="open";
    document.getElementById("hifbv").innerHTML="open";
    document.getElementById("crpmr7").style.backgroundImage="url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3i_07.png\")";
    document.getElementById("servicetext7").style.display="block";

   document.getElementById("tccml1").href="javascript:changetextcolor('#000000','swt7')"
   document.getElementById("tccml2").href="javascript:changetextcolor('#ff0033','swt7')"
   document.getElementById("tccml3").href="javascript:changetextcolor('#ff9900','swt7')"
   document.getElementById("tccml4").href="javascript:changetextcolor('#ffcc00','swt7')"
   document.getElementById("tccml5").href="javascript:changetextcolor('#99dd33','swt7')"
   document.getElementById("tccml6").href="javascript:changetextcolor('#00aaff','swt7')"
   document.getElementById("tccml7").href="javascript:changetextcolor('#888888','swt7')"
   document.getElementById("tccml8").href="javascript:changetextcolor('#cc0044','swt7')"
   document.getElementById("tccml9").href="javascript:changetextcolor('#ff5500','swt7')"
   document.getElementById("tccml10").href="javascript:changetextcolor('#99ffff','swt7')"
   document.getElementById("tccml11").href="javascript:changetextcolor('#00ee33','swt7')"
   document.getElementById("tccml12").href="javascript:changetextcolor('#3377dd','swt7')"
   document.getElementById("tccml13").href="javascript:changetextcolor('#cccccc','swt7')"
   document.getElementById("tccml14").href="javascript:changetextcolor('#992222','swt7')"
   document.getElementById("tccml15").href="javascript:changetextcolor('#996644','swt7')"
   document.getElementById("tccml16").href="javascript:changetextcolor('#ff99ff','swt7')"
   document.getElementById("tccml17").href="javascript:changetextcolor('#008833','swt7')"
   document.getElementById("tccml18").href="javascript:changetextcolor('#3344aa','swt7')"
   document.getElementById("tccml19").href="javascript:changetextcolor('#ffffff','swt7')"
   document.getElementById("tccml20").href="javascript:changetextcolor('#662200','swt7')"
   document.getElementById("tccml21").href="javascript:changetextcolor('#664400','swt7')"
   document.getElementById("tccml22").href="javascript:changetextcolor('#9922dd','swt7')"
   document.getElementById("tccml23").href="javascript:changetextcolor('#005533','swt7')"
   document.getElementById("tccml24").href="javascript:changetextcolor('#331177','swt7')"

   document.getElementById("tccml1b").href="javascript:changetextbackgroundcolor('#000000','swt7')"
   document.getElementById("tccml2b").href="javascript:changetextbackgroundcolor('#ff0033','swt7')"
   document.getElementById("tccml3b").href="javascript:changetextbackgroundcolor('#ff9900','swt7')"
   document.getElementById("tccml4b").href="javascript:changetextbackgroundcolor('#ffcc00','swt7')"
   document.getElementById("tccml5b").href="javascript:changetextbackgroundcolor('#99dd33','swt7')"
   document.getElementById("tccml6b").href="javascript:changetextbackgroundcolor('#00aaff','swt7')"
   document.getElementById("tccml7b").href="javascript:changetextbackgroundcolor('#888888','swt7')"
   document.getElementById("tccml8b").href="javascript:changetextbackgroundcolor('#cc0044','swt7')"
   document.getElementById("tccml9b").href="javascript:changetextbackgroundcolor('#ff5500','swt7')"
   document.getElementById("tccml10b").href="javascript:changetextbackgroundcolor('#99ffff','swt7')"
   document.getElementById("tccml11b").href="javascript:changetextbackgroundcolor('#00ee33','swt7')"
   document.getElementById("tccml12b").href="javascript:changetextbackgroundcolor('#3377dd','swt7')"
   document.getElementById("tccml13b").href="javascript:changetextbackgroundcolor('#cccccc','swt7')"
   document.getElementById("tccml14b").href="javascript:changetextbackgroundcolor('#992222','swt7')"
   document.getElementById("tccml15b").href="javascript:changetextbackgroundcolor('#996644','swt7')"
   document.getElementById("tccml16b").href="javascript:changetextbackgroundcolor('#ff99ff','swt7')"
   document.getElementById("tccml17b").href="javascript:changetextbackgroundcolor('#008833','swt7')"
   document.getElementById("tccml18b").href="javascript:changetextbackgroundcolor('#3344aa','swt7')"
   document.getElementById("tccml19b").href="javascript:changetextbackgroundcolor('#ffffff','swt7')"
   document.getElementById("tccml20b").href="javascript:changetextbackgroundcolor('#662200','swt7')"
   document.getElementById("tccml21b").href="javascript:changetextbackgroundcolor('#664400','swt7')"
   document.getElementById("tccml22b").href="javascript:changetextbackgroundcolor('#9922dd','swt7')"
   document.getElementById("tccml23b").href="javascript:changetextbackgroundcolor('#005533','swt7')"
   document.getElementById("tccml24b").href="javascript:changetextbackgroundcolor('#331177','swt7')"

   document.getElementById("fsml1b").href="javascript:changetextsize('8','swt7')"
   document.getElementById("fsml2b").href="javascript:changetextsize('11','swt7')"
   document.getElementById("fsml3b").href="javascript:changetextsize('14','swt7')"
   document.getElementById("fsml4b").href="javascript:changetextsize('18','swt7')"
   document.getElementById("fsml5b").href="javascript:changetextsize('22','swt7')"
   document.getElementById("fsml6b").href="javascript:changetextsize('28','swt7')"
   

 document.getElementById("cfm1b").href="javascript:changefont('verdana','swt7','verdana','cfm1b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b')"

document.getElementById("cfm2b").href="javascript:changefont('arial','swt7','arial','cfm2b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm6b','cfm1b')"

document.getElementById("cfm3b").href="javascript:changefont('ms sans serif','swt7','ms sans serif','cfm3b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm4b").href="javascript:changefont('courier','swt7','courier','cfm4b','cfm11b','cfm5b','cfm10b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm5b").href="javascript:changefont('times new roman','swt7','times roman','cfm5b','cfm11b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm6b").href="javascript:changefont('tahoma','swt7','tahoma','cfm6b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm1b')"

document.getElementById("cfm8b").href="javascript:changefont('Lucida Console','swt7','Lucida','cfm8b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm9b").href="javascript:changefont('georgia','swt7','georgia','cfm9b','cfm11b','cfm5b','cfm10b','cfm4b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm10b").href="javascript:changefont('Garamond','swt7','garamond','cfm10b','cfm11b','cfm5b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm11b").href="javascript:changefont('Bookman Old Style','swt7','bookman','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

var c = document.getElementById("fc3").innerHTML

if (c=="verdana"){

document.getElementById("swt7").style.fontFamily="verdana";

} else if (c=="arial") {

document.getElementById("swt7").style.fontFamily="arial";

} else if (c=="ms sans serif") {

document.getElementById("swt7").style.fontFamily="ms sans serif";

} else if (c=="courier") {

document.getElementById("swt7").style.fontFamily="courier";

} else if (c=="times roman") {

document.getElementById("swt7").style.fontFamily="times new roman";

} else if (c=="tahoma") {

document.getElementById("swt7").style.fontFamily="tahoma";

} else if (c=="Lucida") {

document.getElementById("swt7").style.fontFamily="Lucida Console";

} else if (c=="georgia") {

document.getElementById("swt7").style.fontFamily="georgia";

} else if (c=="garamond") {

document.getElementById("swt7").style.fontFamily="Garamond";

} else if (c=="bookman") {

document.getElementById("swt7").style.fontFamily="Bookman Old Style";

}

document.getElementById("fsml1b").href="javascript:changetextsize('8','swt7','fsml1b','fsml2b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml2b").href="javascript:changetextsize('11','swt7','fsml2b','fsml1b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml3b").href="javascript:changetextsize('14','swt7','fsml3b','fsml2b','fsml1b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml4b").href="javascript:changetextsize('18','swt7','fsml4b','fsml2b','fsml3b','fsml1b','fsml5b','fsml6b')" 
document.getElementById("fsml5b").href="javascript:changetextsize('22','swt7','fsml5b','fsml2b','fsml3b','fsml4b','fsml1b','fsml6b')" 
document.getElementById("fsml6b").href="javascript:changetextsize('28','swt7','fsml6b','fsml2b','fsml3b','fsml4b','fsml5b','fsml1b')"

var fsdt = document.getElementById("fts").innerHTML;
document.getElementById("swt7").style.fontSize=fsdt;

document.getElementById("fc2").href="javascript:changetextstyle('swt7')";
var fsdt2 = document.getElementById("fsty").innerHTML;
if (fsdt2=="normal"){
document.getElementById("swt7").style.fontWeight="normal";
document.getElementById("swt7").style.fontStyle="normal";
document.getElementById("swt7").style.textDecoration="none";
}  else if (fsdt2=="bold") {
document.getElementById("swt7").style.fontWeight="bold";
document.getElementById("swt7").style.fontStyle="normal";
document.getElementById("swt7").style.textDecoration="none";
}  else if (fsdt2=="italic") {
document.getElementById("swt7").style.fontWeight="normal";
document.getElementById("swt7").style.fontStyle="italic";
document.getElementById("swt7").style.textDecoration="none";
} else if (fsdt2=="bolditalic") {
document.getElementById("swt7").style.fontWeight="bold";
document.getElementById("swt7").style.fontStyle="italic";
document.getElementById("swt7").style.textDecoration="none";
} else if (fsdt2=="normalunderline") {
document.getElementById("swt7").style.fontWeight="normal";
document.getElementById("swt7").style.fontStyle="normal";
document.getElementById("swt7").style.textDecoration="underline";
} else if (fsdt2=="boldunderline") {
document.getElementById("swt7").style.fontWeight="bold";
document.getElementById("swt7").style.fontStyle="normal";
document.getElementById("swt7").style.textDecoration="underline";
} else if (fsdt2=="italicunderline") {
document.getElementById("swt7").style.fontWeight="normal";
document.getElementById("swt7").style.fontStyle="italic";
document.getElementById("swt7").style.textDecoration="underline";
} else if (fsdt2=="bolditalicunderline") {
document.getElementById("swt7").style.fontWeight="bold";
document.getElementById("swt7").style.fontStyle="italic";
document.getElementById("swt7").style.textDecoration="underline";
}

}


if (x=="80"){

    var bob = document.getElementById("itip").style.display
    bob="none";
    document.getElementById("itip").style.display=bob
  
    var bob2 = document.getElementById("crp").style.display
    bob2="none";
    document.getElementById("crp").style.display=bob2
  
    var bob3 = document.getElementById("cmp").style.display
    bob3="none";
    document.getElementById("cmp").style.display=bob3

    var bob4 = document.getElementById("cup").style.display
    bob4="none";
    document.getElementById("cup").style.display=bob4

    var bob5 = document.getElementById("ccp").style.display
    bob5="none";
    document.getElementById("ccp").style.display=bob5

    var bob6 = document.getElementById("cdbp").style.display
    bob6="none";
    document.getElementById("cdbp").style.display=bob6

    var bob7 = document.getElementById("cdep").style.display
    bob7="none";
    document.getElementById("cdep").style.display=bob7

    var bob8 = document.getElementById("cdrp").style.display
    bob8="block";
    document.getElementById("cdrp").style.display=bob8

    var bob9 = document.getElementById("cstp").style.display
    bob9="none";
    document.getElementById("cstp").style.display=bob9

    var bob10 = document.getElementById("csecp").style.display
    bob10="none";
    document.getElementById("csecp").style.display=bob10

    var bob11 = document.getElementById("itsup").style.display
    bob11="none";
    document.getElementById("itsup").style.display=bob11

    var bob12 = document.getElementById("itsop").style.display
    bob12="none";
    document.getElementById("itsop").style.display=bob12

    var bob13 = document.getElementById("np").style.display
    bob13="none";
    document.getElementById("np").style.display=bob13

    var bob14 = document.getElementById("wnp").style.display
    bob14="none";
    document.getElementById("wnp").style.display=bob14

    var bob15 = document.getElementById("p2p").style.display
    bob15="none";
    document.getElementById("p2p").style.display=bob15

    var bob16 = document.getElementById("gdp").style.display
    bob16="none";
    document.getElementById("gdp").style.display=bob16

    var bob17 = document.getElementById("wdp").style.display
    bob17="none";
    document.getElementById("wdp").style.display=bob17

    var bob18 = document.getElementById("whp").style.display
    bob18="none";
    document.getElementById("whp").style.display=bob18

    var bob19 = document.getElementById("ehp").style.display
    bob19="none";
    document.getElementById("ehp").style.display=bob19

    document.getElementById("ptitlelink").innerHTML="Computer Data Recovery";
    document.getElementById("ptitlelink").href="http://www.flyingmoth.co.uk/computer-data-recovery/";
    document.getElementById("ptitlelink").title="Click for Computer Data Recovery service main page";
    document.getElementById("plml").href="http://www.flyingmoth.co.uk/computer-data-recovery/";
    document.getElementById("plml").title="Click for detailed information about our Computer Data Recovery services";
    document.getElementById("crlm1").style.backgroundColor="#ffffff";
    document.getElementById("crlm2").style.backgroundColor="#ffffff";
    document.getElementById("crlm3").style.backgroundColor="#ffffff";
    document.getElementById("crlm4").style.backgroundColor="#ffffff";
    document.getElementById("crlm5").style.backgroundColor="#ffffff";
    document.getElementById("crlm6").style.backgroundColor="#ffffff";
    document.getElementById("crlm7").style.backgroundColor="#cccccc";
    document.getElementById("crlm8").style.backgroundColor="#ffffff";
    document.getElementById("crlm9").style.backgroundColor="#ffffff";
    document.getElementById("crlm10").style.backgroundColor="#ffffff";
    document.getElementById("crlm11").style.backgroundColor="#ffffff";
    document.getElementById("crlm12").style.backgroundColor="#ffffff";
    document.getElementById("crlm13").style.backgroundColor="#ffffff";
    document.getElementById("crlm14").style.backgroundColor="#ffffff";
    document.getElementById("crlm15").style.backgroundColor="#ffffff";
    document.getElementById("crlm16").style.backgroundColor="#ffffff";
    document.getElementById("crlm17").style.backgroundColor="#ffffff";
    document.getElementById("crlm18").style.backgroundColor="#ffffff";
    document.getElementById("crlm19").style.backgroundColor="#ffffff";

    document.getElementById("crlm1").title="click to show";
    document.getElementById("crlm2").title="click to show";
    document.getElementById("crlm3").title="click to show";
    document.getElementById("crlm4").title="click to show";
    document.getElementById("crlm5").title="click to show";
    document.getElementById("crlm6").title="click to show";
    document.getElementById("crlm7").title="";
    document.getElementById("crlm8").title="click to show";
    document.getElementById("crlm9").title="click to show";
    document.getElementById("crlm10").title="click to show";
    document.getElementById("crlm11").title="click to show";
    document.getElementById("crlm12").title="click to show";
    document.getElementById("crlm13").title="click to show";
    document.getElementById("crlm14").title="click to show";
    document.getElementById("crlm15").title="click to show";
    document.getElementById("crlm16").title="click to show";
    document.getElementById("crlm17").title="click to show";
    document.getElementById("crlm18").title="click to show";
    document.getElementById("crlm19").title="click to show";
   
    document.getElementById("htl").href="javascript:hide_text('servicetext8')";

document.getElementById("htl2").href="javascript:hide_image('crpmr8','url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3j_07.png\")')";


    document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";
    document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";
    document.getElementById("htfbv").innerHTML="open";
    document.getElementById("hifbv").innerHTML="open";
    document.getElementById("crpmr8").style.backgroundImage="url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3j_07.png\")";
    document.getElementById("servicetext8").style.display="block";

   document.getElementById("tccml1").href="javascript:changetextcolor('#000000','swt8')"
   document.getElementById("tccml2").href="javascript:changetextcolor('#ff0033','swt8')"
   document.getElementById("tccml3").href="javascript:changetextcolor('#ff9900','swt8')"
   document.getElementById("tccml4").href="javascript:changetextcolor('#ffcc00','swt8')"
   document.getElementById("tccml5").href="javascript:changetextcolor('#99dd33','swt8')"
   document.getElementById("tccml6").href="javascript:changetextcolor('#00aaff','swt8')"
   document.getElementById("tccml7").href="javascript:changetextcolor('#888888','swt8')"
   document.getElementById("tccml8").href="javascript:changetextcolor('#cc0044','swt8')"
   document.getElementById("tccml9").href="javascript:changetextcolor('#ff5500','swt8')"
   document.getElementById("tccml10").href="javascript:changetextcolor('#99ffff','swt8')"
   document.getElementById("tccml11").href="javascript:changetextcolor('#00ee33','swt8')"
   document.getElementById("tccml12").href="javascript:changetextcolor('#3377dd','swt8')"
   document.getElementById("tccml13").href="javascript:changetextcolor('#cccccc','swt8')"
   document.getElementById("tccml14").href="javascript:changetextcolor('#992222','swt8')"
   document.getElementById("tccml15").href="javascript:changetextcolor('#996644','swt8')"
   document.getElementById("tccml16").href="javascript:changetextcolor('#ff99ff','swt8')"
   document.getElementById("tccml17").href="javascript:changetextcolor('#008833','swt8')"
   document.getElementById("tccml18").href="javascript:changetextcolor('#3344aa','swt8')"
   document.getElementById("tccml19").href="javascript:changetextcolor('#ffffff','swt8')"
   document.getElementById("tccml20").href="javascript:changetextcolor('#662200','swt8')"
   document.getElementById("tccml21").href="javascript:changetextcolor('#664400','swt8')"
   document.getElementById("tccml22").href="javascript:changetextcolor('#9922dd','swt8')"
   document.getElementById("tccml23").href="javascript:changetextcolor('#005533','swt8')"
   document.getElementById("tccml24").href="javascript:changetextcolor('#331177','swt8')"

   document.getElementById("tccml1b").href="javascript:changetextbackgroundcolor('#000000','swt8')"
   document.getElementById("tccml2b").href="javascript:changetextbackgroundcolor('#ff0033','swt8')"
   document.getElementById("tccml3b").href="javascript:changetextbackgroundcolor('#ff9900','swt8')"
   document.getElementById("tccml4b").href="javascript:changetextbackgroundcolor('#ffcc00','swt8')"
   document.getElementById("tccml5b").href="javascript:changetextbackgroundcolor('#99dd33','swt8')"
   document.getElementById("tccml6b").href="javascript:changetextbackgroundcolor('#00aaff','swt8')"
   document.getElementById("tccml7b").href="javascript:changetextbackgroundcolor('#888888','swt8')"
   document.getElementById("tccml8b").href="javascript:changetextbackgroundcolor('#cc0044','swt8')"
   document.getElementById("tccml9b").href="javascript:changetextbackgroundcolor('#ff5500','swt8')"
   document.getElementById("tccml10b").href="javascript:changetextbackgroundcolor('#99ffff','swt8')"
   document.getElementById("tccml11b").href="javascript:changetextbackgroundcolor('#00ee33','swt8')"
   document.getElementById("tccml12b").href="javascript:changetextbackgroundcolor('#3377dd','swt8')"
   document.getElementById("tccml13b").href="javascript:changetextbackgroundcolor('#cccccc','swt8')"
   document.getElementById("tccml14b").href="javascript:changetextbackgroundcolor('#992222','swt8')"
   document.getElementById("tccml15b").href="javascript:changetextbackgroundcolor('#996644','swt8')"
   document.getElementById("tccml16b").href="javascript:changetextbackgroundcolor('#ff99ff','swt8')"
   document.getElementById("tccml17b").href="javascript:changetextbackgroundcolor('#008833','swt8')"
   document.getElementById("tccml18b").href="javascript:changetextbackgroundcolor('#3344aa','swt8')"
   document.getElementById("tccml19b").href="javascript:changetextbackgroundcolor('#ffffff','swt8')"
   document.getElementById("tccml20b").href="javascript:changetextbackgroundcolor('#662200','swt8')"
   document.getElementById("tccml21b").href="javascript:changetextbackgroundcolor('#664400','swt8')"
   document.getElementById("tccml22b").href="javascript:changetextbackgroundcolor('#9922dd','swt8')"
   document.getElementById("tccml23b").href="javascript:changetextbackgroundcolor('#005533','swt8')"
   document.getElementById("tccml24b").href="javascript:changetextbackgroundcolor('#331177','swt8')"

   document.getElementById("fsml1b").href="javascript:changetextsize('8','swt8')"
   document.getElementById("fsml2b").href="javascript:changetextsize('11','swt8')"
   document.getElementById("fsml3b").href="javascript:changetextsize('14','swt8')"
   document.getElementById("fsml4b").href="javascript:changetextsize('18','swt8')"
   document.getElementById("fsml5b").href="javascript:changetextsize('22','swt8')"
   document.getElementById("fsml6b").href="javascript:changetextsize('28','swt8')"
   

 document.getElementById("cfm1b").href="javascript:changefont('verdana','swt8','verdana','cfm1b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b')"

document.getElementById("cfm2b").href="javascript:changefont('arial','swt8','arial','cfm2b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm6b','cfm1b')"

document.getElementById("cfm3b").href="javascript:changefont('ms sans serif','swt8','ms sans serif','cfm3b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm4b").href="javascript:changefont('courier','swt8','courier','cfm4b','cfm11b','cfm5b','cfm10b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm5b").href="javascript:changefont('times new roman','swt8','times roman','cfm5b','cfm11b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm6b").href="javascript:changefont('tahoma','swt8','tahoma','cfm6b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm1b')"

document.getElementById("cfm8b").href="javascript:changefont('Lucida Console','swt8','Lucida','cfm8b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm9b").href="javascript:changefont('georgia','swt8','georgia','cfm9b','cfm11b','cfm5b','cfm10b','cfm4b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm10b").href="javascript:changefont('Garamond','swt8','garamond','cfm10b','cfm11b','cfm5b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm11b").href="javascript:changefont('Bookman Old Style','swt8','bookman','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"


var c = document.getElementById("fc3").innerHTML

if (c=="verdana"){

document.getElementById("swt8").style.fontFamily="verdana";

} else if (c=="arial") {

document.getElementById("swt8").style.fontFamily="arial";

} else if (c=="ms sans serif") {

document.getElementById("swt8").style.fontFamily="ms sans serif";

} else if (c=="courier") {

document.getElementById("swt8").style.fontFamily="courier";

} else if (c=="times roman") {

document.getElementById("swt8").style.fontFamily="times new roman";

} else if (c=="tahoma") {

document.getElementById("swt8").style.fontFamily="tahoma";

} else if (c=="Lucida") {

document.getElementById("swt8").style.fontFamily="Lucida Console";

} else if (c=="georgia") {

document.getElementById("swt8").style.fontFamily="georgia";

} else if (c=="garamond") {

document.getElementById("swt8").style.fontFamily="Garamond";

} else if (c=="bookman") {

document.getElementById("swt8").style.fontFamily="Bookman Old Style";

}


document.getElementById("fsml1b").href="javascript:changetextsize('8','swt8','fsml1b','fsml2b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml2b").href="javascript:changetextsize('11','swt8','fsml2b','fsml1b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml3b").href="javascript:changetextsize('14','swt8','fsml3b','fsml2b','fsml1b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml4b").href="javascript:changetextsize('18','swt8','fsml4b','fsml2b','fsml3b','fsml1b','fsml5b','fsml6b')" 
document.getElementById("fsml5b").href="javascript:changetextsize('22','swt8','fsml5b','fsml2b','fsml3b','fsml4b','fsml1b','fsml6b')" 
document.getElementById("fsml6b").href="javascript:changetextsize('28','swt8','fsml6b','fsml2b','fsml3b','fsml4b','fsml5b','fsml1b')"

var fsdt = document.getElementById("fts").innerHTML;
document.getElementById("swt8").style.fontSize=fsdt;


document.getElementById("fc2").href="javascript:changetextstyle('swt8')";
var fsdt2 = document.getElementById("fsty").innerHTML;
if (fsdt2=="normal"){
document.getElementById("swt8").style.fontWeight="normal";
document.getElementById("swt8").style.fontStyle="normal";
document.getElementById("swt8").style.textDecoration="none";
}  else if (fsdt2=="bold") {
document.getElementById("swt8").style.fontWeight="bold";
document.getElementById("swt8").style.fontStyle="normal";
document.getElementById("swt8").style.textDecoration="none";
}  else if (fsdt2=="italic") {
document.getElementById("swt8").style.fontWeight="normal";
document.getElementById("swt8").style.fontStyle="italic";
document.getElementById("swt8").style.textDecoration="none";
} else if (fsdt2=="bolditalic") {
document.getElementById("swt8").style.fontWeight="bold";
document.getElementById("swt8").style.fontStyle="italic";
document.getElementById("swt8").style.textDecoration="none";
} else if (fsdt2=="normalunderline") {
document.getElementById("swt8").style.fontWeight="normal";
document.getElementById("swt8").style.fontStyle="normal";
document.getElementById("swt8").style.textDecoration="underline";
} else if (fsdt2=="boldunderline") {
document.getElementById("swt8").style.fontWeight="bold";
document.getElementById("swt8").style.fontStyle="normal";
document.getElementById("swt8").style.textDecoration="underline";
} else if (fsdt2=="italicunderline") {
document.getElementById("swt8").style.fontWeight="normal";
document.getElementById("swt8").style.fontStyle="italic";
document.getElementById("swt8").style.textDecoration="underline";
} else if (fsdt2=="bolditalicunderline") {
document.getElementById("swt8").style.fontWeight="bold";
document.getElementById("swt8").style.fontStyle="italic";
document.getElementById("swt8").style.textDecoration="underline";
}

}

if (x=="90"){

    var bob = document.getElementById("itip").style.display
    bob="none";
    document.getElementById("itip").style.display=bob
  
    var bob2 = document.getElementById("crp").style.display
    bob2="none";
    document.getElementById("crp").style.display=bob2
  
    var bob3 = document.getElementById("cmp").style.display
    bob3="none";
    document.getElementById("cmp").style.display=bob3

    var bob4 = document.getElementById("cup").style.display
    bob4="none";
    document.getElementById("cup").style.display=bob4

    var bob5 = document.getElementById("ccp").style.display
    bob5="none";
    document.getElementById("ccp").style.display=bob5

    var bob6 = document.getElementById("cdbp").style.display
    bob6="none";
    document.getElementById("cdbp").style.display=bob6

    var bob7 = document.getElementById("cdep").style.display
    bob7="none";
    document.getElementById("cdep").style.display=bob7

    var bob8 = document.getElementById("cdrp").style.display
    bob8="none";
    document.getElementById("cdrp").style.display=bob8

    var bob9 = document.getElementById("cstp").style.display
    bob9="block";
    document.getElementById("cstp").style.display=bob9

    var bob10 = document.getElementById("csecp").style.display
    bob10="none";
    document.getElementById("csecp").style.display=bob10

    var bob11 = document.getElementById("itsup").style.display
    bob11="none";
    document.getElementById("itsup").style.display=bob11

    var bob12 = document.getElementById("itsop").style.display
    bob12="none";
    document.getElementById("itsop").style.display=bob12

    var bob13 = document.getElementById("np").style.display
    bob13="none";
    document.getElementById("np").style.display=bob13

    var bob14 = document.getElementById("wnp").style.display
    bob14="none";
    document.getElementById("wnp").style.display=bob14

    var bob15 = document.getElementById("p2p").style.display
    bob15="none";
    document.getElementById("p2p").style.display=bob15

    var bob16 = document.getElementById("gdp").style.display
    bob16="none";
    document.getElementById("gdp").style.display=bob16

    var bob17 = document.getElementById("wdp").style.display
    bob17="none";
    document.getElementById("wdp").style.display=bob17

    var bob18 = document.getElementById("whp").style.display
    bob18="none";
    document.getElementById("whp").style.display=bob18

    var bob19 = document.getElementById("ehp").style.display
    bob19="none";
    document.getElementById("ehp").style.display=bob19

    document.getElementById("ptitlelink").innerHTML="Computer Setup";
    document.getElementById("ptitlelink").href="http://www.flyingmoth.co.uk/computer-setup/";
    document.getElementById("ptitlelink").title="Click for Computer Setup service main page";
    document.getElementById("plml").href="http://www.flyingmoth.co.uk/computer-setup/";
    document.getElementById("plml").title="Click for detailed information about our Computer Setup services";
    document.getElementById("crlm1").style.backgroundColor="#ffffff";
    document.getElementById("crlm2").style.backgroundColor="#ffffff";
    document.getElementById("crlm3").style.backgroundColor="#ffffff";
    document.getElementById("crlm4").style.backgroundColor="#ffffff";
    document.getElementById("crlm5").style.backgroundColor="#ffffff";
    document.getElementById("crlm6").style.backgroundColor="#ffffff";
    document.getElementById("crlm7").style.backgroundColor="#ffffff";
    document.getElementById("crlm8").style.backgroundColor="#cccccc";
    document.getElementById("crlm9").style.backgroundColor="#ffffff";
    document.getElementById("crlm10").style.backgroundColor="#ffffff";
    document.getElementById("crlm11").style.backgroundColor="#ffffff";
    document.getElementById("crlm12").style.backgroundColor="#ffffff";
    document.getElementById("crlm13").style.backgroundColor="#ffffff";
    document.getElementById("crlm14").style.backgroundColor="#ffffff";
    document.getElementById("crlm15").style.backgroundColor="#ffffff";
    document.getElementById("crlm16").style.backgroundColor="#ffffff";
    document.getElementById("crlm17").style.backgroundColor="#ffffff";
    document.getElementById("crlm18").style.backgroundColor="#ffffff";
    document.getElementById("crlm19").style.backgroundColor="#ffffff";

    document.getElementById("crlm1").title="click to show";
    document.getElementById("crlm2").title="click to show";
    document.getElementById("crlm3").title="click to show";
    document.getElementById("crlm4").title="click to show";
    document.getElementById("crlm5").title="click to show";
    document.getElementById("crlm6").title="click to show";
    document.getElementById("crlm7").title="click to show";
    document.getElementById("crlm8").title="";
    document.getElementById("crlm9").title="click to show";
    document.getElementById("crlm10").title="click to show";
    document.getElementById("crlm11").title="click to show";
    document.getElementById("crlm12").title="click to show";
    document.getElementById("crlm13").title="click to show";
    document.getElementById("crlm14").title="click to show";
    document.getElementById("crlm15").title="click to show";
    document.getElementById("crlm16").title="click to show";
    document.getElementById("crlm17").title="click to show";
    document.getElementById("crlm18").title="click to show";
    document.getElementById("crlm19").title="click to show";
   
    document.getElementById("htl").href="javascript:hide_text('servicetext9')";

document.getElementById("htl2").href="javascript:hide_image('crpmr9','url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3g_07.png\")')";


    document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";
    document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";
    document.getElementById("htfbv").innerHTML="open";
    document.getElementById("hifbv").innerHTML="open";
    document.getElementById("crpmr9").style.backgroundImage="url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3g_07.png\")";
    document.getElementById("servicetext9").style.display="block";

    document.getElementById("tccml1").href="javascript:changetextcolor('#000000','swt9')"
   document.getElementById("tccml2").href="javascript:changetextcolor('#ff0033','swt9')"
   document.getElementById("tccml3").href="javascript:changetextcolor('#ff9900','swt9')"
   document.getElementById("tccml4").href="javascript:changetextcolor('#ffcc00','swt9')"
   document.getElementById("tccml5").href="javascript:changetextcolor('#99dd33','swt9')"
   document.getElementById("tccml6").href="javascript:changetextcolor('#00aaff','swt9')"
   document.getElementById("tccml7").href="javascript:changetextcolor('#888888','swt9')"
   document.getElementById("tccml8").href="javascript:changetextcolor('#cc0044','swt9')"
   document.getElementById("tccml9").href="javascript:changetextcolor('#ff5500','swt9')"
   document.getElementById("tccml10").href="javascript:changetextcolor('#99ffff','swt9')"
   document.getElementById("tccml11").href="javascript:changetextcolor('#00ee33','swt9')"
   document.getElementById("tccml12").href="javascript:changetextcolor('#3377dd','swt9')"
   document.getElementById("tccml13").href="javascript:changetextcolor('#cccccc','swt9')"
   document.getElementById("tccml14").href="javascript:changetextcolor('#992222','swt9')"
   document.getElementById("tccml15").href="javascript:changetextcolor('#996644','swt9')"
   document.getElementById("tccml16").href="javascript:changetextcolor('#ff99ff','swt9')"
   document.getElementById("tccml17").href="javascript:changetextcolor('#008833','swt9')"
   document.getElementById("tccml18").href="javascript:changetextcolor('#3344aa','swt9')"
   document.getElementById("tccml19").href="javascript:changetextcolor('#ffffff','swt9')"
   document.getElementById("tccml20").href="javascript:changetextcolor('#662200','swt9')"
   document.getElementById("tccml21").href="javascript:changetextcolor('#664400','swt9')"
   document.getElementById("tccml22").href="javascript:changetextcolor('#9922dd','swt9')"
   document.getElementById("tccml23").href="javascript:changetextcolor('#005533','swt9')"
   document.getElementById("tccml24").href="javascript:changetextcolor('#331177','swt9')"

   document.getElementById("tccml1b").href="javascript:changetextbackgroundcolor('#000000','swt9')"
   document.getElementById("tccml2b").href="javascript:changetextbackgroundcolor('#ff0033','swt9')"
   document.getElementById("tccml3b").href="javascript:changetextbackgroundcolor('#ff9900','swt9')"
   document.getElementById("tccml4b").href="javascript:changetextbackgroundcolor('#ffcc00','swt9')"
   document.getElementById("tccml5b").href="javascript:changetextbackgroundcolor('#99dd33','swt9')"
   document.getElementById("tccml6b").href="javascript:changetextbackgroundcolor('#00aaff','swt9')"
   document.getElementById("tccml7b").href="javascript:changetextbackgroundcolor('#888888','swt9')"
   document.getElementById("tccml8b").href="javascript:changetextbackgroundcolor('#cc0044','swt9')"
   document.getElementById("tccml9b").href="javascript:changetextbackgroundcolor('#ff5500','swt9')"
   document.getElementById("tccml10b").href="javascript:changetextbackgroundcolor('#99ffff','swt9')"
   document.getElementById("tccml11b").href="javascript:changetextbackgroundcolor('#00ee33','swt9')"
   document.getElementById("tccml12b").href="javascript:changetextbackgroundcolor('#3377dd','swt9')"
   document.getElementById("tccml13b").href="javascript:changetextbackgroundcolor('#cccccc','swt9')"
   document.getElementById("tccml14b").href="javascript:changetextbackgroundcolor('#992222','swt9')"
   document.getElementById("tccml15b").href="javascript:changetextbackgroundcolor('#996644','swt9')"
   document.getElementById("tccml16b").href="javascript:changetextbackgroundcolor('#ff99ff','swt9')"
   document.getElementById("tccml17b").href="javascript:changetextbackgroundcolor('#008833','swt9')"
   document.getElementById("tccml18b").href="javascript:changetextbackgroundcolor('#3344aa','swt9')"
   document.getElementById("tccml19b").href="javascript:changetextbackgroundcolor('#ffffff','swt9')"
   document.getElementById("tccml20b").href="javascript:changetextbackgroundcolor('#662200','swt9')"
   document.getElementById("tccml21b").href="javascript:changetextbackgroundcolor('#664400','swt9')"
   document.getElementById("tccml22b").href="javascript:changetextbackgroundcolor('#9922dd','swt9')"
   document.getElementById("tccml23b").href="javascript:changetextbackgroundcolor('#005533','swt9')"
   document.getElementById("tccml24b").href="javascript:changetextbackgroundcolor('#331177','swt9')"

   document.getElementById("fsml1b").href="javascript:changetextsize('8','swt9')"
   document.getElementById("fsml2b").href="javascript:changetextsize('11','swt9')"
   document.getElementById("fsml3b").href="javascript:changetextsize('14','swt9')"
   document.getElementById("fsml4b").href="javascript:changetextsize('18','swt9')"
   document.getElementById("fsml5b").href="javascript:changetextsize('22','swt9')"
   document.getElementById("fsml6b").href="javascript:changetextsize('28','swt9')"
   

 document.getElementById("cfm1b").href="javascript:changefont('verdana','swt9','verdana','cfm1b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b')"

document.getElementById("cfm2b").href="javascript:changefont('arial','swt9','arial','cfm2b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm6b','cfm1b')"

document.getElementById("cfm3b").href="javascript:changefont('ms sans serif','swt9','ms sans serif','cfm3b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm4b").href="javascript:changefont('courier','swt9','courier','cfm4b','cfm11b','cfm5b','cfm10b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm5b").href="javascript:changefont('times new roman','swt9','times roman','cfm5b','cfm11b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm6b").href="javascript:changefont('tahoma','swt9','tahoma','cfm6b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm1b')"

document.getElementById("cfm8b").href="javascript:changefont('Lucida Console','swt9','Lucida','cfm8b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm9b").href="javascript:changefont('georgia','swt9','georgia','cfm9b','cfm11b','cfm5b','cfm10b','cfm4b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm10b").href="javascript:changefont('Garamond','swt9','garamond','cfm10b','cfm11b','cfm5b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm11b").href="javascript:changefont('Bookman Old Style','swt9','bookman','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"



var c = document.getElementById("fc3").innerHTML

if (c=="verdana"){

document.getElementById("swt9").style.fontFamily="verdana";

} else if (c=="arial") {

document.getElementById("swt9").style.fontFamily="arial";

} else if (c=="ms sans serif") {

document.getElementById("swt9").style.fontFamily="ms sans serif";

} else if (c=="courier") {

document.getElementById("swt9").style.fontFamily="courier";

} else if (c=="times roman") {

document.getElementById("swt9").style.fontFamily="times new roman";

} else if (c=="tahoma") {

document.getElementById("swt9").style.fontFamily="tahoma";

} else if (c=="Lucida") {

document.getElementById("swt9").style.fontFamily="Lucida Console";

} else if (c=="georgia") {

document.getElementById("swt9").style.fontFamily="georgia";

} else if (c=="garamond") {

document.getElementById("swt9").style.fontFamily="Garamond";

} else if (c=="bookman") {

document.getElementById("swt9").style.fontFamily="Bookman Old Style";

}

document.getElementById("fsml1b").href="javascript:changetextsize('8','swt9','fsml1b','fsml2b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml2b").href="javascript:changetextsize('11','swt9','fsml2b','fsml1b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml3b").href="javascript:changetextsize('14','swt9','fsml3b','fsml2b','fsml1b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml4b").href="javascript:changetextsize('18','swt9','fsml4b','fsml2b','fsml3b','fsml1b','fsml5b','fsml6b')" 
document.getElementById("fsml5b").href="javascript:changetextsize('22','swt9','fsml5b','fsml2b','fsml3b','fsml4b','fsml1b','fsml6b')" 
document.getElementById("fsml6b").href="javascript:changetextsize('28','swt9','fsml6b','fsml2b','fsml3b','fsml4b','fsml5b','fsml1b')"


var fsdt = document.getElementById("fts").innerHTML;
document.getElementById("swt9").style.fontSize=fsdt;


document.getElementById("fc2").href="javascript:changetextstyle('swt9')";
var fsdt2 = document.getElementById("fsty").innerHTML;
if (fsdt2=="normal"){
document.getElementById("swt9").style.fontWeight="normal";
document.getElementById("swt9").style.fontStyle="normal";
document.getElementById("swt9").style.textDecoration="none";
}  else if (fsdt2=="bold") {
document.getElementById("swt9").style.fontWeight="bold";
document.getElementById("swt9").style.fontStyle="normal";
document.getElementById("swt9").style.textDecoration="none";
}  else if (fsdt2=="italic") {
document.getElementById("swt9").style.fontWeight="normal";
document.getElementById("swt9").style.fontStyle="italic";
document.getElementById("swt9").style.textDecoration="none";
} else if (fsdt2=="bolditalic") {
document.getElementById("swt9").style.fontWeight="bold";
document.getElementById("swt9").style.fontStyle="italic";
document.getElementById("swt9").style.textDecoration="none";
} else if (fsdt2=="normalunderline") {
document.getElementById("swt9").style.fontWeight="normal";
document.getElementById("swt9").style.fontStyle="normal";
document.getElementById("swt9").style.textDecoration="underline";
} else if (fsdt2=="boldunderline") {
document.getElementById("swt9").style.fontWeight="bold";
document.getElementById("swt9").style.fontStyle="normal";
document.getElementById("swt9").style.textDecoration="underline";
} else if (fsdt2=="italicunderline") {
document.getElementById("swt9").style.fontWeight="normal";
document.getElementById("swt9").style.fontStyle="italic";
document.getElementById("swt9").style.textDecoration="underline";
} else if (fsdt2=="bolditalicunderline") {
document.getElementById("swt9").style.fontWeight="bold";
document.getElementById("swt9").style.fontStyle="italic";
document.getElementById("swt9").style.textDecoration="underline";
}


}


if (x=="100"){

    var bob = document.getElementById("itip").style.display
    bob="none";
    document.getElementById("itip").style.display=bob
  
    var bob2 = document.getElementById("crp").style.display
    bob2="none";
    document.getElementById("crp").style.display=bob2
  
    var bob3 = document.getElementById("cmp").style.display
    bob3="none";
    document.getElementById("cmp").style.display=bob3

    var bob4 = document.getElementById("cup").style.display
    bob4="none";
    document.getElementById("cup").style.display=bob4

    var bob5 = document.getElementById("ccp").style.display
    bob5="none";
    document.getElementById("ccp").style.display=bob5

    var bob6 = document.getElementById("cdbp").style.display
    bob6="none";
    document.getElementById("cdbp").style.display=bob6

    var bob7 = document.getElementById("cdep").style.display
    bob7="none";
    document.getElementById("cdep").style.display=bob7

    var bob8 = document.getElementById("cdrp").style.display
    bob8="none";
    document.getElementById("cdrp").style.display=bob8

    var bob9 = document.getElementById("cstp").style.display
    bob9="none";
    document.getElementById("cstp").style.display=bob9

    var bob10 = document.getElementById("csecp").style.display
    bob10="block";
    document.getElementById("csecp").style.display=bob10

    var bob11 = document.getElementById("itsup").style.display
    bob11="none";
    document.getElementById("itsup").style.display=bob11

    var bob12 = document.getElementById("itsop").style.display
    bob12="none";
    document.getElementById("itsop").style.display=bob12

    var bob13 = document.getElementById("np").style.display
    bob13="none";
    document.getElementById("np").style.display=bob13

    var bob14 = document.getElementById("wnp").style.display
    bob14="none";
    document.getElementById("wnp").style.display=bob14

    var bob15 = document.getElementById("p2p").style.display
    bob15="none";
    document.getElementById("p2p").style.display=bob15

    var bob16 = document.getElementById("gdp").style.display
    bob16="none";
    document.getElementById("gdp").style.display=bob16

    var bob17 = document.getElementById("wdp").style.display
    bob17="none";
    document.getElementById("wdp").style.display=bob17

    var bob18 = document.getElementById("whp").style.display
    bob18="none";
    document.getElementById("whp").style.display=bob18

    var bob19 = document.getElementById("ehp").style.display
    bob19="none";
    document.getElementById("ehp").style.display=bob19

    document.getElementById("ptitlelink").innerHTML="Computer Security";
    document.getElementById("ptitlelink").href="http://www.flyingmoth.co.uk/computer-security/";
    document.getElementById("ptitlelink").title="Click for Computer Security service main page";
    document.getElementById("plml").href="http://www.flyingmoth.co.uk/computer-security/";
    document.getElementById("plml").title="Click for detailed information about our Computer Security services";
    document.getElementById("crlm1").style.backgroundColor="#ffffff";
    document.getElementById("crlm2").style.backgroundColor="#ffffff";
    document.getElementById("crlm3").style.backgroundColor="#ffffff";
    document.getElementById("crlm4").style.backgroundColor="#ffffff";
    document.getElementById("crlm5").style.backgroundColor="#ffffff";
    document.getElementById("crlm6").style.backgroundColor="#ffffff";
    document.getElementById("crlm7").style.backgroundColor="#ffffff";
    document.getElementById("crlm8").style.backgroundColor="#ffffff";
    document.getElementById("crlm9").style.backgroundColor="#cccccc";
    document.getElementById("crlm10").style.backgroundColor="#ffffff";
    document.getElementById("crlm11").style.backgroundColor="#ffffff";
    document.getElementById("crlm12").style.backgroundColor="#ffffff";
    document.getElementById("crlm13").style.backgroundColor="#ffffff";
    document.getElementById("crlm14").style.backgroundColor="#ffffff";
    document.getElementById("crlm15").style.backgroundColor="#ffffff";
    document.getElementById("crlm16").style.backgroundColor="#ffffff";
    document.getElementById("crlm17").style.backgroundColor="#ffffff";
    document.getElementById("crlm18").style.backgroundColor="#ffffff";
    document.getElementById("crlm19").style.backgroundColor="#ffffff";

  
    document.getElementById("crlm1").title="click to show";
    document.getElementById("crlm2").title="click to show";
    document.getElementById("crlm3").title="click to show";
    document.getElementById("crlm4").title="click to show";
    document.getElementById("crlm5").title="click to show";
    document.getElementById("crlm6").title="click to show";
    document.getElementById("crlm7").title="click to show";
    document.getElementById("crlm8").title="click to show";
    document.getElementById("crlm9").title="";
    document.getElementById("crlm10").title="click to show";
    document.getElementById("crlm11").title="click to show";
    document.getElementById("crlm12").title="click to show";
    document.getElementById("crlm13").title="click to show";
    document.getElementById("crlm14").title="click to show";
    document.getElementById("crlm15").title="click to show";
    document.getElementById("crlm16").title="click to show";
    document.getElementById("crlm17").title="click to show";
    document.getElementById("crlm18").title="click to show";
    document.getElementById("crlm19").title="click to show";
   
    document.getElementById("htl").href="javascript:hide_text('servicetext10')";

document.getElementById("htl2").href="javascript:hide_image('crpmr10','url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3f_07.png\")')";


    document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";
    document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";
    document.getElementById("htfbv").innerHTML="open";
    document.getElementById("hifbv").innerHTML="open";
    document.getElementById("crpmr10").style.backgroundImage="url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3f_07.png\")";
    document.getElementById("servicetext10").style.display="block";

   document.getElementById("tccml1").href="javascript:changetextcolor('#000000','swt10')"
   document.getElementById("tccml2").href="javascript:changetextcolor('#ff0033','swt10')"
   document.getElementById("tccml3").href="javascript:changetextcolor('#ff9900','swt10')"
   document.getElementById("tccml4").href="javascript:changetextcolor('#ffcc00','swt10')"
   document.getElementById("tccml5").href="javascript:changetextcolor('#99dd33','swt10')"
   document.getElementById("tccml6").href="javascript:changetextcolor('#00aaff','swt10')"
   document.getElementById("tccml7").href="javascript:changetextcolor('#888888','swt10')"
   document.getElementById("tccml8").href="javascript:changetextcolor('#cc0044','swt10')"
   document.getElementById("tccml9").href="javascript:changetextcolor('#ff5500','swt10')"
   document.getElementById("tccml10").href="javascript:changetextcolor('#99ffff','swt10')"
   document.getElementById("tccml11").href="javascript:changetextcolor('#00ee33','swt10')"
   document.getElementById("tccml12").href="javascript:changetextcolor('#3377dd','swt10')"
   document.getElementById("tccml13").href="javascript:changetextcolor('#cccccc','swt10')"
   document.getElementById("tccml14").href="javascript:changetextcolor('#992222','swt10')"
   document.getElementById("tccml15").href="javascript:changetextcolor('#996644','swt10')"
   document.getElementById("tccml16").href="javascript:changetextcolor('#ff99ff','swt10')"
   document.getElementById("tccml17").href="javascript:changetextcolor('#008833','swt10')"
   document.getElementById("tccml18").href="javascript:changetextcolor('#3344aa','swt10')"
   document.getElementById("tccml19").href="javascript:changetextcolor('#ffffff','swt10')"
   document.getElementById("tccml20").href="javascript:changetextcolor('#662200','swt10')"
   document.getElementById("tccml21").href="javascript:changetextcolor('#664400','swt10')"
   document.getElementById("tccml22").href="javascript:changetextcolor('#9922dd','swt10')"
   document.getElementById("tccml23").href="javascript:changetextcolor('#005533','swt10')"
   document.getElementById("tccml24").href="javascript:changetextcolor('#331177','swt10')"

   document.getElementById("tccml1b").href="javascript:changetextbackgroundcolor('#000000','swt10')"
   document.getElementById("tccml2b").href="javascript:changetextbackgroundcolor('#ff0033','swt10')"
   document.getElementById("tccml3b").href="javascript:changetextbackgroundcolor('#ff9900','swt10')"
   document.getElementById("tccml4b").href="javascript:changetextbackgroundcolor('#ffcc00','swt10')"
   document.getElementById("tccml5b").href="javascript:changetextbackgroundcolor('#99dd33','swt10')"
   document.getElementById("tccml6b").href="javascript:changetextbackgroundcolor('#00aaff','swt10')"
   document.getElementById("tccml7b").href="javascript:changetextbackgroundcolor('#888888','swt10')"
   document.getElementById("tccml8b").href="javascript:changetextbackgroundcolor('#cc0044','swt10')"
   document.getElementById("tccml9b").href="javascript:changetextbackgroundcolor('#ff5500','swt10')"
   document.getElementById("tccml10b").href="javascript:changetextbackgroundcolor('#99ffff','swt10')"
   document.getElementById("tccml11b").href="javascript:changetextbackgroundcolor('#00ee33','swt10')"
   document.getElementById("tccml12b").href="javascript:changetextbackgroundcolor('#3377dd','swt10')"
   document.getElementById("tccml13b").href="javascript:changetextbackgroundcolor('#cccccc','swt10')"
   document.getElementById("tccml14b").href="javascript:changetextbackgroundcolor('#992222','swt10')"
   document.getElementById("tccml15b").href="javascript:changetextbackgroundcolor('#996644','swt10')"
   document.getElementById("tccml16b").href="javascript:changetextbackgroundcolor('#ff99ff','swt10')"
   document.getElementById("tccml17b").href="javascript:changetextbackgroundcolor('#008833','swt10')"
   document.getElementById("tccml18b").href="javascript:changetextbackgroundcolor('#3344aa','swt10')"
   document.getElementById("tccml19b").href="javascript:changetextbackgroundcolor('#ffffff','swt10')"
   document.getElementById("tccml20b").href="javascript:changetextbackgroundcolor('#662200','swt10')"
   document.getElementById("tccml21b").href="javascript:changetextbackgroundcolor('#664400','swt10')"
   document.getElementById("tccml22b").href="javascript:changetextbackgroundcolor('#9922dd','swt10')"
   document.getElementById("tccml23b").href="javascript:changetextbackgroundcolor('#005533','swt10')"
   document.getElementById("tccml24b").href="javascript:changetextbackgroundcolor('#331177','swt10')"
   document.getElementById("fsml1b").href="javascript:changetextsize('8','swt10')"
   document.getElementById("fsml2b").href="javascript:changetextsize('11','swt10')"
   document.getElementById("fsml3b").href="javascript:changetextsize('14','swt10')"
   document.getElementById("fsml4b").href="javascript:changetextsize('18','swt10')"
   document.getElementById("fsml5b").href="javascript:changetextsize('22','swt10')"
   document.getElementById("fsml6b").href="javascript:changetextsize('28','swt10')"
   

  document.getElementById("cfm1b").href="javascript:changefont('verdana','swt10','verdana','cfm1b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b')"

document.getElementById("cfm2b").href="javascript:changefont('arial','swt10','arial','cfm2b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm6b','cfm1b')"

document.getElementById("cfm3b").href="javascript:changefont('ms sans serif','swt10','ms sans serif','cfm3b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm4b").href="javascript:changefont('courier','swt10','courier','cfm4b','cfm11b','cfm5b','cfm10b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm5b").href="javascript:changefont('times new roman','swt10','times roman','cfm5b','cfm11b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm6b").href="javascript:changefont('tahoma','swt10','tahoma','cfm6b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm1b')"

document.getElementById("cfm8b").href="javascript:changefont('Lucida Console','swt10','Lucida','cfm8b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm9b").href="javascript:changefont('georgia','swt10','georgia','cfm9b','cfm11b','cfm5b','cfm10b','cfm4b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm10b").href="javascript:changefont('Garamond','swt10','garamond','cfm10b','cfm11b','cfm5b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm11b").href="javascript:changefont('Bookman Old Style','swt10','bookman','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"


var c = document.getElementById("fc3").innerHTML

if (c=="verdana"){

document.getElementById("swt10").style.fontFamily="verdana";

} else if (c=="arial") {

document.getElementById("swt10").style.fontFamily="arial";

} else if (c=="ms sans serif") {

document.getElementById("swt10").style.fontFamily="ms sans serif";

} else if (c=="courier") {

document.getElementById("swt10").style.fontFamily="courier";

} else if (c=="times roman") {

document.getElementById("swt10").style.fontFamily="times new roman";

} else if (c=="tahoma") {

document.getElementById("swt10").style.fontFamily="tahoma";

} else if (c=="Lucida") {

document.getElementById("swt10").style.fontFamily="Lucida Console";

} else if (c=="georgia") {

document.getElementById("swt10").style.fontFamily="georgia";

} else if (c=="garamond") {

document.getElementById("swt10").style.fontFamily="Garamond";

} else if (c=="bookman") {

document.getElementById("swt10").style.fontFamily="Bookman Old Style";

}



document.getElementById("fsml1b").href="javascript:changetextsize('8','swt10','fsml1b','fsml2b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml2b").href="javascript:changetextsize('11','swt10','fsml2b','fsml1b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml3b").href="javascript:changetextsize('14','swt10','fsml3b','fsml2b','fsml1b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml4b").href="javascript:changetextsize('18','swt10','fsml4b','fsml2b','fsml3b','fsml1b','fsml5b','fsml6b')" 
document.getElementById("fsml5b").href="javascript:changetextsize('22','swt10','fsml5b','fsml2b','fsml3b','fsml4b','fsml1b','fsml6b')" 
document.getElementById("fsml6b").href="javascript:changetextsize('28','swt10','fsml6b','fsml2b','fsml3b','fsml4b','fsml5b','fsml1b')"

var fsdt = document.getElementById("fts").innerHTML;
document.getElementById("swt10").style.fontSize=fsdt;


document.getElementById("fc2").href="javascript:changetextstyle('swt10')";
var fsdt2 = document.getElementById("fsty").innerHTML;
if (fsdt2=="normal"){
document.getElementById("swt10").style.fontWeight="normal";
document.getElementById("swt10").style.fontStyle="normal";
document.getElementById("swt10").style.textDecoration="none";
}  else if (fsdt2=="bold") {
document.getElementById("swt10").style.fontWeight="bold";
document.getElementById("swt10").style.fontStyle="normal";
document.getElementById("swt10").style.textDecoration="none";
}  else if (fsdt2=="italic") {
document.getElementById("swt10").style.fontWeight="normal";
document.getElementById("swt10").style.fontStyle="italic";
document.getElementById("swt10").style.textDecoration="none";
} else if (fsdt2=="bolditalic") {
document.getElementById("swt10").style.fontWeight="bold";
document.getElementById("swt10").style.fontStyle="italic";
document.getElementById("swt10").style.textDecoration="none";
} else if (fsdt2=="normalunderline") {
document.getElementById("swt10").style.fontWeight="normal";
document.getElementById("swt10").style.fontStyle="normal";
document.getElementById("swt10").style.textDecoration="underline";
} else if (fsdt2=="boldunderline") {
document.getElementById("swt10").style.fontWeight="bold";
document.getElementById("swt10").style.fontStyle="normal";
document.getElementById("swt10").style.textDecoration="underline";
} else if (fsdt2=="italicunderline") {
document.getElementById("swt10").style.fontWeight="normal";
document.getElementById("swt10").style.fontStyle="italic";
document.getElementById("swt10").style.textDecoration="underline";
} else if (fsdt2=="bolditalicunderline") {
document.getElementById("swt10").style.fontWeight="bold";
document.getElementById("swt10").style.fontStyle="italic";
document.getElementById("swt10").style.textDecoration="underline";
}




}


if (x=="110"){

    var bob = document.getElementById("itip").style.display
    bob="none";
    document.getElementById("itip").style.display=bob
  
    var bob2 = document.getElementById("crp").style.display
    bob2="none";
    document.getElementById("crp").style.display=bob2
  
    var bob3 = document.getElementById("cmp").style.display
    bob3="none";
    document.getElementById("cmp").style.display=bob3

    var bob4 = document.getElementById("cup").style.display
    bob4="none";
    document.getElementById("cup").style.display=bob4

    var bob5 = document.getElementById("ccp").style.display
    bob5="none";
    document.getElementById("ccp").style.display=bob5

    var bob6 = document.getElementById("cdbp").style.display
    bob6="none";
    document.getElementById("cdbp").style.display=bob6

    var bob7 = document.getElementById("cdep").style.display
    bob7="none";
    document.getElementById("cdep").style.display=bob7

    var bob8 = document.getElementById("cdrp").style.display
    bob8="none";
    document.getElementById("cdrp").style.display=bob8

    var bob9 = document.getElementById("cstp").style.display
    bob9="none";
    document.getElementById("cstp").style.display=bob9

    var bob10 = document.getElementById("csecp").style.display
    bob10="none";
    document.getElementById("csecp").style.display=bob10

    var bob11 = document.getElementById("itsup").style.display
    bob11="block";
    document.getElementById("itsup").style.display=bob11

    var bob12 = document.getElementById("itsop").style.display
    bob12="none";
    document.getElementById("itsop").style.display=bob12

    var bob13 = document.getElementById("np").style.display
    bob13="none";
    document.getElementById("np").style.display=bob13

    var bob14 = document.getElementById("wnp").style.display
    bob14="none";
    document.getElementById("wnp").style.display=bob14

    var bob15 = document.getElementById("p2p").style.display
    bob15="none";
    document.getElementById("p2p").style.display=bob15

    var bob16 = document.getElementById("gdp").style.display
    bob16="none";
    document.getElementById("gdp").style.display=bob16

    var bob17 = document.getElementById("wdp").style.display
    bob17="none";
    document.getElementById("wdp").style.display=bob17

    var bob18 = document.getElementById("whp").style.display
    bob18="none";
    document.getElementById("whp").style.display=bob18

    var bob19 = document.getElementById("ehp").style.display
    bob19="none";
    document.getElementById("ehp").style.display=bob19

    document.getElementById("ptitlelink").innerHTML="IT Support";
    document.getElementById("ptitlelink").href="http://www.flyingmoth.co.uk/it-support/";
    document.getElementById("ptitlelink").title="Click for IT Support service main page";
    document.getElementById("plml").href="http://www.flyingmoth.co.uk/it-support/";
    document.getElementById("plml").title="Click for detailed information about our IT Support services";
    document.getElementById("crlm1").style.backgroundColor="#ffffff";
    document.getElementById("crlm2").style.backgroundColor="#ffffff";
    document.getElementById("crlm3").style.backgroundColor="#ffffff";
    document.getElementById("crlm4").style.backgroundColor="#ffffff";
    document.getElementById("crlm5").style.backgroundColor="#ffffff";
    document.getElementById("crlm6").style.backgroundColor="#ffffff";
    document.getElementById("crlm7").style.backgroundColor="#ffffff";
    document.getElementById("crlm8").style.backgroundColor="#ffffff";
    document.getElementById("crlm9").style.backgroundColor="#ffffff";
    document.getElementById("crlm10").style.backgroundColor="#ffffff";
    document.getElementById("crlm11").style.backgroundColor="#cccccc";
    document.getElementById("crlm12").style.backgroundColor="#ffffff";
    document.getElementById("crlm13").style.backgroundColor="#ffffff";
    document.getElementById("crlm14").style.backgroundColor="#ffffff";
    document.getElementById("crlm15").style.backgroundColor="#ffffff";
    document.getElementById("crlm16").style.backgroundColor="#ffffff";
    document.getElementById("crlm17").style.backgroundColor="#ffffff";
    document.getElementById("crlm18").style.backgroundColor="#ffffff";
    document.getElementById("crlm19").style.backgroundColor="#ffffff";

    document.getElementById("crlm1").title="click to show";
    document.getElementById("crlm2").title="click to show";
    document.getElementById("crlm3").title="click to show";
    document.getElementById("crlm4").title="click to show";
    document.getElementById("crlm5").title="click to show";
    document.getElementById("crlm6").title="click to show";
    document.getElementById("crlm7").title="click to show";
    document.getElementById("crlm8").title="click to show";
    document.getElementById("crlm9").title="click to show";
    document.getElementById("crlm10").title="click to show";
    document.getElementById("crlm11").title="";
    document.getElementById("crlm12").title="click to show";
    document.getElementById("crlm13").title="click to show";
    document.getElementById("crlm14").title="click to show";
    document.getElementById("crlm15").title="click to show";
    document.getElementById("crlm16").title="click to show";
    document.getElementById("crlm17").title="click to show";
    document.getElementById("crlm18").title="click to show";
    document.getElementById("crlm19").title="click to show";
   
    document.getElementById("htl").href="javascript:hide_text('servicetext11')";

document.getElementById("htl2").href="javascript:hide_image('crpmr11','url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3n_07.png\")')";


    document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";
    document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";
    document.getElementById("htfbv").innerHTML="open";
    document.getElementById("hifbv").innerHTML="open";
    document.getElementById("crpmr11").style.backgroundImage="url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3n_07.png\")";
    document.getElementById("servicetext11").style.display="block";

   document.getElementById("tccml1").href="javascript:changetextcolor('#000000','swt11')"
   document.getElementById("tccml2").href="javascript:changetextcolor('#ff0033','swt11')"
   document.getElementById("tccml3").href="javascript:changetextcolor('#ff9900','swt11')"
   document.getElementById("tccml4").href="javascript:changetextcolor('#ffcc00','swt11')"
   document.getElementById("tccml5").href="javascript:changetextcolor('#99dd33','swt11')"
   document.getElementById("tccml6").href="javascript:changetextcolor('#00aaff','swt11')"
   document.getElementById("tccml7").href="javascript:changetextcolor('#888888','swt11')"
   document.getElementById("tccml8").href="javascript:changetextcolor('#cc0044','swt11')"
   document.getElementById("tccml9").href="javascript:changetextcolor('#ff5500','swt11')"
   document.getElementById("tccml10").href="javascript:changetextcolor('#99ffff','swt11')"
   document.getElementById("tccml11").href="javascript:changetextcolor('#00ee33','swt11')"
   document.getElementById("tccml12").href="javascript:changetextcolor('#3377dd','swt11')"
   document.getElementById("tccml13").href="javascript:changetextcolor('#cccccc','swt11')"
   document.getElementById("tccml14").href="javascript:changetextcolor('#992222','swt11')"
   document.getElementById("tccml15").href="javascript:changetextcolor('#996644','swt11')"
   document.getElementById("tccml16").href="javascript:changetextcolor('#ff99ff','swt11')"
   document.getElementById("tccml17").href="javascript:changetextcolor('#008833','swt11')"
   document.getElementById("tccml18").href="javascript:changetextcolor('#3344aa','swt11')"
   document.getElementById("tccml19").href="javascript:changetextcolor('#ffffff','swt11')"
   document.getElementById("tccml20").href="javascript:changetextcolor('#662200','swt11')"
   document.getElementById("tccml21").href="javascript:changetextcolor('#664400','swt11')"
   document.getElementById("tccml22").href="javascript:changetextcolor('#9922dd','swt11')"
   document.getElementById("tccml23").href="javascript:changetextcolor('#005533','swt11')"
   document.getElementById("tccml24").href="javascript:changetextcolor('#331177','swt11')"

   document.getElementById("tccml1b").href="javascript:changetextbackgroundcolor('#000000','swt11')"
   document.getElementById("tccml2b").href="javascript:changetextbackgroundcolor('#ff0033','swt11')"
   document.getElementById("tccml3b").href="javascript:changetextbackgroundcolor('#ff9900','swt11')"
   document.getElementById("tccml4b").href="javascript:changetextbackgroundcolor('#ffcc00','swt11')"
   document.getElementById("tccml5b").href="javascript:changetextbackgroundcolor('#99dd33','swt11')"
   document.getElementById("tccml6b").href="javascript:changetextbackgroundcolor('#00aaff','swt11')"
   document.getElementById("tccml7b").href="javascript:changetextbackgroundcolor('#888888','swt11')"
   document.getElementById("tccml8b").href="javascript:changetextbackgroundcolor('#cc0044','swt11')"
   document.getElementById("tccml9b").href="javascript:changetextbackgroundcolor('#ff5500','swt11')"
   document.getElementById("tccml10b").href="javascript:changetextbackgroundcolor('#99ffff','swt11')"
   document.getElementById("tccml11b").href="javascript:changetextbackgroundcolor('#00ee33','swt11')"
   document.getElementById("tccml12b").href="javascript:changetextbackgroundcolor('#3377dd','swt11')"
   document.getElementById("tccml13b").href="javascript:changetextbackgroundcolor('#cccccc','swt11')"
   document.getElementById("tccml14b").href="javascript:changetextbackgroundcolor('#992222','swt11')"
   document.getElementById("tccml15b").href="javascript:changetextbackgroundcolor('#996644','swt11')"
   document.getElementById("tccml16b").href="javascript:changetextbackgroundcolor('#ff99ff','swt11')"
   document.getElementById("tccml17b").href="javascript:changetextbackgroundcolor('#008833','swt11')"
   document.getElementById("tccml18b").href="javascript:changetextbackgroundcolor('#3344aa','swt11')"
   document.getElementById("tccml19b").href="javascript:changetextbackgroundcolor('#ffffff','swt11')"
   document.getElementById("tccml20b").href="javascript:changetextbackgroundcolor('#662200','swt11')"
   document.getElementById("tccml21b").href="javascript:changetextbackgroundcolor('#664400','swt11')"
   document.getElementById("tccml22b").href="javascript:changetextbackgroundcolor('#9922dd','swt11')"
   document.getElementById("tccml23b").href="javascript:changetextbackgroundcolor('#005533','swt11')"
   document.getElementById("tccml24b").href="javascript:changetextbackgroundcolor('#331177','swt11')"

   document.getElementById("fsml1b").href="javascript:changetextsize('8','swt11')"
   document.getElementById("fsml2b").href="javascript:changetextsize('11','swt11')"
   document.getElementById("fsml3b").href="javascript:changetextsize('14','swt11')"
   document.getElementById("fsml4b").href="javascript:changetextsize('18','swt11')"
   document.getElementById("fsml5b").href="javascript:changetextsize('22','swt11')"
   document.getElementById("fsml6b").href="javascript:changetextsize('28','swt11')"
   

  document.getElementById("cfm1b").href="javascript:changefont('verdana','swt11','verdana','cfm1b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b')"

document.getElementById("cfm2b").href="javascript:changefont('arial','swt11','arial','cfm2b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm6b','cfm1b')"

document.getElementById("cfm3b").href="javascript:changefont('ms sans serif','swt11','ms sans serif','cfm3b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm4b").href="javascript:changefont('courier','swt11','courier','cfm4b','cfm11b','cfm5b','cfm10b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm5b").href="javascript:changefont('times new roman','swt11','times roman','cfm5b','cfm11b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm6b").href="javascript:changefont('tahoma','swt11','tahoma','cfm6b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm1b')"

document.getElementById("cfm8b").href="javascript:changefont('Lucida Console','swt11','Lucida','cfm8b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm9b").href="javascript:changefont('georgia','swt11','georgia','cfm9b','cfm11b','cfm5b','cfm10b','cfm4b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm10b").href="javascript:changefont('Garamond','swt11','garamond','cfm10b','cfm11b','cfm5b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm11b").href="javascript:changefont('Bookman Old Style','swt11','bookman','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"



var c = document.getElementById("fc3").innerHTML

if (c=="verdana"){

document.getElementById("swt11").style.fontFamily="verdana";

} else if (c=="arial") {

document.getElementById("swt11").style.fontFamily="arial";

} else if (c=="ms sans serif") {

document.getElementById("swt11").style.fontFamily="ms sans serif";

} else if (c=="courier") {

document.getElementById("swt11").style.fontFamily="courier";

} else if (c=="times roman") {

document.getElementById("swt11").style.fontFamily="times new roman";

} else if (c=="tahoma") {

document.getElementById("swt11").style.fontFamily="tahoma";

} else if (c=="Lucida") {

document.getElementById("swt11").style.fontFamily="Lucida Console";

} else if (c=="georgia") {

document.getElementById("swt11").style.fontFamily="georgia";

} else if (c=="garamond") {

document.getElementById("swt11").style.fontFamily="Garamond";

} else if (c=="bookman") {

document.getElementById("swt11").style.fontFamily="Bookman Old Style";

}

document.getElementById("fsml1b").href="javascript:changetextsize('8','swt11','fsml1b','fsml2b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml2b").href="javascript:changetextsize('11','swt11','fsml2b','fsml1b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml3b").href="javascript:changetextsize('14','swt11','fsml3b','fsml2b','fsml1b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml4b").href="javascript:changetextsize('18','swt11','fsml4b','fsml2b','fsml3b','fsml1b','fsml5b','fsml6b')" 
document.getElementById("fsml5b").href="javascript:changetextsize('22','swt11','fsml5b','fsml2b','fsml3b','fsml4b','fsml1b','fsml6b')" 
document.getElementById("fsml6b").href="javascript:changetextsize('28','swt11','fsml6b','fsml2b','fsml3b','fsml4b','fsml5b','fsml1b')"

var fsdt = document.getElementById("fts").innerHTML;
document.getElementById("swt11").style.fontSize=fsdt;

document.getElementById("fc2").href="javascript:changetextstyle('swt11')";
var fsdt2 = document.getElementById("fsty").innerHTML;
if (fsdt2=="normal"){
document.getElementById("swt11").style.fontWeight="normal";
document.getElementById("swt11").style.fontStyle="normal";
document.getElementById("swt11").style.textDecoration="none";
}  else if (fsdt2=="bold") {
document.getElementById("swt11").style.fontWeight="bold";
document.getElementById("swt11").style.fontStyle="normal";
document.getElementById("swt11").style.textDecoration="none";
}  else if (fsdt2=="italic") {
document.getElementById("swt11").style.fontWeight="normal";
document.getElementById("swt11").style.fontStyle="italic";
document.getElementById("swt11").style.textDecoration="none";
} else if (fsdt2=="bolditalic") {
document.getElementById("swt11").style.fontWeight="bold";
document.getElementById("swt11").style.fontStyle="italic";
document.getElementById("swt11").style.textDecoration="none";
} else if (fsdt2=="normalunderline") {
document.getElementById("swt11").style.fontWeight="normal";
document.getElementById("swt11").style.fontStyle="normal";
document.getElementById("swt11").style.textDecoration="underline";
} else if (fsdt2=="boldunderline") {
document.getElementById("swt11").style.fontWeight="bold";
document.getElementById("swt11").style.fontStyle="normal";
document.getElementById("swt11").style.textDecoration="underline";
} else if (fsdt2=="italicunderline") {
document.getElementById("swt11").style.fontWeight="normal";
document.getElementById("swt11").style.fontStyle="italic";
document.getElementById("swt11").style.textDecoration="underline";
} else if (fsdt2=="bolditalicunderline") {
document.getElementById("swt11").style.fontWeight="bold";
document.getElementById("swt11").style.fontStyle="italic";
document.getElementById("swt11").style.textDecoration="underline";
}



}


if (x=="120"){

    var bob = document.getElementById("itip").style.display
    bob="none";
    document.getElementById("itip").style.display=bob
  
    var bob2 = document.getElementById("crp").style.display
    bob2="none";
    document.getElementById("crp").style.display=bob2
  
    var bob3 = document.getElementById("cmp").style.display
    bob3="none";
    document.getElementById("cmp").style.display=bob3

    var bob4 = document.getElementById("cup").style.display
    bob4="none";
    document.getElementById("cup").style.display=bob4

    var bob5 = document.getElementById("ccp").style.display
    bob5="none";
    document.getElementById("ccp").style.display=bob5

    var bob6 = document.getElementById("cdbp").style.display
    bob6="none";
    document.getElementById("cdbp").style.display=bob6

    var bob7 = document.getElementById("cdep").style.display
    bob7="none";
    document.getElementById("cdep").style.display=bob7

    var bob8 = document.getElementById("cdrp").style.display
    bob8="none";
    document.getElementById("cdrp").style.display=bob8

    var bob9 = document.getElementById("cstp").style.display
    bob9="none";
    document.getElementById("cstp").style.display=bob9

    var bob10 = document.getElementById("csecp").style.display
    bob10="none";
    document.getElementById("csecp").style.display=bob10

    var bob11 = document.getElementById("itsup").style.display
    bob11="none";
    document.getElementById("itsup").style.display=bob11

    var bob12 = document.getElementById("itsop").style.display
    bob12="block";
    document.getElementById("itsop").style.display=bob12

    var bob13 = document.getElementById("np").style.display
    bob13="none";
    document.getElementById("np").style.display=bob13

    var bob14 = document.getElementById("wnp").style.display
    bob14="none";
    document.getElementById("wnp").style.display=bob14

    var bob15 = document.getElementById("p2p").style.display
    bob15="none";
    document.getElementById("p2p").style.display=bob15

    var bob16 = document.getElementById("gdp").style.display
    bob16="none";
    document.getElementById("gdp").style.display=bob16

    var bob17 = document.getElementById("wdp").style.display
    bob17="none";
    document.getElementById("wdp").style.display=bob17

    var bob18 = document.getElementById("whp").style.display
    bob18="none";
    document.getElementById("whp").style.display=bob18

    var bob19 = document.getElementById("ehp").style.display
    bob19="none";
    document.getElementById("ehp").style.display=bob19

    document.getElementById("ptitlelink").innerHTML="IT Solutions";
    document.getElementById("ptitlelink").href="http://www.flyingmoth.co.uk/IT-solutions/";
    document.getElementById("ptitlelink").title="Click for IT Solutions service main page";
    document.getElementById("plml").href="http://www.flyingmoth.co.uk/IT-solutions/";
    document.getElementById("plml").title="Click for detailed information about our IT Solutions services";
    document.getElementById("crlm1").style.backgroundColor="#ffffff";
    document.getElementById("crlm2").style.backgroundColor="#ffffff";
    document.getElementById("crlm3").style.backgroundColor="#ffffff";
    document.getElementById("crlm4").style.backgroundColor="#ffffff";
    document.getElementById("crlm5").style.backgroundColor="#ffffff";
    document.getElementById("crlm6").style.backgroundColor="#ffffff";
    document.getElementById("crlm7").style.backgroundColor="#ffffff";
    document.getElementById("crlm8").style.backgroundColor="#ffffff";
    document.getElementById("crlm9").style.backgroundColor="#ffffff";
    document.getElementById("crlm10").style.backgroundColor="#ffffff";
    document.getElementById("crlm11").style.backgroundColor="#ffffff";
    document.getElementById("crlm12").style.backgroundColor="#cccccc";
    document.getElementById("crlm13").style.backgroundColor="#ffffff";
    document.getElementById("crlm14").style.backgroundColor="#ffffff";
    document.getElementById("crlm15").style.backgroundColor="#ffffff";
    document.getElementById("crlm16").style.backgroundColor="#ffffff";
    document.getElementById("crlm17").style.backgroundColor="#ffffff";
    document.getElementById("crlm18").style.backgroundColor="#ffffff";
    document.getElementById("crlm19").style.backgroundColor="#ffffff";

    document.getElementById("crlm1").title="click to show";
    document.getElementById("crlm2").title="click to show";
    document.getElementById("crlm3").title="click to show";
    document.getElementById("crlm4").title="click to show";
    document.getElementById("crlm5").title="click to show";
    document.getElementById("crlm6").title="click to show";
    document.getElementById("crlm7").title="click to show";
    document.getElementById("crlm8").title="click to show";
    document.getElementById("crlm9").title="click to show";
    document.getElementById("crlm10").title="click to show";
    document.getElementById("crlm11").title="click to show";
    document.getElementById("crlm12").title="";
    document.getElementById("crlm13").title="click to show";
    document.getElementById("crlm14").title="click to show";
    document.getElementById("crlm15").title="click to show";
    document.getElementById("crlm16").title="click to show";
    document.getElementById("crlm17").title="click to show";
    document.getElementById("crlm18").title="click to show";
    document.getElementById("crlm19").title="click to show";
   
    document.getElementById("htl").href="javascript:hide_text('servicetext12')";

document.getElementById("htl2").href="javascript:hide_image('crpmr12','url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3m_07.png\")')";


    document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";
    document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";
    document.getElementById("htfbv").innerHTML="open";
    document.getElementById("hifbv").innerHTML="open";
    document.getElementById("crpmr12").style.backgroundImage="url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3m_07.png\")";
    document.getElementById("servicetext12").style.display="block";

   document.getElementById("tccml1").href="javascript:changetextcolor('#000000','swt12')"
   document.getElementById("tccml2").href="javascript:changetextcolor('#ff0033','swt12')"
   document.getElementById("tccml3").href="javascript:changetextcolor('#ff9900','swt12')"
   document.getElementById("tccml4").href="javascript:changetextcolor('#ffcc00','swt12')"
   document.getElementById("tccml5").href="javascript:changetextcolor('#99dd33','swt12')"
   document.getElementById("tccml6").href="javascript:changetextcolor('#00aaff','swt12')"
   document.getElementById("tccml7").href="javascript:changetextcolor('#888888','swt12')"
   document.getElementById("tccml8").href="javascript:changetextcolor('#cc0044','swt12')"
   document.getElementById("tccml9").href="javascript:changetextcolor('#ff5500','swt12')"
   document.getElementById("tccml10").href="javascript:changetextcolor('#99ffff','swt12')"
   document.getElementById("tccml11").href="javascript:changetextcolor('#00ee33','swt12')"
   document.getElementById("tccml12").href="javascript:changetextcolor('#3377dd','swt12')"
   document.getElementById("tccml13").href="javascript:changetextcolor('#cccccc','swt12')"
   document.getElementById("tccml14").href="javascript:changetextcolor('#992222','swt12')"
   document.getElementById("tccml15").href="javascript:changetextcolor('#996644','swt12')"
   document.getElementById("tccml16").href="javascript:changetextcolor('#ff99ff','swt12')"
   document.getElementById("tccml17").href="javascript:changetextcolor('#008833','swt12')"
   document.getElementById("tccml18").href="javascript:changetextcolor('#3344aa','swt12')"
   document.getElementById("tccml19").href="javascript:changetextcolor('#ffffff','swt12')"
   document.getElementById("tccml20").href="javascript:changetextcolor('#662200','swt12')"
   document.getElementById("tccml21").href="javascript:changetextcolor('#664400','swt12')"
   document.getElementById("tccml22").href="javascript:changetextcolor('#9922dd','swt12')"
   document.getElementById("tccml23").href="javascript:changetextcolor('#005533','swt12')"
   document.getElementById("tccml24").href="javascript:changetextcolor('#331177','swt12')"

   document.getElementById("tccml1b").href="javascript:changetextbackgroundcolor('#000000','swt12')"
   document.getElementById("tccml2b").href="javascript:changetextbackgroundcolor('#ff0033','swt12')"
   document.getElementById("tccml3b").href="javascript:changetextbackgroundcolor('#ff9900','swt12')"
   document.getElementById("tccml4b").href="javascript:changetextbackgroundcolor('#ffcc00','swt12')"
   document.getElementById("tccml5b").href="javascript:changetextbackgroundcolor('#99dd33','swt12')"
   document.getElementById("tccml6b").href="javascript:changetextbackgroundcolor('#00aaff','swt12')"
   document.getElementById("tccml7b").href="javascript:changetextbackgroundcolor('#888888','swt12')"
   document.getElementById("tccml8b").href="javascript:changetextbackgroundcolor('#cc0044','swt12')"
   document.getElementById("tccml9b").href="javascript:changetextbackgroundcolor('#ff5500','swt12')"
   document.getElementById("tccml10b").href="javascript:changetextbackgroundcolor('#99ffff','swt12')"
   document.getElementById("tccml11b").href="javascript:changetextbackgroundcolor('#00ee33','swt12')"
   document.getElementById("tccml12b").href="javascript:changetextbackgroundcolor('#3377dd','swt12')"
   document.getElementById("tccml13b").href="javascript:changetextbackgroundcolor('#cccccc','swt12')"
   document.getElementById("tccml14b").href="javascript:changetextbackgroundcolor('#992222','swt12')"
   document.getElementById("tccml15b").href="javascript:changetextbackgroundcolor('#996644','swt12')"
   document.getElementById("tccml16b").href="javascript:changetextbackgroundcolor('#ff99ff','swt12')"
   document.getElementById("tccml17b").href="javascript:changetextbackgroundcolor('#008833','swt12')"
   document.getElementById("tccml18b").href="javascript:changetextbackgroundcolor('#3344aa','swt12')"
   document.getElementById("tccml19b").href="javascript:changetextbackgroundcolor('#ffffff','swt12')"
   document.getElementById("tccml20b").href="javascript:changetextbackgroundcolor('#662200','swt12')"
   document.getElementById("tccml21b").href="javascript:changetextbackgroundcolor('#664400','swt12')"
   document.getElementById("tccml22b").href="javascript:changetextbackgroundcolor('#9922dd','swt12')"
   document.getElementById("tccml23b").href="javascript:changetextbackgroundcolor('#005533','swt12')"
   document.getElementById("tccml24b").href="javascript:changetextbackgroundcolor('#331177','swt12')"

   document.getElementById("fsml1b").href="javascript:changetextsize('8','swt12')"
   document.getElementById("fsml2b").href="javascript:changetextsize('11','swt12')"
   document.getElementById("fsml3b").href="javascript:changetextsize('14','swt12')"
   document.getElementById("fsml4b").href="javascript:changetextsize('18','swt12')"
   document.getElementById("fsml5b").href="javascript:changetextsize('22','swt12')"
   document.getElementById("fsml6b").href="javascript:changetextsize('28','swt12')"
   

  document.getElementById("cfm1b").href="javascript:changefont('verdana','swt12','verdana','cfm1b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b')"

document.getElementById("cfm2b").href="javascript:changefont('arial','swt12','arial','cfm2b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm6b','cfm1b')"

document.getElementById("cfm3b").href="javascript:changefont('ms sans serif','swt12','ms sans serif','cfm3b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm4b").href="javascript:changefont('courier','swt12','courier','cfm4b','cfm11b','cfm5b','cfm10b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm5b").href="javascript:changefont('times new roman','swt12','times roman','cfm5b','cfm11b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm6b").href="javascript:changefont('tahoma','swt12','tahoma','cfm6b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm1b')"

document.getElementById("cfm8b").href="javascript:changefont('Lucida Console','swt12','Lucida','cfm8b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm9b").href="javascript:changefont('georgia','swt12','georgia','cfm9b','cfm11b','cfm5b','cfm10b','cfm4b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm10b").href="javascript:changefont('Garamond','swt12','garamond','cfm10b','cfm11b','cfm5b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm11b").href="javascript:changefont('Bookman Old Style','swt12','bookman','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"




var c = document.getElementById("fc3").innerHTML

if (c=="verdana"){

document.getElementById("swt12").style.fontFamily="verdana";

} else if (c=="arial") {

document.getElementById("swt12").style.fontFamily="arial";

} else if (c=="ms sans serif") {

document.getElementById("swt12").style.fontFamily="ms sans serif";

} else if (c=="courier") {

document.getElementById("swt12").style.fontFamily="courier";

} else if (c=="times roman") {

document.getElementById("swt12").style.fontFamily="times new roman";

} else if (c=="tahoma") {

document.getElementById("swt12").style.fontFamily="tahoma";

} else if (c=="Lucida") {

document.getElementById("swt12").style.fontFamily="Lucida Console";

} else if (c=="georgia") {

document.getElementById("swt12").style.fontFamily="georgia";

} else if (c=="garamond") {

document.getElementById("swt12").style.fontFamily="Garamond";

} else if (c=="bookman") {

document.getElementById("swt12").style.fontFamily="Bookman Old Style";

}


document.getElementById("fsml1b").href="javascript:changetextsize('8','swt12','fsml1b','fsml2b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml2b").href="javascript:changetextsize('11','swt12','fsml2b','fsml1b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml3b").href="javascript:changetextsize('14','swt12','fsml3b','fsml2b','fsml1b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml4b").href="javascript:changetextsize('18','swt12','fsml4b','fsml2b','fsml3b','fsml1b','fsml5b','fsml6b')" 
document.getElementById("fsml5b").href="javascript:changetextsize('22','swt12','fsml5b','fsml2b','fsml3b','fsml4b','fsml1b','fsml6b')" 
document.getElementById("fsml6b").href="javascript:changetextsize('28','swt12','fsml6b','fsml2b','fsml3b','fsml4b','fsml5b','fsml1b')"

var fsdt = document.getElementById("fts").innerHTML;
document.getElementById("swt12").style.fontSize=fsdt;

document.getElementById("fc2").href="javascript:changetextstyle('swt12')";
var fsdt2 = document.getElementById("fsty").innerHTML;
if (fsdt2=="normal"){
document.getElementById("swt12").style.fontWeight="normal";
document.getElementById("swt12").style.fontStyle="normal";
document.getElementById("swt12").style.textDecoration="none";
}  else if (fsdt2=="bold") {
document.getElementById("swt12").style.fontWeight="bold";
document.getElementById("swt12").style.fontStyle="normal";
document.getElementById("swt12").style.textDecoration="none";
}  else if (fsdt2=="italic") {
document.getElementById("swt12").style.fontWeight="normal";
document.getElementById("swt12").style.fontStyle="italic";
document.getElementById("swt12").style.textDecoration="none";
} else if (fsdt2=="bolditalic") {
document.getElementById("swt12").style.fontWeight="bold";
document.getElementById("swt12").style.fontStyle="italic";
document.getElementById("swt12").style.textDecoration="none";
} else if (fsdt2=="normalunderline") {
document.getElementById("swt12").style.fontWeight="normal";
document.getElementById("swt12").style.fontStyle="normal";
document.getElementById("swt12").style.textDecoration="underline";
} else if (fsdt2=="boldunderline") {
document.getElementById("swt12").style.fontWeight="bold";
document.getElementById("swt12").style.fontStyle="normal";
document.getElementById("swt12").style.textDecoration="underline";
} else if (fsdt2=="italicunderline") {
document.getElementById("swt12").style.fontWeight="normal";
document.getElementById("swt12").style.fontStyle="italic";
document.getElementById("swt12").style.textDecoration="underline";
} else if (fsdt2=="bolditalicunderline") {
document.getElementById("swt12").style.fontWeight="bold";
document.getElementById("swt12").style.fontStyle="italic";
document.getElementById("swt12").style.textDecoration="underline";
}




}


if (x=="130"){

    var bob = document.getElementById("itip").style.display
    bob="none";
    document.getElementById("itip").style.display=bob
  
    var bob2 = document.getElementById("crp").style.display
    bob2="none";
    document.getElementById("crp").style.display=bob2
  
    var bob3 = document.getElementById("cmp").style.display
    bob3="none";
    document.getElementById("cmp").style.display=bob3

    var bob4 = document.getElementById("cup").style.display
    bob4="none";
    document.getElementById("cup").style.display=bob4

    var bob5 = document.getElementById("ccp").style.display
    bob5="none";
    document.getElementById("ccp").style.display=bob5

    var bob6 = document.getElementById("cdbp").style.display
    bob6="none";
    document.getElementById("cdbp").style.display=bob6

    var bob7 = document.getElementById("cdep").style.display
    bob7="none";
    document.getElementById("cdep").style.display=bob7

    var bob8 = document.getElementById("cdrp").style.display
    bob8="none";
    document.getElementById("cdrp").style.display=bob8

    var bob9 = document.getElementById("cstp").style.display
    bob9="none";
    document.getElementById("cstp").style.display=bob9

    var bob10 = document.getElementById("csecp").style.display
    bob10="none";
    document.getElementById("csecp").style.display=bob10

    var bob11 = document.getElementById("itsup").style.display
    bob11="none";
    document.getElementById("itsup").style.display=bob11

    var bob12 = document.getElementById("itsop").style.display
    bob12="none";
    document.getElementById("itsop").style.display=bob12

    var bob13 = document.getElementById("np").style.display
    bob13="block";
    document.getElementById("np").style.display=bob13 

    var bob14 = document.getElementById("wnp").style.display
    bob14="none";
    document.getElementById("wnp").style.display=bob14

    var bob15 = document.getElementById("p2p").style.display
    bob15="none";
    document.getElementById("p2p").style.display=bob15

    var bob16 = document.getElementById("gdp").style.display
    bob16="none";
    document.getElementById("gdp").style.display=bob16

    var bob17 = document.getElementById("wdp").style.display
    bob17="none";
    document.getElementById("wdp").style.display=bob17

    var bob18 = document.getElementById("whp").style.display
    bob18="none";
    document.getElementById("whp").style.display=bob18

    var bob19 = document.getElementById("ehp").style.display
    bob19="none";
    document.getElementById("ehp").style.display=bob19

    document.getElementById("ptitlelink").innerHTML="Wired Networking - Voice + Data Networks";
    document.getElementById("ptitlelink").href="http://www.flyingmoth.co.uk/ethernet-cat5e-computer-networking/";
    document.getElementById("ptitlelink").title="Click for Wired Computer Networking service main page";
    document.getElementById("plml").href="http://www.flyingmoth.co.uk/ethernet-cat5e-computer-networking/";
    document.getElementById("plml").title="Click for detailed information about our Wired Computer Networking services";
    document.getElementById("crlm1").style.backgroundColor="#ffffff";
    document.getElementById("crlm2").style.backgroundColor="#ffffff";
    document.getElementById("crlm3").style.backgroundColor="#ffffff";
    document.getElementById("crlm4").style.backgroundColor="#ffffff";
    document.getElementById("crlm5").style.backgroundColor="#ffffff";
    document.getElementById("crlm6").style.backgroundColor="#ffffff";
    document.getElementById("crlm7").style.backgroundColor="#ffffff";
    document.getElementById("crlm8").style.backgroundColor="#ffffff";
    document.getElementById("crlm9").style.backgroundColor="#ffffff";
    document.getElementById("crlm10").style.backgroundColor="#ffffff";
    document.getElementById("crlm11").style.backgroundColor="#ffffff";
    document.getElementById("crlm12").style.backgroundColor="#ffffff";
    document.getElementById("crlm13").style.backgroundColor="#cccccc";
    document.getElementById("crlm14").style.backgroundColor="#ffffff";
    document.getElementById("crlm15").style.backgroundColor="#ffffff";
    document.getElementById("crlm16").style.backgroundColor="#ffffff";
    document.getElementById("crlm17").style.backgroundColor="#ffffff";
    document.getElementById("crlm18").style.backgroundColor="#ffffff";
    document.getElementById("crlm19").style.backgroundColor="#ffffff";


    document.getElementById("crlm1").title="click to show";
    document.getElementById("crlm2").title="click to show";
    document.getElementById("crlm3").title="click to show";
    document.getElementById("crlm4").title="click to show";
    document.getElementById("crlm5").title="click to show";
    document.getElementById("crlm6").title="click to show";
    document.getElementById("crlm7").title="click to show";
    document.getElementById("crlm8").title="click to show";
    document.getElementById("crlm9").title="click to show";
    document.getElementById("crlm10").title="click to show";
    document.getElementById("crlm11").title="click to show";
    document.getElementById("crlm12").title="click to show";
    document.getElementById("crlm13").title="";
    document.getElementById("crlm14").title="click to show";
    document.getElementById("crlm15").title="click to show";
    document.getElementById("crlm16").title="click to show";
    document.getElementById("crlm17").title="click to show";
    document.getElementById("crlm18").title="click to show";
    document.getElementById("crlm19").title="click to show";
   
    document.getElementById("htl").href="javascript:hide_text('servicetext13')";

document.getElementById("htl2").href="javascript:hide_image('crpmr13','url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3s_07.png\")')";


    document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";
    document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";
    document.getElementById("htfbv").innerHTML="open";
    document.getElementById("hifbv").innerHTML="open";
    document.getElementById("crpmr13").style.backgroundImage="url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3s_07.png\")";
    document.getElementById("servicetext13").style.display="block";

   document.getElementById("tccml1").href="javascript:changetextcolor('#000000','swt13')"
   document.getElementById("tccml2").href="javascript:changetextcolor('#ff0033','swt13')"
   document.getElementById("tccml3").href="javascript:changetextcolor('#ff9900','swt13')"
   document.getElementById("tccml4").href="javascript:changetextcolor('#ffcc00','swt13')"
   document.getElementById("tccml5").href="javascript:changetextcolor('#99dd33','swt13')"
   document.getElementById("tccml6").href="javascript:changetextcolor('#00aaff','swt13')"
   document.getElementById("tccml7").href="javascript:changetextcolor('#888888','swt13')"
   document.getElementById("tccml8").href="javascript:changetextcolor('#cc0044','swt13')"
   document.getElementById("tccml9").href="javascript:changetextcolor('#ff5500','swt13')"
   document.getElementById("tccml10").href="javascript:changetextcolor('#99ffff','swt13')"
   document.getElementById("tccml11").href="javascript:changetextcolor('#00ee33','swt13')"
   document.getElementById("tccml12").href="javascript:changetextcolor('#3377dd','swt13')"
   document.getElementById("tccml13").href="javascript:changetextcolor('#cccccc','swt13')"
   document.getElementById("tccml14").href="javascript:changetextcolor('#992222','swt13')"
   document.getElementById("tccml15").href="javascript:changetextcolor('#996644','swt13')"
   document.getElementById("tccml16").href="javascript:changetextcolor('#ff99ff','swt13')"
   document.getElementById("tccml17").href="javascript:changetextcolor('#008833','swt13')"
   document.getElementById("tccml18").href="javascript:changetextcolor('#3344aa','swt13')"
   document.getElementById("tccml19").href="javascript:changetextcolor('#ffffff','swt13')"
   document.getElementById("tccml20").href="javascript:changetextcolor('#662200','swt13')"
   document.getElementById("tccml21").href="javascript:changetextcolor('#664400','swt13')"
   document.getElementById("tccml22").href="javascript:changetextcolor('#9922dd','swt13')"
   document.getElementById("tccml23").href="javascript:changetextcolor('#005533','swt13')"
   document.getElementById("tccml24").href="javascript:changetextcolor('#331177','swt13')"

   document.getElementById("tccml1b").href="javascript:changetextbackgroundcolor('#000000','swt13')"
   document.getElementById("tccml2b").href="javascript:changetextbackgroundcolor('#ff0033','swt13')"
   document.getElementById("tccml3b").href="javascript:changetextbackgroundcolor('#ff9900','swt13')"
   document.getElementById("tccml4b").href="javascript:changetextbackgroundcolor('#ffcc00','swt13')"
   document.getElementById("tccml5b").href="javascript:changetextbackgroundcolor('#99dd33','swt13')"
   document.getElementById("tccml6b").href="javascript:changetextbackgroundcolor('#00aaff','swt13')"
   document.getElementById("tccml7b").href="javascript:changetextbackgroundcolor('#888888','swt13')"
   document.getElementById("tccml8b").href="javascript:changetextbackgroundcolor('#cc0044','swt13')"
   document.getElementById("tccml9b").href="javascript:changetextbackgroundcolor('#ff5500','swt13')"
   document.getElementById("tccml10b").href="javascript:changetextbackgroundcolor('#99ffff','swt13')"
   document.getElementById("tccml11b").href="javascript:changetextbackgroundcolor('#00ee33','swt13')"
   document.getElementById("tccml12b").href="javascript:changetextbackgroundcolor('#3377dd','swt13')"
   document.getElementById("tccml13b").href="javascript:changetextbackgroundcolor('#cccccc','swt13')"
   document.getElementById("tccml14b").href="javascript:changetextbackgroundcolor('#992222','swt13')"
   document.getElementById("tccml15b").href="javascript:changetextbackgroundcolor('#996644','swt13')"
   document.getElementById("tccml16b").href="javascript:changetextbackgroundcolor('#ff99ff','swt13')"
   document.getElementById("tccml17b").href="javascript:changetextbackgroundcolor('#008833','swt13')"
   document.getElementById("tccml18b").href="javascript:changetextbackgroundcolor('#3344aa','swt13')"
   document.getElementById("tccml19b").href="javascript:changetextbackgroundcolor('#ffffff','swt13')"
   document.getElementById("tccml20b").href="javascript:changetextbackgroundcolor('#662200','swt13')"
   document.getElementById("tccml21b").href="javascript:changetextbackgroundcolor('#664400','swt13')"
   document.getElementById("tccml22b").href="javascript:changetextbackgroundcolor('#9922dd','swt13')"
   document.getElementById("tccml23b").href="javascript:changetextbackgroundcolor('#005533','swt13')"
   document.getElementById("tccml24b").href="javascript:changetextbackgroundcolor('#331177','swt13')"

   document.getElementById("fsml1b").href="javascript:changetextsize('8','swt13')"
   document.getElementById("fsml2b").href="javascript:changetextsize('11','swt13')"
   document.getElementById("fsml3b").href="javascript:changetextsize('14','swt13')"
   document.getElementById("fsml4b").href="javascript:changetextsize('18','swt13')"
   document.getElementById("fsml5b").href="javascript:changetextsize('22','swt13')"
   document.getElementById("fsml6b").href="javascript:changetextsize('28','swt13')"
   

 document.getElementById("cfm1b").href="javascript:changefont('verdana','swt13','verdana','cfm1b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b')"

document.getElementById("cfm2b").href="javascript:changefont('arial','swt13','arial','cfm2b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm6b','cfm1b')"

document.getElementById("cfm3b").href="javascript:changefont('ms sans serif','swt13','ms sans serif','cfm3b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm4b").href="javascript:changefont('courier','swt13','courier','cfm4b','cfm11b','cfm5b','cfm10b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm5b").href="javascript:changefont('times new roman','swt13','times roman','cfm5b','cfm11b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm6b").href="javascript:changefont('tahoma','swt13','tahoma','cfm6b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm1b')"

document.getElementById("cfm8b").href="javascript:changefont('Lucida Console','swt13','Lucida','cfm8b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm9b").href="javascript:changefont('georgia','swt13','georgia','cfm9b','cfm11b','cfm5b','cfm10b','cfm4b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm10b").href="javascript:changefont('Garamond','swt13','garamond','cfm10b','cfm11b','cfm5b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm11b").href="javascript:changefont('Bookman Old Style','swt13','bookman','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"



var c = document.getElementById("fc3").innerHTML

if (c=="verdana"){

document.getElementById("swt13").style.fontFamily="verdana";

} else if (c=="arial") {

document.getElementById("swt13").style.fontFamily="arial";

} else if (c=="ms sans serif") {

document.getElementById("swt13").style.fontFamily="ms sans serif";

} else if (c=="courier") {

document.getElementById("swt13").style.fontFamily="courier";

} else if (c=="times roman") {

document.getElementById("swt13").style.fontFamily="times new roman";

} else if (c=="tahoma") {

document.getElementById("swt13").style.fontFamily="tahoma";

} else if (c=="Lucida") {

document.getElementById("swt13").style.fontFamily="Lucida Console";

} else if (c=="georgia") {

document.getElementById("swt13").style.fontFamily="georgia";

} else if (c=="garamond") {

document.getElementById("swt13").style.fontFamily="Garamond";

} else if (c=="bookman") {

document.getElementById("swt13").style.fontFamily="Bookman Old Style";

}


document.getElementById("fsml1b").href="javascript:changetextsize('8','swt13','fsml1b','fsml2b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml2b").href="javascript:changetextsize('11','swt13','fsml2b','fsml1b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml3b").href="javascript:changetextsize('14','swt13','fsml3b','fsml2b','fsml1b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml4b").href="javascript:changetextsize('18','swt13','fsml4b','fsml2b','fsml3b','fsml1b','fsml5b','fsml6b')" 
document.getElementById("fsml5b").href="javascript:changetextsize('22','swt13','fsml5b','fsml2b','fsml3b','fsml4b','fsml1b','fsml6b')" 
document.getElementById("fsml6b").href="javascript:changetextsize('28','swt13','fsml6b','fsml2b','fsml3b','fsml4b','fsml5b','fsml1b')"


var fsdt = document.getElementById("fts").innerHTML;
document.getElementById("swt13").style.fontSize=fsdt;


document.getElementById("fc2").href="javascript:changetextstyle('swt13')";
var fsdt2 = document.getElementById("fsty").innerHTML;
if (fsdt2=="normal"){
document.getElementById("swt13").style.fontWeight="normal";
document.getElementById("swt13").style.fontStyle="normal";
document.getElementById("swt13").style.textDecoration="none";
}  else if (fsdt2=="bold") {
document.getElementById("swt13").style.fontWeight="bold";
document.getElementById("swt13").style.fontStyle="normal";
document.getElementById("swt13").style.textDecoration="none";
}  else if (fsdt2=="italic") {
document.getElementById("swt13").style.fontWeight="normal";
document.getElementById("swt13").style.fontStyle="italic";
document.getElementById("swt13").style.textDecoration="none";
} else if (fsdt2=="bolditalic") {
document.getElementById("swt13").style.fontWeight="bold";
document.getElementById("swt13").style.fontStyle="italic";
document.getElementById("swt13").style.textDecoration="none";
} else if (fsdt2=="normalunderline") {
document.getElementById("swt13").style.fontWeight="normal";
document.getElementById("swt13").style.fontStyle="normal";
document.getElementById("swt13").style.textDecoration="underline";
} else if (fsdt2=="boldunderline") {
document.getElementById("swt13").style.fontWeight="bold";
document.getElementById("swt13").style.fontStyle="normal";
document.getElementById("swt13").style.textDecoration="underline";
} else if (fsdt2=="italicunderline") {
document.getElementById("swt13").style.fontWeight="normal";
document.getElementById("swt13").style.fontStyle="italic";
document.getElementById("swt13").style.textDecoration="underline";
} else if (fsdt2=="bolditalicunderline") {
document.getElementById("swt13").style.fontWeight="bold";
document.getElementById("swt13").style.fontStyle="italic";
document.getElementById("swt13").style.textDecoration="underline";
}


}



if (x=="140"){

    var bob = document.getElementById("itip").style.display
    bob="none";
    document.getElementById("itip").style.display=bob
  
    var bob2 = document.getElementById("crp").style.display
    bob2="none";
    document.getElementById("crp").style.display=bob2
  
    var bob3 = document.getElementById("cmp").style.display
    bob3="none";
    document.getElementById("cmp").style.display=bob3

    var bob4 = document.getElementById("cup").style.display
    bob4="none";
    document.getElementById("cup").style.display=bob4

    var bob5 = document.getElementById("ccp").style.display
    bob5="none";
    document.getElementById("ccp").style.display=bob5

    var bob6 = document.getElementById("cdbp").style.display
    bob6="none";
    document.getElementById("cdbp").style.display=bob6

    var bob7 = document.getElementById("cdep").style.display
    bob7="none";
    document.getElementById("cdep").style.display=bob7

    var bob8 = document.getElementById("cdrp").style.display
    bob8="none";
    document.getElementById("cdrp").style.display=bob8

    var bob9 = document.getElementById("cstp").style.display
    bob9="none";
    document.getElementById("cstp").style.display=bob9

    var bob10 = document.getElementById("csecp").style.display
    bob10="none";
    document.getElementById("csecp").style.display=bob10

    var bob11 = document.getElementById("itsup").style.display
    bob11="none";
    document.getElementById("itsup").style.display=bob11

    var bob12 = document.getElementById("itsop").style.display
    bob12="none";
    document.getElementById("itsop").style.display=bob12

    var bob13 = document.getElementById("np").style.display
    bob13="none";
    document.getElementById("np").style.display=bob13

    var bob14 = document.getElementById("wnp").style.display
    bob14="block";
    document.getElementById("wnp").style.display=bob14

    var bob15 = document.getElementById("p2p").style.display
    bob15="none";
    document.getElementById("p2p").style.display=bob15

    var bob16 = document.getElementById("gdp").style.display
    bob16="none";
    document.getElementById("gdp").style.display=bob16

    var bob17 = document.getElementById("wdp").style.display
    bob17="none";
    document.getElementById("wdp").style.display=bob17

    var bob18 = document.getElementById("whp").style.display
    bob18="none";
    document.getElementById("whp").style.display=bob18

    var bob19 = document.getElementById("ehp").style.display
    bob19="none";
    document.getElementById("ehp").style.display=bob19

    document.getElementById("ptitlelink").innerHTML="Wireless Computer Networking";
    document.getElementById("ptitlelink").href="http://www.flyingmoth.co.uk/wireless-computer-networking/";
    document.getElementById("ptitlelink").title="Click for Wireless Computer Networking service main page";
    document.getElementById("plml").href="http://www.flyingmoth.co.uk/wireless-computer-networking/";
    document.getElementById("plml").title="Click for detailed information about our Wireless Computer Networking services";
    document.getElementById("crlm1").style.backgroundColor="#ffffff";
    document.getElementById("crlm2").style.backgroundColor="#ffffff";
    document.getElementById("crlm3").style.backgroundColor="#ffffff";
    document.getElementById("crlm4").style.backgroundColor="#ffffff";
    document.getElementById("crlm5").style.backgroundColor="#ffffff";
    document.getElementById("crlm6").style.backgroundColor="#ffffff";
    document.getElementById("crlm7").style.backgroundColor="#ffffff";
    document.getElementById("crlm8").style.backgroundColor="#ffffff";
    document.getElementById("crlm9").style.backgroundColor="#ffffff";
    document.getElementById("crlm10").style.backgroundColor="#ffffff";
    document.getElementById("crlm11").style.backgroundColor="#ffffff";
    document.getElementById("crlm12").style.backgroundColor="#ffffff";
    document.getElementById("crlm13").style.backgroundColor="#ffffff";
    document.getElementById("crlm14").style.backgroundColor="#cccccc";
    document.getElementById("crlm15").style.backgroundColor="#ffffff";
    document.getElementById("crlm16").style.backgroundColor="#ffffff";
    document.getElementById("crlm17").style.backgroundColor="#ffffff";
    document.getElementById("crlm18").style.backgroundColor="#ffffff";
    document.getElementById("crlm19").style.backgroundColor="#ffffff";

    document.getElementById("crlm1").title="click to show";
    document.getElementById("crlm2").title="click to show";
    document.getElementById("crlm3").title="click to show";
    document.getElementById("crlm4").title="click to show";
    document.getElementById("crlm5").title="click to show";
    document.getElementById("crlm6").title="click to show";
    document.getElementById("crlm7").title="click to show";
    document.getElementById("crlm8").title="click to show";
    document.getElementById("crlm9").title="click to show";
    document.getElementById("crlm10").title="click to show";
    document.getElementById("crlm11").title="click to show";
    document.getElementById("crlm12").title="click to show";
    document.getElementById("crlm13").title="click to show";
    document.getElementById("crlm14").title="";
    document.getElementById("crlm15").title="click to show";
    document.getElementById("crlm16").title="click to show";
    document.getElementById("crlm17").title="click to show";
    document.getElementById("crlm18").title="click to show";
    document.getElementById("crlm19").title="click to show";
    
    document.getElementById("htl").href="javascript:hide_text('servicetext14')";

document.getElementById("htl2").href="javascript:hide_image('crpmr14','url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3r_07.png\")')";

    document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";
    document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";
    document.getElementById("htfbv").innerHTML="open";
    document.getElementById("hifbv").innerHTML="open";
    document.getElementById("crpmr14").style.backgroundImage="url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3r_07.png\")";
    document.getElementById("servicetext14").style.display="block";

   document.getElementById("tccml1").href="javascript:changetextcolor('#000000','swt14')"
   document.getElementById("tccml2").href="javascript:changetextcolor('#ff0033','swt14')"
   document.getElementById("tccml3").href="javascript:changetextcolor('#ff9900','swt14')"
   document.getElementById("tccml4").href="javascript:changetextcolor('#ffcc00','swt14')"
   document.getElementById("tccml5").href="javascript:changetextcolor('#99dd33','swt14')"
   document.getElementById("tccml6").href="javascript:changetextcolor('#00aaff','swt14')"
   document.getElementById("tccml7").href="javascript:changetextcolor('#888888','swt14')"
   document.getElementById("tccml8").href="javascript:changetextcolor('#cc0044','swt14')"
   document.getElementById("tccml9").href="javascript:changetextcolor('#ff5500','swt14')"
   document.getElementById("tccml10").href="javascript:changetextcolor('#99ffff','swt14')"
   document.getElementById("tccml11").href="javascript:changetextcolor('#00ee33','swt14')"
   document.getElementById("tccml12").href="javascript:changetextcolor('#3377dd','swt14')"
   document.getElementById("tccml13").href="javascript:changetextcolor('#cccccc','swt14')"
   document.getElementById("tccml14").href="javascript:changetextcolor('#992222','swt14')"
   document.getElementById("tccml15").href="javascript:changetextcolor('#996644','swt14')"
   document.getElementById("tccml16").href="javascript:changetextcolor('#ff99ff','swt14')"
   document.getElementById("tccml17").href="javascript:changetextcolor('#008833','swt14')"
   document.getElementById("tccml18").href="javascript:changetextcolor('#3344aa','swt14')"
   document.getElementById("tccml19").href="javascript:changetextcolor('#ffffff','swt14')"
   document.getElementById("tccml20").href="javascript:changetextcolor('#662200','swt14')"
   document.getElementById("tccml21").href="javascript:changetextcolor('#664400','swt14')"
   document.getElementById("tccml22").href="javascript:changetextcolor('#9922dd','swt14')"
   document.getElementById("tccml23").href="javascript:changetextcolor('#005533','swt14')"
   document.getElementById("tccml24").href="javascript:changetextcolor('#331177','swt14')"
   document.getElementById("tccml1b").href="javascript:changetextbackgroundcolor('#000000','swt14')"
   document.getElementById("tccml2b").href="javascript:changetextbackgroundcolor('#ff0033','swt14')"
   document.getElementById("tccml3b").href="javascript:changetextbackgroundcolor('#ff9900','swt14')"
   document.getElementById("tccml4b").href="javascript:changetextbackgroundcolor('#ffcc00','swt14')"
   document.getElementById("tccml5b").href="javascript:changetextbackgroundcolor('#99dd33','swt14')"
   document.getElementById("tccml6b").href="javascript:changetextbackgroundcolor('#00aaff','swt14')"
   document.getElementById("tccml7b").href="javascript:changetextbackgroundcolor('#888888','swt14')"
   document.getElementById("tccml8b").href="javascript:changetextbackgroundcolor('#cc0044','swt14')"
   document.getElementById("tccml9b").href="javascript:changetextbackgroundcolor('#ff5500','swt14')"
   document.getElementById("tccml10b").href="javascript:changetextbackgroundcolor('#99ffff','swt14')"
   document.getElementById("tccml11b").href="javascript:changetextbackgroundcolor('#00ee33','swt14')"
   document.getElementById("tccml12b").href="javascript:changetextbackgroundcolor('#3377dd','swt14')"
   document.getElementById("tccml13b").href="javascript:changetextbackgroundcolor('#cccccc','swt14')"
   document.getElementById("tccml14b").href="javascript:changetextbackgroundcolor('#992222','swt14')"
   document.getElementById("tccml15b").href="javascript:changetextbackgroundcolor('#996644','swt14')"
   document.getElementById("tccml16b").href="javascript:changetextbackgroundcolor('#ff99ff','swt14')"
   document.getElementById("tccml17b").href="javascript:changetextbackgroundcolor('#008833','swt14')"
   document.getElementById("tccml18b").href="javascript:changetextbackgroundcolor('#3344aa','swt14')"
   document.getElementById("tccml19b").href="javascript:changetextbackgroundcolor('#ffffff','swt14')"
   document.getElementById("tccml20b").href="javascript:changetextbackgroundcolor('#662200','swt14')"
   document.getElementById("tccml21b").href="javascript:changetextbackgroundcolor('#664400','swt14')"
   document.getElementById("tccml22b").href="javascript:changetextbackgroundcolor('#9922dd','swt14')"
   document.getElementById("tccml23b").href="javascript:changetextbackgroundcolor('#005533','swt14')"
   document.getElementById("tccml24b").href="javascript:changetextbackgroundcolor('#331177','swt14')"
   document.getElementById("fsml1b").href="javascript:changetextsize('8','swt14')"
   document.getElementById("fsml2b").href="javascript:changetextsize('11','swt14')"
   document.getElementById("fsml3b").href="javascript:changetextsize('14','swt14')"
   document.getElementById("fsml4b").href="javascript:changetextsize('18','swt14')"
   document.getElementById("fsml5b").href="javascript:changetextsize('22','swt14')"
   document.getElementById("fsml6b").href="javascript:changetextsize('28','swt14')"
   

  document.getElementById("cfm1b").href="javascript:changefont('verdana','swt14','verdana','cfm1b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b')"

document.getElementById("cfm2b").href="javascript:changefont('arial','swt14','arial','cfm2b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm6b','cfm1b')"

document.getElementById("cfm3b").href="javascript:changefont('ms sans serif','swt14','ms sans serif','cfm3b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm4b").href="javascript:changefont('courier','swt14','courier','cfm4b','cfm11b','cfm5b','cfm10b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm5b").href="javascript:changefont('times new roman','swt14','times roman','cfm5b','cfm11b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm6b").href="javascript:changefont('tahoma','swt14','tahoma','cfm6b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm1b')"

document.getElementById("cfm8b").href="javascript:changefont('Lucida Console','swt14','Lucida','cfm8b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm9b").href="javascript:changefont('georgia','swt14','georgia','cfm9b','cfm11b','cfm5b','cfm10b','cfm4b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm10b").href="javascript:changefont('Garamond','swt14','garamond','cfm10b','cfm11b','cfm5b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm11b").href="javascript:changefont('Bookman Old Style','swt14','bookman','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"


var c = document.getElementById("fc3").innerHTML

if (c=="verdana"){

document.getElementById("swt14").style.fontFamily="verdana";

} else if (c=="arial") {

document.getElementById("swt14").style.fontFamily="arial";

} else if (c=="ms sans serif") {

document.getElementById("swt14").style.fontFamily="ms sans serif";

} else if (c=="courier") {

document.getElementById("swt14").style.fontFamily="courier";

} else if (c=="times roman") {

document.getElementById("swt14").style.fontFamily="times new roman";

} else if (c=="tahoma") {

document.getElementById("swt14").style.fontFamily="tahoma";

} else if (c=="Lucida") {

document.getElementById("swt14").style.fontFamily="Lucida Console";

} else if (c=="georgia") {

document.getElementById("swt14").style.fontFamily="georgia";

} else if (c=="garamond") {

document.getElementById("swt14").style.fontFamily="Garamond";

} else if (c=="bookman") {

document.getElementById("swt14").style.fontFamily="Bookman Old Style";

}


document.getElementById("fsml1b").href="javascript:changetextsize('8','swt14','fsml1b','fsml2b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml2b").href="javascript:changetextsize('11','swt14','fsml2b','fsml1b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml3b").href="javascript:changetextsize('14','swt14','fsml3b','fsml2b','fsml1b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml4b").href="javascript:changetextsize('18','swt14','fsml4b','fsml2b','fsml3b','fsml1b','fsml5b','fsml6b')" 
document.getElementById("fsml5b").href="javascript:changetextsize('22','swt14','fsml5b','fsml2b','fsml3b','fsml4b','fsml1b','fsml6b')" 
document.getElementById("fsml6b").href="javascript:changetextsize('28','swt14','fsml6b','fsml2b','fsml3b','fsml4b','fsml5b','fsml1b')"

var fsdt = document.getElementById("fts").innerHTML;
document.getElementById("swt14").style.fontSize=fsdt;



document.getElementById("fc2").href="javascript:changetextstyle('swt14')";
var fsdt2 = document.getElementById("fsty").innerHTML;
if (fsdt2=="normal"){
document.getElementById("swt14").style.fontWeight="normal";
document.getElementById("swt14").style.fontStyle="normal";
document.getElementById("swt14").style.textDecoration="none";
}  else if (fsdt2=="bold") {
document.getElementById("swt14").style.fontWeight="bold";
document.getElementById("swt14").style.fontStyle="normal";
document.getElementById("swt14").style.textDecoration="none";
}  else if (fsdt2=="italic") {
document.getElementById("swt14").style.fontWeight="normal";
document.getElementById("swt14").style.fontStyle="italic";
document.getElementById("swt14").style.textDecoration="none";
} else if (fsdt2=="bolditalic") {
document.getElementById("swt14").style.fontWeight="bold";
document.getElementById("swt14").style.fontStyle="italic";
document.getElementById("swt14").style.textDecoration="none";
} else if (fsdt2=="normalunderline") {
document.getElementById("swt14").style.fontWeight="normal";
document.getElementById("swt14").style.fontStyle="normal";
document.getElementById("swt14").style.textDecoration="underline";
} else if (fsdt2=="boldunderline") {
document.getElementById("swt14").style.fontWeight="bold";
document.getElementById("swt14").style.fontStyle="normal";
document.getElementById("swt14").style.textDecoration="underline";
} else if (fsdt2=="italicunderline") {
document.getElementById("swt14").style.fontWeight="normal";
document.getElementById("swt14").style.fontStyle="italic";
document.getElementById("swt14").style.textDecoration="underline";
} else if (fsdt2=="bolditalicunderline") {
document.getElementById("swt14").style.fontWeight="bold";
document.getElementById("swt14").style.fontStyle="italic";
document.getElementById("swt14").style.textDecoration="underline";
}




}


if (x=="150"){

    var bob = document.getElementById("itip").style.display
    bob="none";
    document.getElementById("itip").style.display=bob
  
    var bob2 = document.getElementById("crp").style.display
    bob2="none";
    document.getElementById("crp").style.display=bob2
  
    var bob3 = document.getElementById("cmp").style.display
    bob3="none";
    document.getElementById("cmp").style.display=bob3

    var bob4 = document.getElementById("cup").style.display
    bob4="none";
    document.getElementById("cup").style.display=bob4

    var bob5 = document.getElementById("ccp").style.display
    bob5="none";
    document.getElementById("ccp").style.display=bob5

    var bob6 = document.getElementById("cdbp").style.display
    bob6="none";
    document.getElementById("cdbp").style.display=bob6

    var bob7 = document.getElementById("cdep").style.display
    bob7="none";
    document.getElementById("cdep").style.display=bob7

    var bob8 = document.getElementById("cdrp").style.display
    bob8="none";
    document.getElementById("cdrp").style.display=bob8

    var bob9 = document.getElementById("cstp").style.display
    bob9="none";
    document.getElementById("cstp").style.display=bob9

    var bob10 = document.getElementById("csecp").style.display
    bob10="none";
    document.getElementById("csecp").style.display=bob10

    var bob11 = document.getElementById("itsup").style.display
    bob11="none";
    document.getElementById("itsup").style.display=bob11

    var bob12 = document.getElementById("itsop").style.display
    bob12="none";
    document.getElementById("itsop").style.display=bob12

    var bob13 = document.getElementById("np").style.display
    bob13="none";
    document.getElementById("np").style.display=bob13

    var bob14 = document.getElementById("wnp").style.display
    bob14="none";
    document.getElementById("wnp").style.display=bob14

    var bob15 = document.getElementById("p2p").style.display
    bob15="block";
    document.getElementById("p2p").style.display=bob15

    var bob16 = document.getElementById("gdp").style.display
    bob16="none";
    document.getElementById("gdp").style.display=bob16

    var bob17 = document.getElementById("wdp").style.display
    bob17="none";
    document.getElementById("wdp").style.display=bob17

    var bob18 = document.getElementById("whp").style.display
    bob18="none";
    document.getElementById("whp").style.display=bob18

    var bob19 = document.getElementById("ehp").style.display
    bob19="none";
    document.getElementById("ehp").style.display=bob19

    document.getElementById("ptitlelink").innerHTML="P2P Radio Networking";
    document.getElementById("ptitlelink").href="http://www.flyingmoth.co.uk/wireless-data-links/";
    document.getElementById("ptitlelink").title="Click for P2P Radio Networking service main page";
    document.getElementById("plml").href="http://www.flyingmoth.co.uk/wireless-data-links/";
    document.getElementById("plml").title="Click for detailed information about our P2P Radio Networking services";
    document.getElementById("crlm1").style.backgroundColor="#ffffff";
    document.getElementById("crlm2").style.backgroundColor="#ffffff";
    document.getElementById("crlm3").style.backgroundColor="#ffffff";
    document.getElementById("crlm4").style.backgroundColor="#ffffff";
    document.getElementById("crlm5").style.backgroundColor="#ffffff";
    document.getElementById("crlm6").style.backgroundColor="#ffffff";
    document.getElementById("crlm7").style.backgroundColor="#ffffff";
    document.getElementById("crlm8").style.backgroundColor="#ffffff";
    document.getElementById("crlm9").style.backgroundColor="#ffffff";
    document.getElementById("crlm10").style.backgroundColor="#ffffff";
    document.getElementById("crlm11").style.backgroundColor="#ffffff";
    document.getElementById("crlm12").style.backgroundColor="#ffffff";
    document.getElementById("crlm13").style.backgroundColor="#ffffff";
    document.getElementById("crlm14").style.backgroundColor="#ffffff";
    document.getElementById("crlm15").style.backgroundColor="#cccccc";
    document.getElementById("crlm16").style.backgroundColor="#ffffff";
    document.getElementById("crlm17").style.backgroundColor="#ffffff";
    document.getElementById("crlm18").style.backgroundColor="#ffffff";
    document.getElementById("crlm19").style.backgroundColor="#ffffff";

    document.getElementById("crlm1").title="click to show";
    document.getElementById("crlm2").title="click to show";
    document.getElementById("crlm3").title="click to show";
    document.getElementById("crlm4").title="click to show";
    document.getElementById("crlm5").title="click to show";
    document.getElementById("crlm6").title="click to show";
    document.getElementById("crlm7").title="click to show";
    document.getElementById("crlm8").title="click to show";
    document.getElementById("crlm9").title="click to show";
    document.getElementById("crlm10").title="click to show";
    document.getElementById("crlm11").title="click to show";
    document.getElementById("crlm12").title="click to show";
    document.getElementById("crlm13").title="click to show";
    document.getElementById("crlm14").title="click to show";
    document.getElementById("crlm15").title="";
    document.getElementById("crlm16").title="click to show";
    document.getElementById("crlm17").title="click to show";
    document.getElementById("crlm18").title="click to show";
    document.getElementById("crlm19").title="click to show";
   
    document.getElementById("htl").href="javascript:hide_text('servicetext15')";

document.getElementById("htl2").href="javascript:hide_image('crpmr15','url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3q_07.png\")')";


    document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";
    document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";
    document.getElementById("htfbv").innerHTML="open";
    document.getElementById("hifbv").innerHTML="open";
    document.getElementById("crpmr15").style.backgroundImage="url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3q_07.png\")";
    document.getElementById("servicetext15").style.display="block";

   document.getElementById("tccml1").href="javascript:changetextcolor('#000000','swt15')"
   document.getElementById("tccml2").href="javascript:changetextcolor('#ff0033','swt15')"
   document.getElementById("tccml3").href="javascript:changetextcolor('#ff9900','swt15')"
   document.getElementById("tccml4").href="javascript:changetextcolor('#ffcc00','swt15')"
   document.getElementById("tccml5").href="javascript:changetextcolor('#99dd33','swt15')"
   document.getElementById("tccml6").href="javascript:changetextcolor('#00aaff','swt15')"
   document.getElementById("tccml7").href="javascript:changetextcolor('#888888','swt15')"
   document.getElementById("tccml8").href="javascript:changetextcolor('#cc0044','swt15')"
   document.getElementById("tccml9").href="javascript:changetextcolor('#ff5500','swt15')"
   document.getElementById("tccml10").href="javascript:changetextcolor('#99ffff','swt15')"
   document.getElementById("tccml11").href="javascript:changetextcolor('#00ee33','swt15')"
   document.getElementById("tccml12").href="javascript:changetextcolor('#3377dd','swt15')"
   document.getElementById("tccml13").href="javascript:changetextcolor('#cccccc','swt15')"
   document.getElementById("tccml14").href="javascript:changetextcolor('#992222','swt15')"
   document.getElementById("tccml15").href="javascript:changetextcolor('#996644','swt15')"
   document.getElementById("tccml16").href="javascript:changetextcolor('#ff99ff','swt15')"
   document.getElementById("tccml17").href="javascript:changetextcolor('#008833','swt15')"
   document.getElementById("tccml18").href="javascript:changetextcolor('#3344aa','swt15')"
   document.getElementById("tccml19").href="javascript:changetextcolor('#ffffff','swt15')"
   document.getElementById("tccml20").href="javascript:changetextcolor('#662200','swt15')"
   document.getElementById("tccml21").href="javascript:changetextcolor('#664400','swt15')"
   document.getElementById("tccml22").href="javascript:changetextcolor('#9922dd','swt15')"
   document.getElementById("tccml23").href="javascript:changetextcolor('#005533','swt15')"
   document.getElementById("tccml24").href="javascript:changetextcolor('#331177','swt15')"
   document.getElementById("tccml1b").href="javascript:changetextbackgroundcolor('#000000','swt15')"
   document.getElementById("tccml2b").href="javascript:changetextbackgroundcolor('#ff0033','swt15')"
   document.getElementById("tccml3b").href="javascript:changetextbackgroundcolor('#ff9900','swt15')"
   document.getElementById("tccml4b").href="javascript:changetextbackgroundcolor('#ffcc00','swt15')"
   document.getElementById("tccml5b").href="javascript:changetextbackgroundcolor('#99dd33','swt15')"
   document.getElementById("tccml6b").href="javascript:changetextbackgroundcolor('#00aaff','swt15')"
   document.getElementById("tccml7b").href="javascript:changetextbackgroundcolor('#888888','swt15')"
   document.getElementById("tccml8b").href="javascript:changetextbackgroundcolor('#cc0044','swt15')"
   document.getElementById("tccml9b").href="javascript:changetextbackgroundcolor('#ff5500','swt15')"
   document.getElementById("tccml10b").href="javascript:changetextbackgroundcolor('#99ffff','swt15')"
   document.getElementById("tccml11b").href="javascript:changetextbackgroundcolor('#00ee33','swt15')"
   document.getElementById("tccml12b").href="javascript:changetextbackgroundcolor('#3377dd','swt15')"
   document.getElementById("tccml13b").href="javascript:changetextbackgroundcolor('#cccccc','swt15')"
   document.getElementById("tccml14b").href="javascript:changetextbackgroundcolor('#992222','swt15')"
   document.getElementById("tccml15b").href="javascript:changetextbackgroundcolor('#996644','swt15')"
   document.getElementById("tccml16b").href="javascript:changetextbackgroundcolor('#ff99ff','swt15')"
   document.getElementById("tccml17b").href="javascript:changetextbackgroundcolor('#008833','swt15')"
   document.getElementById("tccml18b").href="javascript:changetextbackgroundcolor('#3344aa','swt15')"
   document.getElementById("tccml19b").href="javascript:changetextbackgroundcolor('#ffffff','swt15')"
   document.getElementById("tccml20b").href="javascript:changetextbackgroundcolor('#662200','swt15')"
   document.getElementById("tccml21b").href="javascript:changetextbackgroundcolor('#664400','swt15')"
   document.getElementById("tccml22b").href="javascript:changetextbackgroundcolor('#9922dd','swt15')"
   document.getElementById("tccml23b").href="javascript:changetextbackgroundcolor('#005533','swt15')"
   document.getElementById("tccml24b").href="javascript:changetextbackgroundcolor('#331177','swt15')"

   document.getElementById("fsml1b").href="javascript:changetextsize('8','swt15')"
   document.getElementById("fsml2b").href="javascript:changetextsize('11','swt15')"
   document.getElementById("fsml3b").href="javascript:changetextsize('14','swt15')"
   document.getElementById("fsml4b").href="javascript:changetextsize('18','swt15')"
   document.getElementById("fsml5b").href="javascript:changetextsize('22','swt15')"
   document.getElementById("fsml6b").href="javascript:changetextsize('28','swt15')"
   

  document.getElementById("cfm1b").href="javascript:changefont('verdana','swt15','verdana','cfm1b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b')"

document.getElementById("cfm2b").href="javascript:changefont('arial','swt15','arial','cfm2b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm6b','cfm1b')"

document.getElementById("cfm3b").href="javascript:changefont('ms sans serif','swt15','ms sans serif','cfm3b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm4b").href="javascript:changefont('courier','swt15','courier','cfm4b','cfm11b','cfm5b','cfm10b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm5b").href="javascript:changefont('times new roman','swt15','times roman','cfm5b','cfm11b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm6b").href="javascript:changefont('tahoma','swt15','tahoma','cfm6b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm1b')"

document.getElementById("cfm8b").href="javascript:changefont('Lucida Console','swt15','Lucida','cfm8b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm9b").href="javascript:changefont('georgia','swt15','georgia','cfm9b','cfm11b','cfm5b','cfm10b','cfm4b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm10b").href="javascript:changefont('Garamond','swt15','garamond','cfm10b','cfm11b','cfm5b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm11b").href="javascript:changefont('Bookman Old Style','swt15','bookman','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"


var c = document.getElementById("fc3").innerHTML

if (c=="verdana"){

document.getElementById("swt15").style.fontFamily="verdana";

} else if (c=="arial") {

document.getElementById("swt15").style.fontFamily="arial";

} else if (c=="ms sans serif") {

document.getElementById("swt15").style.fontFamily="ms sans serif";

} else if (c=="courier") {

document.getElementById("swt15").style.fontFamily="courier";

} else if (c=="times roman") {

document.getElementById("swt15").style.fontFamily="times new roman";

} else if (c=="tahoma") {

document.getElementById("swt15").style.fontFamily="tahoma";

} else if (c=="Lucida") {

document.getElementById("swt15").style.fontFamily="Lucida Console";

} else if (c=="georgia") {

document.getElementById("swt15").style.fontFamily="georgia";

} else if (c=="garamond") {

document.getElementById("swt15").style.fontFamily="Garamond";

} else if (c=="bookman") {

document.getElementById("swt15").style.fontFamily="Bookman Old Style";

}

document.getElementById("fsml1b").href="javascript:changetextsize('8','swt15','fsml1b','fsml2b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml2b").href="javascript:changetextsize('11','swt15','fsml2b','fsml1b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml3b").href="javascript:changetextsize('14','swt15','fsml3b','fsml2b','fsml1b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml4b").href="javascript:changetextsize('18','swt15','fsml4b','fsml2b','fsml3b','fsml1b','fsml5b','fsml6b')" 
document.getElementById("fsml5b").href="javascript:changetextsize('22','swt15','fsml5b','fsml2b','fsml3b','fsml4b','fsml1b','fsml6b')" 
document.getElementById("fsml6b").href="javascript:changetextsize('28','swt15','fsml6b','fsml2b','fsml3b','fsml4b','fsml5b','fsml1b')"

var fsdt = document.getElementById("fts").innerHTML;
document.getElementById("swt15").style.fontSize=fsdt;


document.getElementById("fc2").href="javascript:changetextstyle('swt15')";
var fsdt2 = document.getElementById("fsty").innerHTML;
if (fsdt2=="normal"){
document.getElementById("swt15").style.fontWeight="normal";
document.getElementById("swt15").style.fontStyle="normal";
document.getElementById("swt15").style.textDecoration="none";
}  else if (fsdt2=="bold") {
document.getElementById("swt15").style.fontWeight="bold";
document.getElementById("swt15").style.fontStyle="normal";
document.getElementById("swt15").style.textDecoration="none";
}  else if (fsdt2=="italic") {
document.getElementById("swt15").style.fontWeight="normal";
document.getElementById("swt15").style.fontStyle="italic";
document.getElementById("swt15").style.textDecoration="none";
} else if (fsdt2=="bolditalic") {
document.getElementById("swt15").style.fontWeight="bold";
document.getElementById("swt15").style.fontStyle="italic";
document.getElementById("swt15").style.textDecoration="none";
} else if (fsdt2=="normalunderline") {
document.getElementById("swt15").style.fontWeight="normal";
document.getElementById("swt15").style.fontStyle="normal";
document.getElementById("swt15").style.textDecoration="underline";
} else if (fsdt2=="boldunderline") {
document.getElementById("swt15").style.fontWeight="bold";
document.getElementById("swt15").style.fontStyle="normal";
document.getElementById("swt15").style.textDecoration="underline";
} else if (fsdt2=="italicunderline") {
document.getElementById("swt15").style.fontWeight="normal";
document.getElementById("swt15").style.fontStyle="italic";
document.getElementById("swt15").style.textDecoration="underline";
} else if (fsdt2=="bolditalicunderline") {
document.getElementById("swt15").style.fontWeight="bold";
document.getElementById("swt15").style.fontStyle="italic";
document.getElementById("swt15").style.textDecoration="underline";
}



}

if (x=="160"){

    var bob = document.getElementById("itip").style.display
    bob="none";
    document.getElementById("itip").style.display=bob
  
    var bob2 = document.getElementById("crp").style.display
    bob2="none";
    document.getElementById("crp").style.display=bob2
  
    var bob3 = document.getElementById("cmp").style.display
    bob3="none";
    document.getElementById("cmp").style.display=bob3

    var bob4 = document.getElementById("cup").style.display
    bob4="none";
    document.getElementById("cup").style.display=bob4

    var bob5 = document.getElementById("ccp").style.display
    bob5="none";
    document.getElementById("ccp").style.display=bob5

    var bob6 = document.getElementById("cdbp").style.display
    bob6="none";
    document.getElementById("cdbp").style.display=bob6

    var bob7 = document.getElementById("cdep").style.display
    bob7="none";
    document.getElementById("cdep").style.display=bob7

    var bob8 = document.getElementById("cdrp").style.display
    bob8="none";
    document.getElementById("cdrp").style.display=bob8

    var bob9 = document.getElementById("cstp").style.display
    bob9="none";
    document.getElementById("cstp").style.display=bob9

    var bob10 = document.getElementById("csecp").style.display
    bob10="none";
    document.getElementById("csecp").style.display=bob10

    var bob11 = document.getElementById("itsup").style.display
    bob11="none";
    document.getElementById("itsup").style.display=bob11

    var bob12 = document.getElementById("itsop").style.display
    bob12="none";
    document.getElementById("itsop").style.display=bob12

    var bob13 = document.getElementById("np").style.display
    bob13="none";
    document.getElementById("np").style.display=bob13

    var bob14 = document.getElementById("wnp").style.display
    bob14="none";
    document.getElementById("wnp").style.display=bob14

    var bob15 = document.getElementById("p2p").style.display
    bob15="none";
    document.getElementById("p2p").style.display=bob15

    var bob16 = document.getElementById("gdp").style.display
    bob16="block";
    document.getElementById("gdp").style.display=bob16

    var bob17 = document.getElementById("wdp").style.display
    bob17="none";
    document.getElementById("wdp").style.display=bob17

    var bob18 = document.getElementById("whp").style.display
    bob18="none";
    document.getElementById("whp").style.display=bob18

    var bob19 = document.getElementById("ehp").style.display
    bob19="none";
    document.getElementById("ehp").style.display=bob19

    document.getElementById("ptitlelink").innerHTML="Graphic Design";
    document.getElementById("ptitlelink").href="http://www.flyingmoth.co.uk/graphic-design/";
    document.getElementById("ptitlelink").title="Click for Graphic Design service main page";
    document.getElementById("plml").href="http://www.flyingmoth.co.uk/graphic-design/";
    document.getElementById("plml").title="Click for detailed information about our Graphic Design services";
    document.getElementById("crlm1").style.backgroundColor="#ffffff";
    document.getElementById("crlm2").style.backgroundColor="#ffffff";
    document.getElementById("crlm3").style.backgroundColor="#ffffff";
    document.getElementById("crlm4").style.backgroundColor="#ffffff";
    document.getElementById("crlm5").style.backgroundColor="#ffffff";
    document.getElementById("crlm6").style.backgroundColor="#ffffff";
    document.getElementById("crlm7").style.backgroundColor="#ffffff";
    document.getElementById("crlm8").style.backgroundColor="#ffffff";
    document.getElementById("crlm9").style.backgroundColor="#ffffff";
    document.getElementById("crlm10").style.backgroundColor="#ffffff";
    document.getElementById("crlm11").style.backgroundColor="#ffffff";
    document.getElementById("crlm12").style.backgroundColor="#ffffff";
    document.getElementById("crlm13").style.backgroundColor="#ffffff";
    document.getElementById("crlm14").style.backgroundColor="#ffffff";
    document.getElementById("crlm15").style.backgroundColor="#ffffff";
    document.getElementById("crlm16").style.backgroundColor="#cccccc";
    document.getElementById("crlm17").style.backgroundColor="#ffffff";
    document.getElementById("crlm18").style.backgroundColor="#ffffff";
    document.getElementById("crlm19").style.backgroundColor="#ffffff";


    document.getElementById("crlm1").title="click to show";
    document.getElementById("crlm2").title="click to show";
    document.getElementById("crlm3").title="click to show";
    document.getElementById("crlm4").title="click to show";
    document.getElementById("crlm5").title="click to show";
    document.getElementById("crlm6").title="click to show";
    document.getElementById("crlm7").title="click to show";
    document.getElementById("crlm8").title="click to show";
    document.getElementById("crlm9").title="click to show";
    document.getElementById("crlm10").title="click to show";
    document.getElementById("crlm11").title="click to show";
    document.getElementById("crlm12").title="click to show";
    document.getElementById("crlm13").title="click to show";
    document.getElementById("crlm14").title="click to show";
    document.getElementById("crlm15").title="click to show";
    document.getElementById("crlm16").title="";
    document.getElementById("crlm17").title="click to show";
    document.getElementById("crlm18").title="click to show";
    document.getElementById("crlm19").title="click to show";
   
    
    document.getElementById("htl").href="javascript:hide_text('servicetext16')";

   document.getElementById("htl2").href="javascript:hide_image('crpmr16','url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3t_07.png\")')";


    document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";
    document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";
    document.getElementById("htfbv").innerHTML="open";
    document.getElementById("hifbv").innerHTML="open";
    document.getElementById("crpmr16").style.backgroundImage="url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3t_07.png\")";
    document.getElementById("servicetext16").style.display="block";

   document.getElementById("tccml1").href="javascript:changetextcolor('#000000','swt16')"
   document.getElementById("tccml2").href="javascript:changetextcolor('#ff0033','swt16')"
   document.getElementById("tccml3").href="javascript:changetextcolor('#ff9900','swt16')"
   document.getElementById("tccml4").href="javascript:changetextcolor('#ffcc00','swt16')"
   document.getElementById("tccml5").href="javascript:changetextcolor('#99dd33','swt16')"
   document.getElementById("tccml6").href="javascript:changetextcolor('#00aaff','swt16')"
   document.getElementById("tccml7").href="javascript:changetextcolor('#888888','swt16')"
   document.getElementById("tccml8").href="javascript:changetextcolor('#cc0044','swt16')"
   document.getElementById("tccml9").href="javascript:changetextcolor('#ff5500','swt16')"
   document.getElementById("tccml10").href="javascript:changetextcolor('#99ffff','swt16')"
   document.getElementById("tccml11").href="javascript:changetextcolor('#00ee33','swt16')"
   document.getElementById("tccml12").href="javascript:changetextcolor('#3377dd','swt16')"
   document.getElementById("tccml13").href="javascript:changetextcolor('#cccccc','swt16')"
   document.getElementById("tccml14").href="javascript:changetextcolor('#992222','swt16')"
   document.getElementById("tccml15").href="javascript:changetextcolor('#996644','swt16')"
   document.getElementById("tccml16").href="javascript:changetextcolor('#ff99ff','swt16')"
   document.getElementById("tccml17").href="javascript:changetextcolor('#008833','swt16')"
   document.getElementById("tccml18").href="javascript:changetextcolor('#3344aa','swt16')"
   document.getElementById("tccml19").href="javascript:changetextcolor('#ffffff','swt16')"
   document.getElementById("tccml20").href="javascript:changetextcolor('#662200','swt16')"
   document.getElementById("tccml21").href="javascript:changetextcolor('#664400','swt16')"
   document.getElementById("tccml22").href="javascript:changetextcolor('#9922dd','swt16')"
   document.getElementById("tccml23").href="javascript:changetextcolor('#005533','swt16')"
   document.getElementById("tccml24").href="javascript:changetextcolor('#331177','swt16')"
   document.getElementById("tccml1b").href="javascript:changetextbackgroundcolor('#000000','swt16')"
   document.getElementById("tccml2b").href="javascript:changetextbackgroundcolor('#ff0033','swt16')"
   document.getElementById("tccml3b").href="javascript:changetextbackgroundcolor('#ff9900','swt16')"
   document.getElementById("tccml4b").href="javascript:changetextbackgroundcolor('#ffcc00','swt16')"
   document.getElementById("tccml5b").href="javascript:changetextbackgroundcolor('#99dd33','swt16')"
   document.getElementById("tccml6b").href="javascript:changetextbackgroundcolor('#00aaff','swt16')"
   document.getElementById("tccml7b").href="javascript:changetextbackgroundcolor('#888888','swt16')"
   document.getElementById("tccml8b").href="javascript:changetextbackgroundcolor('#cc0044','swt16')"
   document.getElementById("tccml9b").href="javascript:changetextbackgroundcolor('#ff5500','swt16')"
   document.getElementById("tccml10b").href="javascript:changetextbackgroundcolor('#99ffff','swt16')"
   document.getElementById("tccml11b").href="javascript:changetextbackgroundcolor('#00ee33','swt16')"
   document.getElementById("tccml12b").href="javascript:changetextbackgroundcolor('#3377dd','swt16')"
   document.getElementById("tccml13b").href="javascript:changetextbackgroundcolor('#cccccc','swt16')"
   document.getElementById("tccml14b").href="javascript:changetextbackgroundcolor('#992222','swt16')"
   document.getElementById("tccml15b").href="javascript:changetextbackgroundcolor('#996644','swt16')"
   document.getElementById("tccml16b").href="javascript:changetextbackgroundcolor('#ff99ff','swt16')"
   document.getElementById("tccml17b").href="javascript:changetextbackgroundcolor('#008833','swt16')"
   document.getElementById("tccml18b").href="javascript:changetextbackgroundcolor('#3344aa','swt16')"
   document.getElementById("tccml19b").href="javascript:changetextbackgroundcolor('#ffffff','swt16')"
   document.getElementById("tccml20b").href="javascript:changetextbackgroundcolor('#662200','swt16')"
   document.getElementById("tccml21b").href="javascript:changetextbackgroundcolor('#664400','swt16')"
   document.getElementById("tccml22b").href="javascript:changetextbackgroundcolor('#9922dd','swt16')"
   document.getElementById("tccml23b").href="javascript:changetextbackgroundcolor('#005533','swt16')"
   document.getElementById("tccml24b").href="javascript:changetextbackgroundcolor('#331177','swt16')"

   document.getElementById("fsml1b").href="javascript:changetextsize('8','swt16')"
   document.getElementById("fsml2b").href="javascript:changetextsize('11','swt16')"
   document.getElementById("fsml3b").href="javascript:changetextsize('14','swt16')"
   document.getElementById("fsml4b").href="javascript:changetextsize('18','swt16')"
   document.getElementById("fsml5b").href="javascript:changetextsize('22','swt16')"
   document.getElementById("fsml6b").href="javascript:changetextsize('28','swt16')"
   

  document.getElementById("cfm1b").href="javascript:changefont('verdana','swt16','verdana','cfm1b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b')"

document.getElementById("cfm2b").href="javascript:changefont('arial','swt16','arial','cfm2b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm6b','cfm1b')"

document.getElementById("cfm3b").href="javascript:changefont('ms sans serif','swt16','ms sans serif','cfm3b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm4b").href="javascript:changefont('courier','swt16','courier','cfm4b','cfm11b','cfm5b','cfm10b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm5b").href="javascript:changefont('times new roman','swt16','times roman','cfm5b','cfm11b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm6b").href="javascript:changefont('tahoma','swt16','tahoma','cfm6b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm1b')"

document.getElementById("cfm8b").href="javascript:changefont('Lucida Console','swt16','Lucida','cfm8b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm9b").href="javascript:changefont('georgia','swt16','georgia','cfm9b','cfm11b','cfm5b','cfm10b','cfm4b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm10b").href="javascript:changefont('Garamond','swt16','garamond','cfm10b','cfm11b','cfm5b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm11b").href="javascript:changefont('Bookman Old Style','swt16','bookman','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"



var c = document.getElementById("fc3").innerHTML

if (c=="verdana"){

document.getElementById("swt16").style.fontFamily="verdana";

} else if (c=="arial") {

document.getElementById("swt16").style.fontFamily="arial";

} else if (c=="ms sans serif") {

document.getElementById("swt16").style.fontFamily="ms sans serif";

} else if (c=="courier") {

document.getElementById("swt16").style.fontFamily="courier";

} else if (c=="times roman") {

document.getElementById("swt16").style.fontFamily="times new roman";

} else if (c=="tahoma") {

document.getElementById("swt16").style.fontFamily="tahoma";

} else if (c=="Lucida") {

document.getElementById("swt16").style.fontFamily="Lucida Console";

} else if (c=="georgia") {

document.getElementById("swt16").style.fontFamily="georgia";

} else if (c=="garamond") {

document.getElementById("swt16").style.fontFamily="Garamond";

} else if (c=="bookman") {

document.getElementById("swt16").style.fontFamily="Bookman Old Style";

}
document.getElementById("fsml1b").href="javascript:changetextsize('8','swt16','fsml1b','fsml2b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml2b").href="javascript:changetextsize('11','swt16','fsml2b','fsml1b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml3b").href="javascript:changetextsize('14','swt16','fsml3b','fsml2b','fsml1b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml4b").href="javascript:changetextsize('18','swt16','fsml4b','fsml2b','fsml3b','fsml1b','fsml5b','fsml6b')" 
document.getElementById("fsml5b").href="javascript:changetextsize('22','swt16','fsml5b','fsml2b','fsml3b','fsml4b','fsml1b','fsml6b')" 
document.getElementById("fsml6b").href="javascript:changetextsize('28','swt16','fsml6b','fsml2b','fsml3b','fsml4b','fsml5b','fsml1b')"


var fsdt = document.getElementById("fts").innerHTML;
document.getElementById("swt16").style.fontSize=fsdt;

document.getElementById("fc2").href="javascript:changetextstyle('swt16')";
var fsdt2 = document.getElementById("fsty").innerHTML;
if (fsdt2=="normal"){
document.getElementById("swt16").style.fontWeight="normal";
document.getElementById("swt16").style.fontStyle="normal";
document.getElementById("swt16").style.textDecoration="none";
}  else if (fsdt2=="bold") {
document.getElementById("swt16").style.fontWeight="bold";
document.getElementById("swt16").style.fontStyle="normal";
document.getElementById("swt16").style.textDecoration="none";
}  else if (fsdt2=="italic") {
document.getElementById("swt16").style.fontWeight="normal";
document.getElementById("swt16").style.fontStyle="italic";
document.getElementById("swt16").style.textDecoration="none";
} else if (fsdt2=="bolditalic") {
document.getElementById("swt16").style.fontWeight="bold";
document.getElementById("swt16").style.fontStyle="italic";
document.getElementById("swt16").style.textDecoration="none";
} else if (fsdt2=="normalunderline") {
document.getElementById("swt16").style.fontWeight="normal";
document.getElementById("swt16").style.fontStyle="normal";
document.getElementById("swt16").style.textDecoration="underline";
} else if (fsdt2=="boldunderline") {
document.getElementById("swt16").style.fontWeight="bold";
document.getElementById("swt16").style.fontStyle="normal";
document.getElementById("swt16").style.textDecoration="underline";
} else if (fsdt2=="italicunderline") {
document.getElementById("swt16").style.fontWeight="normal";
document.getElementById("swt16").style.fontStyle="italic";
document.getElementById("swt16").style.textDecoration="underline";
} else if (fsdt2=="bolditalicunderline") {
document.getElementById("swt16").style.fontWeight="bold";
document.getElementById("swt16").style.fontStyle="italic";
document.getElementById("swt16").style.textDecoration="underline";
}

}



if (x=="170"){

    var bob = document.getElementById("itip").style.display
    bob="none";
    document.getElementById("itip").style.display=bob
  
    var bob2 = document.getElementById("crp").style.display
    bob2="none";
    document.getElementById("crp").style.display=bob2
  
    var bob3 = document.getElementById("cmp").style.display
    bob3="none";
    document.getElementById("cmp").style.display=bob3

    var bob4 = document.getElementById("cup").style.display
    bob4="none";
    document.getElementById("cup").style.display=bob4

    var bob5 = document.getElementById("ccp").style.display
    bob5="none";
    document.getElementById("ccp").style.display=bob5

    var bob6 = document.getElementById("cdbp").style.display
    bob6="none";
    document.getElementById("cdbp").style.display=bob6

    var bob7 = document.getElementById("cdep").style.display
    bob7="none";
    document.getElementById("cdep").style.display=bob7

    var bob8 = document.getElementById("cdrp").style.display
    bob8="none";
    document.getElementById("cdrp").style.display=bob8

    var bob9 = document.getElementById("cstp").style.display
    bob9="none";
    document.getElementById("cstp").style.display=bob9

    var bob10 = document.getElementById("csecp").style.display
    bob10="none";
    document.getElementById("csecp").style.display=bob10

    var bob11 = document.getElementById("itsup").style.display
    bob11="none";
    document.getElementById("itsup").style.display=bob11

    var bob12 = document.getElementById("itsop").style.display
    bob12="none";
    document.getElementById("itsop").style.display=bob12

    var bob13 = document.getElementById("np").style.display
    bob13="none";
    document.getElementById("np").style.display=bob13

    var bob14 = document.getElementById("wnp").style.display
    bob14="none";
    document.getElementById("wnp").style.display=bob14

    var bob15 = document.getElementById("p2p").style.display
    bob15="none";
    document.getElementById("p2p").style.display=bob15

    var bob16 = document.getElementById("gdp").style.display
    bob16="none";
    document.getElementById("gdp").style.display=bob16

    var bob17 = document.getElementById("wdp").style.display
    bob17="block";
    document.getElementById("wdp").style.display=bob17

    var bob18 = document.getElementById("whp").style.display
    bob18="none";
    document.getElementById("whp").style.display=bob18

    var bob19 = document.getElementById("ehp").style.display
    bob19="none";
    document.getElementById("ehp").style.display=bob19

    document.getElementById("ptitlelink").innerHTML="Web Design + Cloud Programming";
    document.getElementById("ptitlelink").href="http://www.flyingmoth.co.uk/web-design/";
    document.getElementById("ptitlelink").title="Click for Web Design + Cloud Programming service main page";
    document.getElementById("plml").href="http://www.flyingmoth.co.uk/web-design/";
    document.getElementById("plml").title="Click for detailed information about our Web Design + Cloud Programming services";
    document.getElementById("crlm1").style.backgroundColor="#ffffff";
    document.getElementById("crlm2").style.backgroundColor="#ffffff";
    document.getElementById("crlm3").style.backgroundColor="#ffffff";
    document.getElementById("crlm4").style.backgroundColor="#ffffff";
    document.getElementById("crlm5").style.backgroundColor="#ffffff";
    document.getElementById("crlm6").style.backgroundColor="#ffffff";
    document.getElementById("crlm7").style.backgroundColor="#ffffff";
    document.getElementById("crlm8").style.backgroundColor="#ffffff";
    document.getElementById("crlm9").style.backgroundColor="#ffffff";
    document.getElementById("crlm10").style.backgroundColor="#ffffff";
    document.getElementById("crlm11").style.backgroundColor="#ffffff";
    document.getElementById("crlm12").style.backgroundColor="#ffffff";
    document.getElementById("crlm13").style.backgroundColor="#ffffff";
    document.getElementById("crlm14").style.backgroundColor="#ffffff";
    document.getElementById("crlm15").style.backgroundColor="#ffffff";
    document.getElementById("crlm16").style.backgroundColor="#ffffff";
    document.getElementById("crlm17").style.backgroundColor="#cccccc";
    document.getElementById("crlm18").style.backgroundColor="#ffffff";
    document.getElementById("crlm19").style.backgroundColor="#ffffff";

  
    document.getElementById("crlm1").title="click to show";
    document.getElementById("crlm2").title="click to show";
    document.getElementById("crlm3").title="click to show";
    document.getElementById("crlm4").title="click to show";
    document.getElementById("crlm5").title="click to show";
    document.getElementById("crlm6").title="click to show";
    document.getElementById("crlm7").title="click to show";
    document.getElementById("crlm8").title="click to show";
    document.getElementById("crlm9").title="click to show";
    document.getElementById("crlm10").title="click to show";
    document.getElementById("crlm11").title="click to show";
    document.getElementById("crlm12").title="click to show";
    document.getElementById("crlm13").title="click to show";
    document.getElementById("crlm14").title="click to show";
    document.getElementById("crlm15").title="click to show";
    document.getElementById("crlm16").title="click to show";
    document.getElementById("crlm17").title="";
    document.getElementById("crlm18").title="click to show";
    document.getElementById("crlm19").title="click to show";
    
    document.getElementById("htl").href="javascript:hide_text('servicetext17')";

document.getElementById("htl2").href="javascript:hide_image('crpmr17','url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3t_07.png\")')";


    document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";
    document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";
    document.getElementById("htfbv").innerHTML="open";
    document.getElementById("hifbv").innerHTML="open";
    document.getElementById("crpmr17").style.backgroundImage="url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3t_07.png\")";
    document.getElementById("servicetext17").style.display="block";

   document.getElementById("tccml1").href="javascript:changetextcolor('#000000','swt17')"
   document.getElementById("tccml2").href="javascript:changetextcolor('#ff0033','swt17')"
   document.getElementById("tccml3").href="javascript:changetextcolor('#ff9900','swt17')"
   document.getElementById("tccml4").href="javascript:changetextcolor('#ffcc00','swt17')"
   document.getElementById("tccml5").href="javascript:changetextcolor('#99dd33','swt17')"
   document.getElementById("tccml6").href="javascript:changetextcolor('#00aaff','swt17')"
   document.getElementById("tccml7").href="javascript:changetextcolor('#888888','swt17')"
   document.getElementById("tccml8").href="javascript:changetextcolor('#cc0044','swt17')"
   document.getElementById("tccml9").href="javascript:changetextcolor('#ff5500','swt17')"
   document.getElementById("tccml10").href="javascript:changetextcolor('#99ffff','swt17')"
   document.getElementById("tccml11").href="javascript:changetextcolor('#00ee33','swt17')"
   document.getElementById("tccml12").href="javascript:changetextcolor('#3377dd','swt17')"
   document.getElementById("tccml13").href="javascript:changetextcolor('#cccccc','swt17')"
   document.getElementById("tccml14").href="javascript:changetextcolor('#992222','swt17')"
   document.getElementById("tccml15").href="javascript:changetextcolor('#996644','swt17')"
   document.getElementById("tccml16").href="javascript:changetextcolor('#ff99ff','swt17')"
   document.getElementById("tccml17").href="javascript:changetextcolor('#008833','swt17')"
   document.getElementById("tccml18").href="javascript:changetextcolor('#3344aa','swt17')"
   document.getElementById("tccml19").href="javascript:changetextcolor('#ffffff','swt17')"
   document.getElementById("tccml20").href="javascript:changetextcolor('#662200','swt17')"
   document.getElementById("tccml21").href="javascript:changetextcolor('#664400','swt17')"
   document.getElementById("tccml22").href="javascript:changetextcolor('#9922dd','swt17')"
   document.getElementById("tccml23").href="javascript:changetextcolor('#005533','swt17')"
   document.getElementById("tccml24").href="javascript:changetextcolor('#331177','swt17')"
   document.getElementById("tccml1b").href="javascript:changetextbackgroundcolor('#000000','swt17')"
   document.getElementById("tccml2b").href="javascript:changetextbackgroundcolor('#ff0033','swt17')"
   document.getElementById("tccml3b").href="javascript:changetextbackgroundcolor('#ff9900','swt17')"
   document.getElementById("tccml4b").href="javascript:changetextbackgroundcolor('#ffcc00','swt17')"
   document.getElementById("tccml5b").href="javascript:changetextbackgroundcolor('#99dd33','swt17')"
   document.getElementById("tccml6b").href="javascript:changetextbackgroundcolor('#00aaff','swt17')"
   document.getElementById("tccml7b").href="javascript:changetextbackgroundcolor('#888888','swt17')"
   document.getElementById("tccml8b").href="javascript:changetextbackgroundcolor('#cc0044','swt17')"
   document.getElementById("tccml9b").href="javascript:changetextbackgroundcolor('#ff5500','swt17')"
   document.getElementById("tccml10b").href="javascript:changetextbackgroundcolor('#99ffff','swt17')"
   document.getElementById("tccml11b").href="javascript:changetextbackgroundcolor('#00ee33','swt17')"
   document.getElementById("tccml12b").href="javascript:changetextbackgroundcolor('#3377dd','swt17')"
   document.getElementById("tccml13b").href="javascript:changetextbackgroundcolor('#cccccc','swt17')"
   document.getElementById("tccml14b").href="javascript:changetextbackgroundcolor('#992222','swt17')"
   document.getElementById("tccml15b").href="javascript:changetextbackgroundcolor('#996644','swt17')"
   document.getElementById("tccml16b").href="javascript:changetextbackgroundcolor('#ff99ff','swt17')"
   document.getElementById("tccml17b").href="javascript:changetextbackgroundcolor('#008833','swt17')"
   document.getElementById("tccml18b").href="javascript:changetextbackgroundcolor('#3344aa','swt17')"
   document.getElementById("tccml19b").href="javascript:changetextbackgroundcolor('#ffffff','swt17')"
   document.getElementById("tccml20b").href="javascript:changetextbackgroundcolor('#662200','swt17')"
   document.getElementById("tccml21b").href="javascript:changetextbackgroundcolor('#664400','swt17')"
   document.getElementById("tccml22b").href="javascript:changetextbackgroundcolor('#9922dd','swt17')"
   document.getElementById("tccml23b").href="javascript:changetextbackgroundcolor('#005533','swt17')"
   document.getElementById("tccml24b").href="javascript:changetextbackgroundcolor('#331177','swt17')"
 
   document.getElementById("fsml1b").href="javascript:changetextsize('8','swt17')"
   document.getElementById("fsml2b").href="javascript:changetextsize('11','swt17')"
   document.getElementById("fsml3b").href="javascript:changetextsize('14','swt17')"
   document.getElementById("fsml4b").href="javascript:changetextsize('18','swt17')"
   document.getElementById("fsml5b").href="javascript:changetextsize('22','swt17')"
   document.getElementById("fsml6b").href="javascript:changetextsize('28','swt17')"
   

 document.getElementById("cfm1b").href="javascript:changefont('verdana','swt17','verdana','cfm1b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b')"

document.getElementById("cfm2b").href="javascript:changefont('arial','swt17','arial','cfm2b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm6b','cfm1b')"

document.getElementById("cfm3b").href="javascript:changefont('ms sans serif','swt17','ms sans serif','cfm3b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm4b").href="javascript:changefont('courier','swt17','courier','cfm4b','cfm11b','cfm5b','cfm10b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm5b").href="javascript:changefont('times new roman','swt17','times roman','cfm5b','cfm11b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm6b").href="javascript:changefont('tahoma','swt17','tahoma','cfm6b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm1b')"

document.getElementById("cfm8b").href="javascript:changefont('Lucida Console','swt17','Lucida','cfm8b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm9b").href="javascript:changefont('georgia','swt17','georgia','cfm9b','cfm11b','cfm5b','cfm10b','cfm4b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm10b").href="javascript:changefont('Garamond','swt17','garamond','cfm10b','cfm11b','cfm5b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm11b").href="javascript:changefont('Bookman Old Style','swt17','bookman','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"



var c = document.getElementById("fc3").innerHTML

if (c=="verdana"){

document.getElementById("swt17").style.fontFamily="verdana";

} else if (c=="arial") {

document.getElementById("swt17").style.fontFamily="arial";

} else if (c=="ms sans serif") {

document.getElementById("swt17").style.fontFamily="ms sans serif";

} else if (c=="courier") {

document.getElementById("swt17").style.fontFamily="courier";

} else if (c=="times roman") {

document.getElementById("swt17").style.fontFamily="times new roman";

} else if (c=="tahoma") {

document.getElementById("swt17").style.fontFamily="tahoma";

} else if (c=="Lucida") {

document.getElementById("swt17").style.fontFamily="Lucida Console";

} else if (c=="georgia") {

document.getElementById("swt17").style.fontFamily="georgia";

} else if (c=="garamond") {

document.getElementById("swt17").style.fontFamily="Garamond";

} else if (c=="bookman") {

document.getElementById("swt17").style.fontFamily="Bookman Old Style";

}
document.getElementById("fsml1b").href="javascript:changetextsize('8','swt17','fsml1b','fsml2b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml2b").href="javascript:changetextsize('11','swt17','fsml2b','fsml1b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml3b").href="javascript:changetextsize('14','swt17','fsml3b','fsml2b','fsml1b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml4b").href="javascript:changetextsize('18','swt17','fsml4b','fsml2b','fsml3b','fsml1b','fsml5b','fsml6b')" 
document.getElementById("fsml5b").href="javascript:changetextsize('22','swt17','fsml5b','fsml2b','fsml3b','fsml4b','fsml1b','fsml6b')" 
document.getElementById("fsml6b").href="javascript:changetextsize('28','swt17','fsml6b','fsml2b','fsml3b','fsml4b','fsml5b','fsml1b')"


var fsdt = document.getElementById("fts").innerHTML;
document.getElementById("swt17").style.fontSize=fsdt;

document.getElementById("fc2").href="javascript:changetextstyle('swt17')";
var fsdt2 = document.getElementById("fsty").innerHTML;
if (fsdt2=="normal"){
document.getElementById("swt17").style.fontWeight="normal";
document.getElementById("swt17").style.fontStyle="normal";
document.getElementById("swt17").style.textDecoration="none";
}  else if (fsdt2=="bold") {
document.getElementById("swt17").style.fontWeight="bold";
document.getElementById("swt17").style.fontStyle="normal";
document.getElementById("swt17").style.textDecoration="none";
}  else if (fsdt2=="italic") {
document.getElementById("swt17").style.fontWeight="normal";
document.getElementById("swt17").style.fontStyle="italic";
document.getElementById("swt17").style.textDecoration="none";
} else if (fsdt2=="bolditalic") {
document.getElementById("swt17").style.fontWeight="bold";
document.getElementById("swt17").style.fontStyle="italic";
document.getElementById("swt17").style.textDecoration="none";
} else if (fsdt2=="normalunderline") {
document.getElementById("swt17").style.fontWeight="normal";
document.getElementById("swt17").style.fontStyle="normal";
document.getElementById("swt17").style.textDecoration="underline";
} else if (fsdt2=="boldunderline") {
document.getElementById("swt17").style.fontWeight="bold";
document.getElementById("swt17").style.fontStyle="normal";
document.getElementById("swt17").style.textDecoration="underline";
} else if (fsdt2=="italicunderline") {
document.getElementById("swt17").style.fontWeight="normal";
document.getElementById("swt17").style.fontStyle="italic";
document.getElementById("swt17").style.textDecoration="underline";
} else if (fsdt2=="bolditalicunderline") {
document.getElementById("swt17").style.fontWeight="bold";
document.getElementById("swt17").style.fontStyle="italic";
document.getElementById("swt17").style.textDecoration="underline";
}

}


if (x=="180"){

    var bob = document.getElementById("itip").style.display
    bob="none";
    document.getElementById("itip").style.display=bob
  
    var bob2 = document.getElementById("crp").style.display
    bob2="none";
    document.getElementById("crp").style.display=bob2
  
    var bob3 = document.getElementById("cmp").style.display
    bob3="none";
    document.getElementById("cmp").style.display=bob3

    var bob4 = document.getElementById("cup").style.display
    bob4="none";
    document.getElementById("cup").style.display=bob4

    var bob5 = document.getElementById("ccp").style.display
    bob5="none";
    document.getElementById("ccp").style.display=bob5

    var bob6 = document.getElementById("cdbp").style.display
    bob6="none";
    document.getElementById("cdbp").style.display=bob6

    var bob7 = document.getElementById("cdep").style.display
    bob7="none";
    document.getElementById("cdep").style.display=bob7

    var bob8 = document.getElementById("cdrp").style.display
    bob8="none";
    document.getElementById("cdrp").style.display=bob8

    var bob9 = document.getElementById("cstp").style.display
    bob9="none";
    document.getElementById("cstp").style.display=bob9

    var bob10 = document.getElementById("csecp").style.display
    bob10="none";
    document.getElementById("csecp").style.display=bob10

    var bob11 = document.getElementById("itsup").style.display
    bob11="none";
    document.getElementById("itsup").style.display=bob11

    var bob12 = document.getElementById("itsop").style.display
    bob12="none";
    document.getElementById("itsop").style.display=bob12

    var bob13 = document.getElementById("np").style.display
    bob13="none";
    document.getElementById("np").style.display=bob13

    var bob14 = document.getElementById("wnp").style.display
    bob14="none";
    document.getElementById("wnp").style.display=bob14

    var bob15 = document.getElementById("p2p").style.display
    bob15="none";
    document.getElementById("p2p").style.display=bob15

    var bob16 = document.getElementById("gdp").style.display
    bob16="none";
    document.getElementById("gdp").style.display=bob16

    var bob17 = document.getElementById("wdp").style.display
    bob17="none";
    document.getElementById("wdp").style.display=bob17

    var bob18 = document.getElementById("whp").style.display
    bob18="block";
    document.getElementById("whp").style.display=bob18

    var bob19 = document.getElementById("ehp").style.display
    bob19="none";
    document.getElementById("ehp").style.display=bob19

    document.getElementById("ptitlelink").innerHTML="Web Hosting";
    document.getElementById("ptitlelink").href="http://www.flyingmoth.co.uk/web-hosting/";
    document.getElementById("ptitlelink").title="Click for Web Hosting service main page";
    document.getElementById("plml").href="http://www.flyingmoth.co.uk/web-hosting/";
    document.getElementById("plml").title="Click for detailed information about our Web Hosting services";
    document.getElementById("crlm1").style.backgroundColor="#ffffff";
    document.getElementById("crlm2").style.backgroundColor="#ffffff";
    document.getElementById("crlm3").style.backgroundColor="#ffffff";
    document.getElementById("crlm4").style.backgroundColor="#ffffff";
    document.getElementById("crlm5").style.backgroundColor="#ffffff";
    document.getElementById("crlm6").style.backgroundColor="#ffffff";
    document.getElementById("crlm7").style.backgroundColor="#ffffff";
    document.getElementById("crlm8").style.backgroundColor="#ffffff";
    document.getElementById("crlm9").style.backgroundColor="#ffffff";
    document.getElementById("crlm10").style.backgroundColor="#ffffff";
    document.getElementById("crlm11").style.backgroundColor="#ffffff";
    document.getElementById("crlm12").style.backgroundColor="#ffffff";
    document.getElementById("crlm13").style.backgroundColor="#ffffff";
    document.getElementById("crlm14").style.backgroundColor="#ffffff";
    document.getElementById("crlm15").style.backgroundColor="#ffffff";
    document.getElementById("crlm16").style.backgroundColor="#ffffff";
    document.getElementById("crlm17").style.backgroundColor="#ffffff";
    document.getElementById("crlm18").style.backgroundColor="#cccccc";
    document.getElementById("crlm19").style.backgroundColor="#ffffff";

    document.getElementById("crlm1").title="click to show";
    document.getElementById("crlm2").title="click to show";
    document.getElementById("crlm3").title="click to show";
    document.getElementById("crlm4").title="click to show";
    document.getElementById("crlm5").title="click to show";
    document.getElementById("crlm6").title="click to show";
    document.getElementById("crlm7").title="click to show";
    document.getElementById("crlm8").title="click to show";
    document.getElementById("crlm9").title="click to show";
    document.getElementById("crlm10").title="click to show";
    document.getElementById("crlm11").title="click to show";
    document.getElementById("crlm12").title="click to show";
    document.getElementById("crlm13").title="click to show";
    document.getElementById("crlm14").title="click to show";
    document.getElementById("crlm15").title="click to show";
    document.getElementById("crlm16").title="click to show";
    document.getElementById("crlm17").title="click to show";
    document.getElementById("crlm18").title="";
    document.getElementById("crlm19").title="click to show";
   
    document.getElementById("htl").href="javascript:hide_text('servicetext18')";

document.getElementById("htl2").href="javascript:hide_image('crpmr18','url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3k_07.png\")')";


    document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";
    document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";
    document.getElementById("htfbv").innerHTML="open";
    document.getElementById("hifbv").innerHTML="open";
   document.getElementById("crpmr18").style.backgroundImage="url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3k_07.png\")";
    document.getElementById("servicetext18").style.display="block";

   document.getElementById("tccml1").href="javascript:changetextcolor('#000000','swt18')"
   document.getElementById("tccml2").href="javascript:changetextcolor('#ff0033','swt18')"
   document.getElementById("tccml3").href="javascript:changetextcolor('#ff9900','swt18')"
   document.getElementById("tccml4").href="javascript:changetextcolor('#ffcc00','swt18')"
   document.getElementById("tccml5").href="javascript:changetextcolor('#99dd33','swt18')"
   document.getElementById("tccml6").href="javascript:changetextcolor('#00aaff','swt18')"
   document.getElementById("tccml7").href="javascript:changetextcolor('#888888','swt18')"
   document.getElementById("tccml8").href="javascript:changetextcolor('#cc0044','swt18')"
   document.getElementById("tccml9").href="javascript:changetextcolor('#ff5500','swt18')"
   document.getElementById("tccml10").href="javascript:changetextcolor('#99ffff','swt18')"
   document.getElementById("tccml11").href="javascript:changetextcolor('#00ee33','swt18')"
   document.getElementById("tccml12").href="javascript:changetextcolor('#3377dd','swt18')"
   document.getElementById("tccml13").href="javascript:changetextcolor('#cccccc','swt18')"
   document.getElementById("tccml14").href="javascript:changetextcolor('#992222','swt18')"
   document.getElementById("tccml15").href="javascript:changetextcolor('#996644','swt18')"
   document.getElementById("tccml16").href="javascript:changetextcolor('#ff99ff','swt18')"
   document.getElementById("tccml17").href="javascript:changetextcolor('#008833','swt18')"
   document.getElementById("tccml18").href="javascript:changetextcolor('#3344aa','swt18')"
   document.getElementById("tccml19").href="javascript:changetextcolor('#ffffff','swt18')"
   document.getElementById("tccml20").href="javascript:changetextcolor('#662200','swt18')"
   document.getElementById("tccml21").href="javascript:changetextcolor('#664400','swt18')"
   document.getElementById("tccml22").href="javascript:changetextcolor('#9922dd','swt18')"
   document.getElementById("tccml23").href="javascript:changetextcolor('#005533','swt18')"
   document.getElementById("tccml24").href="javascript:changetextcolor('#331177','swt18')"
   document.getElementById("tccml1b").href="javascript:changetextbackgroundcolor('#000000','swt18')"
   document.getElementById("tccml2b").href="javascript:changetextbackgroundcolor('#ff0033','swt18')"
   document.getElementById("tccml3b").href="javascript:changetextbackgroundcolor('#ff9900','swt18')"
   document.getElementById("tccml4b").href="javascript:changetextbackgroundcolor('#ffcc00','swt18')"
   document.getElementById("tccml5b").href="javascript:changetextbackgroundcolor('#99dd33','swt18')"
   document.getElementById("tccml6b").href="javascript:changetextbackgroundcolor('#00aaff','swt18')"
   document.getElementById("tccml7b").href="javascript:changetextbackgroundcolor('#888888','swt18')"
   document.getElementById("tccml8b").href="javascript:changetextbackgroundcolor('#cc0044','swt18')"
   document.getElementById("tccml9b").href="javascript:changetextbackgroundcolor('#ff5500','swt18')"
   document.getElementById("tccml10b").href="javascript:changetextbackgroundcolor('#99ffff','swt18')"
   document.getElementById("tccml11b").href="javascript:changetextbackgroundcolor('#00ee33','swt18')"
   document.getElementById("tccml12b").href="javascript:changetextbackgroundcolor('#3377dd','swt18')"
   document.getElementById("tccml13b").href="javascript:changetextbackgroundcolor('#cccccc','swt18')"
   document.getElementById("tccml14b").href="javascript:changetextbackgroundcolor('#992222','swt18')"
   document.getElementById("tccml15b").href="javascript:changetextbackgroundcolor('#996644','swt18')"
   document.getElementById("tccml16b").href="javascript:changetextbackgroundcolor('#ff99ff','swt18')"
   document.getElementById("tccml17b").href="javascript:changetextbackgroundcolor('#008833','swt18')"
   document.getElementById("tccml18b").href="javascript:changetextbackgroundcolor('#3344aa','swt18')"
   document.getElementById("tccml19b").href="javascript:changetextbackgroundcolor('#ffffff','swt18')"
   document.getElementById("tccml20b").href="javascript:changetextbackgroundcolor('#662200','swt18')"
   document.getElementById("tccml21b").href="javascript:changetextbackgroundcolor('#664400','swt18')"
   document.getElementById("tccml22b").href="javascript:changetextbackgroundcolor('#9922dd','swt18')"
   document.getElementById("tccml23b").href="javascript:changetextbackgroundcolor('#005533','swt18')"
   document.getElementById("tccml24b").href="javascript:changetextbackgroundcolor('#331177','swt18')"

   document.getElementById("fsml1b").href="javascript:changetextsize('8','swt18')"
   document.getElementById("fsml2b").href="javascript:changetextsize('11','swt18')"
   document.getElementById("fsml3b").href="javascript:changetextsize('14','swt18')"
   document.getElementById("fsml4b").href="javascript:changetextsize('18','swt18')"
   document.getElementById("fsml5b").href="javascript:changetextsize('22','swt18')"
   document.getElementById("fsml6b").href="javascript:changetextsize('28','swt18')"
   

 document.getElementById("cfm1b").href="javascript:changefont('verdana','swt18','verdana','cfm1b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b')"

document.getElementById("cfm2b").href="javascript:changefont('arial','swt18','arial','cfm2b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm6b','cfm1b')"

document.getElementById("cfm3b").href="javascript:changefont('ms sans serif','swt18','ms sans serif','cfm3b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm4b").href="javascript:changefont('courier','swt18','courier','cfm4b','cfm11b','cfm5b','cfm10b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm5b").href="javascript:changefont('times new roman','swt18','times roman','cfm5b','cfm11b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm6b").href="javascript:changefont('tahoma','swt18','tahoma','cfm6b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm1b')"

document.getElementById("cfm8b").href="javascript:changefont('Lucida Console','swt18','Lucida','cfm8b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm9b").href="javascript:changefont('georgia','swt18','georgia','cfm9b','cfm11b','cfm5b','cfm10b','cfm4b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm10b").href="javascript:changefont('Garamond','swt18','garamond','cfm10b','cfm11b','cfm5b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm11b").href="javascript:changefont('Bookman Old Style','swt18','bookman','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"



var c = document.getElementById("fc3").innerHTML

if (c=="verdana"){

document.getElementById("swt18").style.fontFamily="verdana";

} else if (c=="arial") {

document.getElementById("swt18").style.fontFamily="arial";

} else if (c=="ms sans serif") {

document.getElementById("swt18").style.fontFamily="ms sans serif";

} else if (c=="courier") {

document.getElementById("swt18").style.fontFamily="courier";

} else if (c=="times roman") {

document.getElementById("swt18").style.fontFamily="times new roman";

} else if (c=="tahoma") {

document.getElementById("swt18").style.fontFamily="tahoma";

} else if (c=="Lucida") {

document.getElementById("swt18").style.fontFamily="Lucida Console";

} else if (c=="georgia") {

document.getElementById("swt18").style.fontFamily="georgia";

} else if (c=="garamond") {

document.getElementById("swt18").style.fontFamily="Garamond";

} else if (c=="bookman") {

document.getElementById("swt18").style.fontFamily="Bookman Old Style";

}

document.getElementById("fsml1b").href="javascript:changetextsize('8','swt18','fsml1b','fsml2b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml2b").href="javascript:changetextsize('11','swt18','fsml2b','fsml1b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml3b").href="javascript:changetextsize('14','swt18','fsml3b','fsml2b','fsml1b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml4b").href="javascript:changetextsize('18','swt18','fsml4b','fsml2b','fsml3b','fsml1b','fsml5b','fsml6b')" 
document.getElementById("fsml5b").href="javascript:changetextsize('22','swt18','fsml5b','fsml2b','fsml3b','fsml4b','fsml1b','fsml6b')" 
document.getElementById("fsml6b").href="javascript:changetextsize('28','swt18','fsml6b','fsml2b','fsml3b','fsml4b','fsml5b','fsml1b')"



var fsdt = document.getElementById("fts").innerHTML;
document.getElementById("swt18").style.fontSize=fsdt;

document.getElementById("fc2").href="javascript:changetextstyle('swt18')";
var fsdt2 = document.getElementById("fsty").innerHTML;
if (fsdt2=="normal"){
document.getElementById("swt18").style.fontWeight="normal";
document.getElementById("swt18").style.fontStyle="normal";
document.getElementById("swt18").style.textDecoration="none";
}  else if (fsdt2=="bold") {
document.getElementById("swt18").style.fontWeight="bold";
document.getElementById("swt18").style.fontStyle="normal";
document.getElementById("swt18").style.textDecoration="none";
}  else if (fsdt2=="italic") {
document.getElementById("swt18").style.fontWeight="normal";
document.getElementById("swt18").style.fontStyle="italic";
document.getElementById("swt18").style.textDecoration="none";
} else if (fsdt2=="bolditalic") {
document.getElementById("swt18").style.fontWeight="bold";
document.getElementById("swt18").style.fontStyle="italic";
document.getElementById("swt18").style.textDecoration="none";
} else if (fsdt2=="normalunderline") {
document.getElementById("swt18").style.fontWeight="normal";
document.getElementById("swt18").style.fontStyle="normal";
document.getElementById("swt18").style.textDecoration="underline";
} else if (fsdt2=="boldunderline") {
document.getElementById("swt18").style.fontWeight="bold";
document.getElementById("swt18").style.fontStyle="normal";
document.getElementById("swt18").style.textDecoration="underline";
} else if (fsdt2=="italicunderline") {
document.getElementById("swt18").style.fontWeight="normal";
document.getElementById("swt18").style.fontStyle="italic";
document.getElementById("swt18").style.textDecoration="underline";
} else if (fsdt2=="bolditalicunderline") {
document.getElementById("swt18").style.fontWeight="bold";
document.getElementById("swt18").style.fontStyle="italic";
document.getElementById("swt18").style.textDecoration="underline";
}

}



if (x=="190"){

    var bob = document.getElementById("itip").style.display
    bob="none";
    document.getElementById("itip").style.display=bob
  
    var bob2 = document.getElementById("crp").style.display
    bob2="none";
    document.getElementById("crp").style.display=bob2
  
    var bob3 = document.getElementById("cmp").style.display
    bob3="none";
    document.getElementById("cmp").style.display=bob3

    var bob4 = document.getElementById("cup").style.display
    bob4="none";
    document.getElementById("cup").style.display=bob4

    var bob5 = document.getElementById("ccp").style.display
    bob5="none";
    document.getElementById("ccp").style.display=bob5

    var bob6 = document.getElementById("cdbp").style.display
    bob6="none";
    document.getElementById("cdbp").style.display=bob6

    var bob7 = document.getElementById("cdep").style.display
    bob7="none";
    document.getElementById("cdep").style.display=bob7

    var bob8 = document.getElementById("cdrp").style.display
    bob8="none";
    document.getElementById("cdrp").style.display=bob8

    var bob9 = document.getElementById("cstp").style.display
    bob9="none";
    document.getElementById("cstp").style.display=bob9

    var bob10 = document.getElementById("csecp").style.display
    bob10="none";
    document.getElementById("csecp").style.display=bob10

    var bob11 = document.getElementById("itsup").style.display
    bob11="none";
    document.getElementById("itsup").style.display=bob11

    var bob12 = document.getElementById("itsop").style.display
    bob12="none";
    document.getElementById("itsop").style.display=bob12

    var bob13 = document.getElementById("np").style.display
    bob13="none";
    document.getElementById("np").style.display=bob13

    var bob14 = document.getElementById("wnp").style.display
    bob14="none";
    document.getElementById("wnp").style.display=bob14

    var bob15 = document.getElementById("p2p").style.display
    bob15="none";
    document.getElementById("p2p").style.display=bob15

    var bob16 = document.getElementById("gdp").style.display
    bob16="none";
    document.getElementById("gdp").style.display=bob16

    var bob17 = document.getElementById("wdp").style.display
    bob17="none";
    document.getElementById("wdp").style.display=bob17

    var bob18 = document.getElementById("whp").style.display
    bob18="none";
    document.getElementById("whp").style.display=bob18

    var bob19 = document.getElementById("ehp").style.display
    bob19="block";
    document.getElementById("ehp").style.display=bob19

    document.getElementById("ptitlelink").innerHTML="Email Hosting";
    document.getElementById("ptitlelink").href="http://www.flyingmoth.co.uk/email/";
    document.getElementById("ptitlelink").title="Click for Email Hosting service main page";
    document.getElementById("plml").href="http://www.flyingmoth.co.uk/email/";
    document.getElementById("plml").title="Click for detailed information about our Email Hosting services";
    document.getElementById("crlm1").style.backgroundColor="#ffffff";
    document.getElementById("crlm2").style.backgroundColor="#ffffff";
    document.getElementById("crlm3").style.backgroundColor="#ffffff";
    document.getElementById("crlm4").style.backgroundColor="#ffffff";
    document.getElementById("crlm5").style.backgroundColor="#ffffff";
    document.getElementById("crlm6").style.backgroundColor="#ffffff";
    document.getElementById("crlm7").style.backgroundColor="#ffffff";
    document.getElementById("crlm8").style.backgroundColor="#ffffff";
    document.getElementById("crlm9").style.backgroundColor="#ffffff";
    document.getElementById("crlm10").style.backgroundColor="#ffffff";
    document.getElementById("crlm11").style.backgroundColor="#ffffff";
    document.getElementById("crlm12").style.backgroundColor="#ffffff";
    document.getElementById("crlm13").style.backgroundColor="#ffffff";
    document.getElementById("crlm14").style.backgroundColor="#ffffff";
    document.getElementById("crlm15").style.backgroundColor="#ffffff";
    document.getElementById("crlm16").style.backgroundColor="#ffffff";
    document.getElementById("crlm17").style.backgroundColor="#ffffff";
    document.getElementById("crlm18").style.backgroundColor="#ffffff";
    document.getElementById("crlm19").style.backgroundColor="#cccccc";


    document.getElementById("crlm1").title="click to show";
    document.getElementById("crlm2").title="click to show";
    document.getElementById("crlm3").title="click to show";
    document.getElementById("crlm4").title="click to show";
    document.getElementById("crlm5").title="click to show";
    document.getElementById("crlm6").title="click to show";
    document.getElementById("crlm7").title="click to show";
    document.getElementById("crlm8").title="click to show";
    document.getElementById("crlm9").title="click to show";
    document.getElementById("crlm10").title="click to show";
    document.getElementById("crlm11").title="click to show";
    document.getElementById("crlm12").title="click to show";
    document.getElementById("crlm13").title="click to show";
    document.getElementById("crlm14").title="click to show";
    document.getElementById("crlm15").title="click to show";
    document.getElementById("crlm16").title="click to show";
    document.getElementById("crlm17").title="click to show";
    document.getElementById("crlm18").title="click to show";
    document.getElementById("crlm19").title="";
    
    document.getElementById("htl").href="javascript:hide_text('servicetext19')";


document.getElementById("htl2").href="javascript:hide_image('crpmr19','url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3l_07.png\")')";


    document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png";
    document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png";
    document.getElementById("htfbv").innerHTML="open";
    document.getElementById("hifbv").innerHTML="open";
    document.getElementById("crpmr19").style.backgroundImage="url(\"http://www.flyingmoth.co.uk/images/quicklinkswidget/featured3l_07.png\")";

    document.getElementById("servicetext19").style.display="block";



    document.getElementById("tccml1").href="javascript:changetextcolor('#000000','swt19')"
   document.getElementById("tccml2").href="javascript:changetextcolor('#ff0033','swt19')"
   document.getElementById("tccml3").href="javascript:changetextcolor('#ff9900','swt19')"
   document.getElementById("tccml4").href="javascript:changetextcolor('#ffcc00','swt19')"
   document.getElementById("tccml5").href="javascript:changetextcolor('#99dd33','swt19')"
   document.getElementById("tccml6").href="javascript:changetextcolor('#00aaff','swt19')"
   document.getElementById("tccml7").href="javascript:changetextcolor('#888888','swt19')"
   document.getElementById("tccml8").href="javascript:changetextcolor('#cc0044','swt19')"
   document.getElementById("tccml9").href="javascript:changetextcolor('#ff5500','swt19')"
   document.getElementById("tccml10").href="javascript:changetextcolor('#99ffff','swt19')"
   document.getElementById("tccml11").href="javascript:changetextcolor('#00ee33','swt19')"
   document.getElementById("tccml12").href="javascript:changetextcolor('#3377dd','swt19')"
   document.getElementById("tccml13").href="javascript:changetextcolor('#cccccc','swt19')"
   document.getElementById("tccml14").href="javascript:changetextcolor('#992222','swt19')"
   document.getElementById("tccml15").href="javascript:changetextcolor('#996644','swt19')"
   document.getElementById("tccml16").href="javascript:changetextcolor('#ff99ff','swt19')"
   document.getElementById("tccml17").href="javascript:changetextcolor('#008833','swt19')"
   document.getElementById("tccml18").href="javascript:changetextcolor('#3344aa','swt19')"
   document.getElementById("tccml19").href="javascript:changetextcolor('#ffffff','swt19')"
   document.getElementById("tccml20").href="javascript:changetextcolor('#662200','swt19')"
   document.getElementById("tccml21").href="javascript:changetextcolor('#664400','swt19')"
   document.getElementById("tccml22").href="javascript:changetextcolor('#9922dd','swt19')"
   document.getElementById("tccml23").href="javascript:changetextcolor('#005533','swt19')"
   document.getElementById("tccml24").href="javascript:changetextcolor('#331177','swt19')"
   document.getElementById("tccml1b").href="javascript:changetextbackgroundcolor('#000000','swt19')"
   document.getElementById("tccml2b").href="javascript:changetextbackgroundcolor('#ff0033','swt19')"
   document.getElementById("tccml3b").href="javascript:changetextbackgroundcolor('#ff9900','swt19')"
   document.getElementById("tccml4b").href="javascript:changetextbackgroundcolor('#ffcc00','swt19')"
   document.getElementById("tccml5b").href="javascript:changetextbackgroundcolor('#99dd33','swt19')"
   document.getElementById("tccml6b").href="javascript:changetextbackgroundcolor('#00aaff','swt19')"
   document.getElementById("tccml7b").href="javascript:changetextbackgroundcolor('#888888','swt19')"
   document.getElementById("tccml8b").href="javascript:changetextbackgroundcolor('#cc0044','swt19')"
   document.getElementById("tccml9b").href="javascript:changetextbackgroundcolor('#ff5500','swt19')"
   document.getElementById("tccml10b").href="javascript:changetextbackgroundcolor('#99ffff','swt19')"
   document.getElementById("tccml11b").href="javascript:changetextbackgroundcolor('#00ee33','swt19')"
   document.getElementById("tccml12b").href="javascript:changetextbackgroundcolor('#3377dd','swt19')"
   document.getElementById("tccml13b").href="javascript:changetextbackgroundcolor('#cccccc','swt19')"
   document.getElementById("tccml14b").href="javascript:changetextbackgroundcolor('#992222','swt19')"
   document.getElementById("tccml15b").href="javascript:changetextbackgroundcolor('#996644','swt19')"
   document.getElementById("tccml16b").href="javascript:changetextbackgroundcolor('#ff99ff','swt19')"
   document.getElementById("tccml17b").href="javascript:changetextbackgroundcolor('#008833','swt19')"
   document.getElementById("tccml18b").href="javascript:changetextbackgroundcolor('#3344aa','swt19')"
   document.getElementById("tccml19b").href="javascript:changetextbackgroundcolor('#ffffff','swt19')"
   document.getElementById("tccml20b").href="javascript:changetextbackgroundcolor('#662200','swt19')"
   document.getElementById("tccml21b").href="javascript:changetextbackgroundcolor('#664400','swt19')"
   document.getElementById("tccml22b").href="javascript:changetextbackgroundcolor('#9922dd','swt19')"
   document.getElementById("tccml23b").href="javascript:changetextbackgroundcolor('#005533','swt19')"
   document.getElementById("tccml24b").href="javascript:changetextbackgroundcolor('#331177','swt19')"

   document.getElementById("fsml1b").href="javascript:changetextsize('8','swt19')"
   document.getElementById("fsml2b").href="javascript:changetextsize('11','swt19')"
   document.getElementById("fsml3b").href="javascript:changetextsize('14','swt19')"
   document.getElementById("fsml4b").href="javascript:changetextsize('18','swt19')"
   document.getElementById("fsml5b").href="javascript:changetextsize('22','swt19')"
   document.getElementById("fsml6b").href="javascript:changetextsize('28','swt19')"
   

  document.getElementById("cfm1b").href="javascript:changefont('verdana','swt19','verdana','cfm1b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b')"

document.getElementById("cfm2b").href="javascript:changefont('arial','swt19','arial','cfm2b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm6b','cfm1b')"

document.getElementById("cfm3b").href="javascript:changefont('ms sans serif','swt19','ms sans serif','cfm3b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm4b").href="javascript:changefont('courier','swt19','courier','cfm4b','cfm11b','cfm5b','cfm10b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm5b").href="javascript:changefont('times new roman','swt19','times roman','cfm5b','cfm11b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm6b").href="javascript:changefont('tahoma','swt19','tahoma','cfm6b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm1b')"

document.getElementById("cfm8b").href="javascript:changefont('Lucida Console','swt19','Lucida','cfm8b','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm9b").href="javascript:changefont('georgia','swt19','georgia','cfm9b','cfm11b','cfm5b','cfm10b','cfm4b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm10b").href="javascript:changefont('Garamond','swt19','garamond','cfm10b','cfm11b','cfm5b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"

document.getElementById("cfm11b").href="javascript:changefont('Bookman Old Style','swt19','bookman','cfm11b','cfm5b','cfm10b','cfm4b','cfm9b','cfm3b','cfm8b','cfm2b','cfm6b','cfm1b')"



var c = document.getElementById("fc3").innerHTML

if (c=="verdana"){

document.getElementById("swt19").style.fontFamily="verdana";

} else if (c=="arial") {

document.getElementById("swt19").style.fontFamily="arial";

} else if (c=="ms sans serif") {

document.getElementById("swt19").style.fontFamily="ms sans serif";

} else if (c=="courier") {

document.getElementById("swt19").style.fontFamily="courier";

} else if (c=="times roman") {

document.getElementById("swt19").style.fontFamily="times new roman";

} else if (c=="tahoma") {

document.getElementById("swt19").style.fontFamily="tahoma";

} else if (c=="Lucida") {

document.getElementById("swt19").style.fontFamily="Lucida Console";

} else if (c=="georgia") {

document.getElementById("swt19").style.fontFamily="georgia";

} else if (c=="garamond") {

document.getElementById("swt19").style.fontFamily="Garamond";

} else if (c=="bookman") {

document.getElementById("swt19").style.fontFamily="Bookman Old Style";

}
document.getElementById("fsml1b").href="javascript:changetextsize('8','swt19','fsml1b','fsml2b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml2b").href="javascript:changetextsize('11','swt19','fsml2b','fsml1b','fsml3b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml3b").href="javascript:changetextsize('14','swt19','fsml3b','fsml2b','fsml1b','fsml4b','fsml5b','fsml6b')" 
document.getElementById("fsml4b").href="javascript:changetextsize('18','swt19','fsml4b','fsml2b','fsml3b','fsml1b','fsml5b','fsml6b')" 
document.getElementById("fsml5b").href="javascript:changetextsize('22','swt19','fsml5b','fsml2b','fsml3b','fsml4b','fsml1b','fsml6b')" 
document.getElementById("fsml6b").href="javascript:changetextsize('28','swt19','fsml6b','fsml2b','fsml3b','fsml4b','fsml5b','fsml1b')"


var fsdt = document.getElementById("fts").innerHTML;
document.getElementById("swt19").style.fontSize=fsdt;



document.getElementById("fc2").href="javascript:changetextstyle('swt19')";
var fsdt2 = document.getElementById("fsty").innerHTML;
if (fsdt2=="normal"){
document.getElementById("swt19").style.fontWeight="normal";
document.getElementById("swt19").style.fontStyle="normal";
document.getElementById("swt19").style.textDecoration="none";
}  else if (fsdt2=="bold") {
document.getElementById("swt19").style.fontWeight="bold";
document.getElementById("swt19").style.fontStyle="normal";
document.getElementById("swt19").style.textDecoration="none";
}  else if (fsdt2=="italic") {
document.getElementById("swt19").style.fontWeight="normal";
document.getElementById("swt19").style.fontStyle="italic";
document.getElementById("swt19").style.textDecoration="none";
} else if (fsdt2=="bolditalic") {
document.getElementById("swt19").style.fontWeight="bold";
document.getElementById("swt19").style.fontStyle="italic";
document.getElementById("swt19").style.textDecoration="none";
} else if (fsdt2=="normalunderline") {
document.getElementById("swt19").style.fontWeight="normal";
document.getElementById("swt19").style.fontStyle="normal";
document.getElementById("swt19").style.textDecoration="underline";
} else if (fsdt2=="boldunderline") {
document.getElementById("swt19").style.fontWeight="bold";
document.getElementById("swt19").style.fontStyle="normal";
document.getElementById("swt19").style.textDecoration="underline";
} else if (fsdt2=="italicunderline") {
document.getElementById("swt19").style.fontWeight="normal";
document.getElementById("swt19").style.fontStyle="italic";
document.getElementById("swt19").style.textDecoration="underline";
} else if (fsdt2=="bolditalicunderline") {
document.getElementById("swt19").style.fontWeight="bold";
document.getElementById("swt19").style.fontStyle="italic";
document.getElementById("swt19").style.textDecoration="underline";
}

}




}




function hide_text(x) {

        var tth = document.getElementById(""+x).style.display
    
        if (tth=="block"){

        tth="none";
        document.getElementById(""+x).style.display=tth
        document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredhb_06.png"       
        document.getElementById("htfb").title="click to show the text in this widget";
        document.getElementById("htfbv").innerHTML="shut"; 
        } else if (tth=="none") {

        tth="block";
        document.getElementById(""+x).style.display=tth  
        document.getElementById("htfb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_06.png"
        document.getElementById("htfb").title="click to hide the text in this widget";
        document.getElementById("htfbv").innerHTML="open"; 
        }

}


function hide_image(x,g) {

            var tth = document.getElementById(""+x).style.backgroundImage
    
            var t = tth;

            if (t!=""){

            document.getElementById(""+x).style.backgroundImage=""
            document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredhb_07.png"
            document.getElementById("hifb").title="click to show the background image in this widget";
            document.getElementById("hifbv").innerHTML="shut"; 

            }else {

            var tth = g

            document.getElementById(""+x).style.backgroundImage=tth
            document.getElementById("hifb").src="http://www.flyingmoth.co.uk/images/quicklinkswidget/featuredh_07.png"
            document.getElementById("hifb").title="click to hide the background image in this widget";
            document.getElementById("hifbv").innerHTML="open";
       }

}







