function disclaimer() { //alert("you \n smell") alert("There is NO WARRANTY on liquid damage repairs due to the nature of the repair.\n\nThe price quoted will depend on whether there is physical damage to the phone, as with some cases of liquid damage, parts need to be replaced like LCD, Speaker, and Mic.\n\nThere is a minimum cost of £10 if we cannot repair a liquid damaged phone due to the fact that our engineers spend a fair bit of time trying to repair each liquid damaged phone that comes into our service centre. We will only charge you the initial quote price if the phone is fully working when it leaves the service centre but there is no warranty on liquid damaged phones.\n\nSome liquid damaged phones appear to be working, this is due to corrosion within the Micro Chips (ICs) shorting together allowing an electrical current to run. This allows the phone to switch on, however it can sometimes be a short circuit, and when the engineer clean and flushes the phone it removes the short circuit, and may result in the phone no longer powering up.\n\nIt is one of the most common problems that can occur when repairing water damaged phones. Sometimes just attempting to repair the phone CAN TERMINATE IT, which is due to internal corrosion and not a procedural fault. Mobile Phone manufacturers WILL NOT touch a liquid damaged phone because of the failure rates in repair.\n\nPlease do not blame Turn On Your Mobile if your water damage phone fails during repair. We cannot be held responsibile for what happens when we take apart a water damaged phone.\n\nTurn On Your Mobile cannot be held responsible for any hardware or software failures undertaken on any mobile during a non warranty repair, as we cannot know what has happened to a phone before it comes into our service centre. For example physical damage, unknown liquid damage, or unknown software isues, etc...\n") //alert(""); } function softdisclaimer() { //alert("you \n smell") alert("") //alert(""); } function unlockinfo() { //alert("you \n smell") alert("PLEASE REFER TO THE FOLLOWING MODELS THAT WE CAN NOW UNLOCK.\n\nPRICES ARE £19.99 BUT WE OFFER A WHOLESALE UNLOCKING REQUEST ON 3 OR MORE UNITS UPON REQUEST:\n\nAlpine (O2 XDA IIi/Dopod 699/i-Mate PDA2/Qtek 2020i) \nBlueAngel (O2 XDA IIs/O2 XDA III/Dopod 700/i-Mate PDA2k/MDA III/SPV M2000/Qtek 9090) \nMagician (MDA-compact/Dopod 818/i-Mate JAM/QTEK S100/O2 XDA Mini) \nCharmer (MDA-compact 2/i-Mate JAM New) \nWizard (Qtek 9100/i-Mate K-JAM/MDA Vario/O2 XDA Mini S/SPV M3000) \nUniversal (Dopod 900/Qtek 9000/MDA Pro/I-Mate JASJAR/O2 XDA Exec/SPV M5000/Qtek v1640) \nProphet (Qtek S200/Dopod 818 Pro/O2 Germany XDA Neo/i-Mate JAMin) \n\nSMART PHONES\nTyphoon (i-Mate SP3/i-Mate SP3i/SPV C500/Qtek 8010/SDA/Audiovox SMT 5600) \nHurricane (C550/SDA2/Qtek 8200/i-Mate SP4) \nTornado (i-Mate SP5/SPV C600/Qtek 8300) \n\n") //alert(""); } function hide() { document.getElementById("mobileNetwork").style.display="none"; } //hide show descriptions on mouse over icon function showDescription(divObjId) { //alert("Show Description: "+divObjId); //should hide ALL first //parent div object: var repairDescriptionObj=document.getElementById("repairDescription"); //get child div objects var cDivs=repairDescriptionObj.getElementsByTagName("div"); for(arrRef in cDivs) { //alert("ID: "+cDivs[arrRef].id); if(cDivs[arrRef].id) { cDivs[arrRef].style.display="none"; } } document.getElementById(divObjId).style.display="block"; } function xshowDescription(testVar) { alert("testVar="+testVar); }