var flag=0;

function mouseover(button){document.getElementById('b'+button).className ='ybuttonbackground';}
function mouseout(button){if (flag!=button)	document.getElementById('b'+button).className ='buttonbackground';}
function clearbutton(){	if (flag!=0) document.getElementById('b'+flag).className ='buttonbackground';
var aux="&nbsp;";
    document.getElementById("des").innerHTML=aux;
}

function changetext(button){if (button==flag){
flag=0;clrscr();}
else {
	switch (button)
	{
	 case 1:
	 clearbutton();
	 flag=1;
	 document.getElementById("refine").innerHTML="Hardware services";								  
	 var aux="Our Hardware services include<br><br>";
	 aux=aux+"&#0149;&nbsp;Broken power connectors<br>";
	 aux=aux+"&#0149;&nbsp;Lcd replacement.<br>";
	 aux=aux+"&#0149;&nbsp;Mother board replacement.<br>";
	 aux=aux+"&#0149;&nbsp;Hard disk, DVD/CD-ROM and other drives replacement.<br>";
	 aux=aux+"&#0149;&nbsp;Keyboard and touchpad replacement.<br>";
	
												
	 var prices="Our Prices:<br>";
	 prices=prices+"&#0149;&nbsp;Hardware Installations: &#128;34.99<br>";
	 prices=prices+"&#0149;&nbsp;Hardware diagnose and replacement &#128;79.99<br><br>";
	 prices=prices+"<font class='font12grey'>prices include vat @ 13.5%<br>";
	 prices=prices+"prices exclude cost of any parts supplied by Clone IRL<br></font>";
	 document.getElementById("prices").innerHTML=prices;
	 document.getElementById("des").innerHTML=aux;
	 document.getElementById("logo").className ='hardwarelogo';
	 break;
	 
	 case 2:
	 clearbutton();
	 flag=2;
	 document.getElementById("refine").innerHTML="Software";	
	 var aux="Our software services include<br><br>";

	 aux=aux+"&#0149;&nbsp;System software installations, Upgrades & recoveries.<br>&nbsp;&nbsp;&nbsp;&nbsp;(Windows, Linux, Mac OS...)<br>";
	 aux=aux+"&#0149;&nbsp;Application installation.<br>";
	 aux=aux+"&#0149;&nbsp;Driver installation.<br>";
	 aux=aux+"&#0149;&nbsp;Pc health.";
	 var prices="Our Prices: <br>&#0149;&nbsp;Application or Driver Installation: 	&#128;24.99<br>";
	 prices=prices+"&#0149;&nbsp;System software Installations, Upgrades & Recoveries: 	&#128;79.99<br><br>";
												 												  
	 prices=prices+"<font class='font12grey'>prices include vat @ 13.5%<br>";
	 prices=prices+"prices exclude cost of any software supplied by Clone IRL<br></font>";
	document.getElementById("prices").innerHTML=prices;
	 document.getElementById("des").innerHTML=aux;
	 document.getElementById("logo").className ='softwarelogo';
	 break;
												  
	 case 3:
	 clearbutton();
	 flag=3;
	 document.getElementById("refine").innerHTML="Data services";	
	 var aux="We help you to backup, transfer, recover or properly delete data from your computer.<br><br>"
	 aux=aux+"&#0149;&nbsp;Free Diagnostic Evaluation.<br>";
	 aux=aux+"&#0149;&nbsp;Your Recovered Data is Guaranteed.<br>";
	 aux=aux+"&#0149;&nbsp;100% Confidential.<br>";
	 aux=aux+"&#0149;&nbsp;Recovery from all media, file systems and OS.";
											  
	 var prices="&#0149;&nbsp;Data Backup to DVD (up to 5GB): &#128;24.99<br>";
	 prices=prices+"&#0149;&nbsp;Data Backup to DVD (up to 20GB): &#128;74.99<br>";
	 prices=prices+"&#0149;&nbsp;Data Transfer per HDD: &#128;49.99<br>";
	 prices=prices+"&#0149;&nbsp;Data Recovery per HDD: &#128;79.99<br>";
	 prices=prices+"&#0149;&nbsp;Data Cleanse per HDD: &#128;49.99<br><br>";
	 prices=prices+"<font class='font12grey'>Prices include vat @ 13.5%</font><br>";
	 document.getElementById("prices").innerHTML=prices;
	 document.getElementById("des").innerHTML=aux;
	 document.getElementById("logo").className ='datalogo';
	 break;
												  
	 case 4:
	 clearbutton();
	 flag=4;	
	 document.getElementById("refine").innerHTML="Virus removal";
	 aux="Windows + Internet = VIRUS<br>";
	 aux=aux+"If you suspect that your computer have a virus, you are right!.<br>";
	 aux=aux+"Viruses, spyware, popup ads, and adware affect almost every computer user.<br>";
	 aux=aux+"Issues like identity theft, system hijack and data wipe, are common activities for some people this days.<br><br>";
	 aux=aux+"Typical problems from viruses are:<br>";
	 aux=aux+"&#0149;&nbsp;Slow computers.<br>";
	 aux=aux+"&#0149;&nbsp;Popup ads.<br>";
	 aux=aux+"&#0149;&nbsp;Missing applications/data.";
					
	 var prices="Our Prices: <br>&#0149;&nbsp;PC Health Check: &#128;45.00<br>";
	 prices=prices+"&#0149;&nbsp;Virus Removal:&#128;79.99<br><br>";
	 prices=prices+"<font class='font12grey'>Prices include vat @ 13.5%</font>";
							  
	 document.getElementById("prices").innerHTML=prices;
	 document.getElementById("des").innerHTML=aux;
	 document.getElementById("logo").className ='viruslogo';
	 break;
												  
	 case 5:
	 clearbutton();
	 flag=5;
	 document.getElementById("refine").innerHTML="Networks";
	 	
	 aux="Our network services include:<br><br>";
	 aux=aux+"&#0149;&nbsp;Onsite Wireless Network installation.<br>&#0149;&nbsp;Broadband Installation.<br>";
	 aux=aux+"&#0149;&nbsp;Network Design.<br>";
	 aux=aux+"&#0149;&nbsp;Firewall and router configuration.";
	 var prices="&#0149;&nbsp;No Callout charges.<br>&#0149;&nbsp;All work carried out is charged at &#128;70.00 per hour (exc. VAT).<br><br>"
	 prices=prices+"Feel free to contact us now to arrange a sit-down and a no obligation quote."
	 document.getElementById("prices").innerHTML=prices;
	 document.getElementById("des").innerHTML=aux;
	 document.getElementById("logo").className ='networklogo';
	 break;
	
	 case 6:
	 clearbutton();
	 flag=6;
	 document.getElementById("refine").innerHTML="Console services";
	 
	 aux="Is your favorite toy not working?<br>";
	 aux=aux+"We will fix your PSP, PS2, PS3, Xbox, Nintendo Wii, Nintendo DS.<br><br>"; 
	 aux=aux+"Common problems on consoles are:<br>";
	 aux=aux+"&#0149;&nbsp;Blue Ray/DVD/CD units don't read the disks.<br>&#0149;&nbsp;Malfunction Joypads.<br>";
	 aux=aux+"&#0149;&nbsp;Broken Hard disk.<br>&#0149;&nbsp;Malfunction Tactil screens.<br>";
	 aux=aux+"&#0149;&nbsp;Faulty Power supplies.<br>";

	 var prices="Our Prices: <br>&#0149;&nbsp;Hardware replacement: &#128;45.00<br><br>";
	 prices=prices+"<font class='font12grey'>Prices include vat @ 13.5%<br>";
	 prices=prices+"prices exclude cost of any hardware supplied by Clone IRL<br></font>";
	 document.getElementById("prices").innerHTML=prices;
	 document.getElementById("des").innerHTML=aux;
	 document.getElementById("logo").className ='consolelogo';
	 break;
	 
	 case 7:
	 clearbutton();
	 flag=7;
	 document.getElementById("refine").innerHTML="Ipod services";
	 
	 aux="Is your music/video player not working propertly?<br>";
	 aux=aux+"We fix Ipods (all generations), Creatives, Microsoft Zune,...<br><br>"; 
	 aux=aux+"Common problems on Ipod and other players are:<br>";
	 aux=aux+"&#0149;&nbsp;Broken screens.<br>";
	 aux=aux+"&#0149;&nbsp;Broken Hard disk.<br>&#0149;&nbsp;Malfunction Tactil screens.<br>";
	 aux=aux+"&#0149;&nbsp;Faulty Audio Jacks.<br>";
	 aux=aux+"&#0149;&nbsp;Battery problems.<br>";
	 aux=aux+"&#0149;&nbsp;Logic board faults.";
	 var prices="Our Prices: <br>&#0149;&nbsp;Hardware replacement: &#128;45.00<br><br>";
	 prices=prices+"<font class='font12grey'>Prices include vat @ 13.5%<br>";
	 prices=prices+"prices exclude cost of any hardware supplied by Clone IRL</font>";
	 document.getElementById("prices").innerHTML=prices;
	 document.getElementById("des").innerHTML=aux;
	 document.getElementById("logo").className ='ipodlogo';
	 break;
	}
	}
}

function clrscr()
    {
    var aux=" ";
    document.getElementById("refine").innerHTML="Repairs";
    document.getElementById("des").innerHTML=aux;
    aux="Clone Ireland is the solution to all your computer needs in a fast, efficient and reasonably priced way.<br>";
    aux=aux+"Whatever your computer problem is, we will fix it!<br><br>";
    aux=aux+"&#0149;&nbsp;Operating System problems.<br>";
    aux=aux+"&#0149;&nbsp;Hardware failure.<br>";
    aux=aux+"&#0149;&nbsp;Lcd replacements.<br>";
    aux=aux+"&#0149;&nbsp;Virus Problems.<br>";
   	aux=aux+"&#0149;&nbsp;Data backup, transfer, recovery.<br>";
	aux=aux+"&#0149;&nbsp;Network Problems/Installations.<br>";
	aux=aux+"We are experienced at fix all makes and models of computers, <br>";
	aux=aux+"laptops and printers.<br>";
	document.getElementById("des").innerHTML=aux;
	aux="<br>&#0149;&nbsp;No Callout charges.<br><br>&#0149;&nbsp;All work carried out is charged at &#128;80.00 per hour inc. VAT.<br>";
	document.getElementById("prices").innerHTML=aux;
	document.getElementById("logo").className ='overnightlogo';
	}
										
										
function divprices(price)
	{
	document.getElementById("prices").innerHTML=price;
	}
