//var root = "http://localhost/pe/";
var root = "http://www.plainenglishdesign.co.uk/";


if (document.images)
{

  c_nav_call_on= new Image(); 
  c_nav_call_on.src=root+"images/contact/nav_01_on.gif"; 
  c_nav_call_off= new Image(); 
  c_nav_call_off.src=root+"images/contact/nav_01_off.gif"; 


  c_nav_visit_on= new Image(); 
  c_nav_visit_on.src=root+"images/contact/nav_02_on.gif"; 
  c_nav_visit_off= new Image(); 
  c_nav_visit_off.src=root+"images/contact/nav_02_off.gif"; 


  c_nav_about_on= new Image(); 
  c_nav_about_on.src=root+"images/contact/nav_03_on.gif"; 
  c_nav_about_off= new Image(); 
  c_nav_about_off.src=root+"images/contact/nav_03_off.gif"; 


  c_nav_work_on= new Image(); 
  c_nav_work_on.src=root+"images/contact/nav_04_on.gif";  
  c_nav_work_off= new Image(); 
  c_nav_work_off.src=root+"images/contact/nav_04_off.gif";  


 con1= new Image(365,508); 
  con1.src=root+"images/contact/call_us.jpg"; 

  con2= new Image(365,508); 
  con2.src=root+"images/contact/nav_call_us.jpg"; 

  con3= new Image(365,508); 
  con3.src=root+"images/contact/nav_about_us.jpg"; 

  con4= new Image(365,508); 
  con4.src=root+"images/contact/nav_work_for_us.jpg"; 
  
  con5= new Image(365,508); 
  con5.src=root+"images/contact/map_suffolk.jpg"; 
  
  con6= new Image(365,508); 
  con6.src=root+"images/contact/map_london.jpg"; 

  con7= new Image(365,508); 
  con7.src=root+"images/contact/map_marylebone.jpg"; 
  
  con8= new Image(365,508); 
  con8.src=root+"images/contact/map_gloucestershire.jpg"; 
   
}