// JavaScript Document



<!-- hide script from old browsers



  function interior()

  {

  thewindow=window.open('interior.html', 'anew', 'toolbar=0,directories=0,menubar=0,resizable=1,scrollbars=1,width=650,height=450');

  }

  

  function exterior()

  {

  thewindow=window.open('exterior.html','anew','toolbar=0,directories=0,menubar=0,resizable=1,scrollbars=1,width=650,height=450');

  }

  

  function wallpaper()

  {

  thewindow=window.open('wallpaper.html', 'anew', 'toolbar=0,directories=0,menubar=0,resizable=1,scrollbars=1,width=650,height=400');

  }

  

  function power_washing()

  {

  thewindow=window.open('power_washing.html', 'anew', 'toolbar=0,directories=0,menubar=0,resizable=1,scrollbars=1,width=650,height=400');

  }

  

  function deck_staining()

  {

  thewindow=window.open('deck_staining.html', 'anew', 'toolbar=0,directories=0,menubar=0,resizable=1,scrollbars=1,width=650,height=400');

  }

  

  function flat_finish()

  {

  thewindow=window.open('flat_finish.html','anew','toolbar=0,directories=0,menubar=0,resizable=1,scrollbars=1,width=650,height=200');

  }

  

  function semi_gloss_finish()

  {

  thewindow=window.open('semi_gloss_finish.html','anew','toolbar=0,directories=0,menubar=0,resizable=1,scrollbars=1,width=650,height=200');

  }

  

  function matte_finish()

  {

  thewindow=window.open('matte_finish.html','anew','toolbar=0,directories=0,menubar=0,resizable=1,scrollbars=1,width=650,height=200');

  }

  

  function high_gloss_finish()

  {

  thewindow=window.open('high_gloss_finish.html','anew','toolbar=0,directories=0,menubar=0,resizable=1,scrollbars=1,width=650,height=200');

  }

  

  function eggshell_finish()

  {

  thewindow=window.open('eggshell_finish.html','anew','toolbar=0,directories=0,menubar=0,resizable=1,scrollbars=1,width=650,height=200');

  }

  

  function satin_finish()

  {

  thewindow=window.open('satin_finish.html','anew','toolbar=0,directories=0,menubar=0,resizable=1,scrollbars=1,width=650,height=200');

  }
  
  function interior_estimate()
  
  {

  thewindow=window.open('interior_estimate.html','anew','toolbar=0,directories=0,menubar=0,resizable=1,scrollbars=1,width=650');
  
  }
  
  function exterior_estimate()
  
  {
	  
  thewindow=window.open('exterior_estimate.html','anew','toolbar=0,directories=0,menubar=0,resizable=1,scrollbars=1,width=650');
  
  }
  
  function insurance()
  
  {
	  
  thewindow=window.open('insurance.html','anew','toolbar=0,directores=0,menubar=0,resizable=1,scrollbars=1,width=400,height=250');
  
  }
  
  function news_article()
  
  {
   
   thewindow=window.open('news_article.html','anew','tollbar=0,directories=0,menubar=0,resizable=1,scrollbars=1,width=500');
   
  }

  function galleria()
  
  {
	  
  thewindow=window.open('galleria.html','anew','toolbar=0,directories=0,menubar=0,resizable=1,scrollbars=1,width=375,height=375');
  
  }
  
  function warranty()
  
  {

  thewindow=window.open('warranty.html','anew','toolbar=0,directories=0,menubar=0,resizable=1,scrollbars=1,width=375,height=375');
  
  }

  



  

  // end hiding script from old browsers -->
