function Nwwnd(url){
   newwin = open(url);
}
function writ(txt){
   document.write(txt);
}
function link(lnk,txt,nav){
   document.write('<INPUT TYPE="button" CLASS="button" ONMOUSEOVER="this.style.borderColor=\'rgb(0,0,0)\';navihelp(\''+nav+'\')" ONMOUSEOUT="this.style.borderColor=\'rgb(255,255,255)\';navihelp(\'\')" ONCLICK="Nwwnd(\''+lnk+'\')" VALUE="'+txt+'"><BR>');
}
function lnk2(lnk,txt,nav){
   document.write('<INPUT TYPE="button" CLASS="button" ONMOUSEOVER="this.style.borderColor=\'rgb(0,0,0)\';navihelp(\''+nav+'\')" ONMOUSEOUT="this.style.borderColor=\'rgb(255,255,255)\';navihelp(\'\')" ONCLICK="location.href=\''+lnk+'\'" VALUE="'+txt+'"><BR>');
}

writ('<DIV CLASS="space"></DIV>');
lnk2('../index.htm','Home','Return to the home page');
writ('<HR>');
lnk2('../repairs/index.htm','Repairs','Visit the NokiaFix Repairs centre');
lnk2('../repairs/guide.htm','- Guide','View the NokiaFix Repairs guide');
lnk2('../repairs/recycle.htm','- Recycling','Find out about NokiaFix Recycling');
lnk2('../repairs/breaking.htm','- Breaking','Need a part for your mobile?');
writ('<HR>');
lnk2('../unlocking/index.htm','Unlocking','Visit the NokiFix Unlocking centre');
lnk2('../unlocking/guide.htm','- Guide','View the NokiaFix Unlocking guide');
lnk2('../unlocking/online.htm','- Online','Find out about online unlocking');
lnk2('../unlocking/offline.htm','- Offline','Find out about offline unlocking');
writ('<HR>');
lnk2('../contact.htm','Contact Us','Need an adress, phone number or e-mail address?');
writ('<HR><STRONG><CENTER>External Links:</CENTER></STRONG>');
link('http://www.zedge.net','Zedge','Free mobile content');




writ('<p>');
writ('<CENTER><a href="http://jigsaw.w3.org/css-validator/">');
writ('<img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!">');
writ('</a></CENTER>');
writ('</p>');

writ('<p>');
writ('<CENTER><a href="http://validator.w3.org/check?uri=referer">');
writ('<img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional" style="border:0;width:88px;height:31px">');
writ('</a></CENTER>');
writ('</p>');
