 function f_strategic_pdf()
{
	var $url = './images/Best in Class Facts.pdf';
	var $win_name = 'wkssbic';
	window.open($url,$win_name);
}

  
  function f_over_about()
  {
	  document.imgaboutred.style.visibility='hidden';
	  document.imgaboutwhite.style.visibility='visible';
	  document.imgaboutred.style.cursor='hand';
	  document.imgaboutwhite.style.cursor='hand';
  }
  function f_off_about()
  {
	  document.imgaboutred.style.visibility='visible';
	  document.imgaboutwhite.style.visibility='hidden';
	  document.imgaboutred.style.cursor='normal';
	  document.imgaboutwhite.style.cursor='normal';
  }
  function f_over_products()
  {
	  document.imgproductsred.style.visibility='hidden';
	  document.imgproductswhite.style.visibility='visible';
	  document.imgproductsred.style.cursor='hand';
	  document.imgproductswhite.style.cursor='hand';
  }
  function f_off_products()
  {
	  document.imgproductsred.style.visibility='visible';
	  document.imgproductswhite.style.visibility='hidden';
	  document.imgproductsred.style.cursor='normal';
	  document.imgproductswhite.style.cursor='normal';
  }
  function f_over_services()
  {
	  document.imgservicesred.style.visibility='hidden';
	  document.imgserviceswhite.style.visibility='visible';
	  document.imgservicesred.style.cursor='hand';
	  document.imgserviceswhite.style.cursor='hand';
  }
  function f_off_services()
  {
	  document.imgservicesred.style.visibility='visible';
	  document.imgserviceswhite.style.visibility='hidden';
	  document.imgservicesred.style.cursor='normal';
	  document.imgserviceswhite.style.cursor='normal';
  }
  function f_over_ezorders()
  {
	  document.imgezordersred.style.visibility='hidden';
	  document.imgezorderswhite.style.visibility='visible';
	  document.imgezordersred.style.cursor='hand';
	  document.imgezorderswhite.style.cursor='hand';
  }
  function f_off_ezorders()
  {
	  document.imgezordersred.style.visibility='visible';
	  document.imgezorderswhite.style.visibility='hidden';
	  document.imgezordersred.style.cursor='normal';
	  document.imgezorderswhite.style.cursor='normal';
  }
  function f_over_contactus()
  {
	  document.imgcontactusred.style.visibility='hidden';
	  document.imgcontactuswhite.style.visibility='visible';
	  document.imgcontactusred.style.cursor='hand';
	  document.imgcontactuswhite.style.cursor='hand';
  }
  function f_off_contactus()
  {
	  document.imgcontactusred.style.visibility='visible';
	  document.imgcontactuswhite.style.visibility='hidden';
	  document.imgcontactusred.style.cursor='normal';
	  document.imgcontactuswhite.style.cursor='normal';
  }
  function f_over_support()
  {
	  document.imgsuppred.style.visibility='hidden';
	  document.imgsuppwhite.style.visibility='visible';
	  document.imgsuppred.style.cursor='hand';
	  document.imgsuppwhite.style.cursor='hand';
  }
  function f_off_support()
  {
	  document.imgsuppred.style.visibility='visible';
	  document.imgsuppwhite.style.visibility='hidden';
	  document.imgsuppred.style.cursor='normal';
	  document.imgsuppwhite.style.cursor='normal';
  }
  function f_about_hand_on()
  {
  	  document.imgaboutwhite.style.cursor='hand';
  }
  function f_about_hand_off()
  {
  	  document.imgaboutwhite.style.cursor='normal';
  }

  function f_nav(_target)
  {
	if (_target=='&a')
	  {
		window.location.href='./about.php';
	  }
	if (_target=='&p')
	  {
		window.location.href='./products.php';
	  }
	if (_target=='&s')
	  {
		window.location.href='./services.php';
	  }
	if (_target=='&e')
	  {
		window.location.href='./ezorders.php';
	  }
	if (_target=='&c')
	  {
		window.location.href='./contact us.php';
	  }
	if (_target=='&h')
	{
		window.location.href='./custsupport.php';
	}
  }
  function f_claimsecure()
  {
	  window.open('http://www.claimsecure.com');
  }
  function f_coastcapital()
  {
	  window.open('http://www.coastcapitalsavings.com');
  }
  function f_univar()
  {
	  window.open('http://www.univarcanada.com');
  }
  function f_wajax()
  {
	  window.open('http://www.wajax.ca');
  }
  function f_fsc()
  {
	  window.open('http://www.fsccanada.org');
  }
  function f_enviro()
  {
	  window.location.href='./ep.php';
  }
  function f_next_ep_page(pg)
  {
	  if (pg==2)
	  {
		window.location.href='ep2.php'
	  }
	  if (pg==3)
	  {
		window.location.href='ep3.php'
	  }
	  if (pg==4)
	  {
		window.location.href='ep4.php'
	  }
	  if (pg==5)
	  {
		window.location.href='ep5.php'
	  }
	  if (pg==6)
	  {
		window.location.href='ep6.php'
	  }
	  if (pg==7)
	  {
		window.location.href='ep7.php'
	  }
  }
  function f_envirodefense()
  {
	  window.open('http://www.environmentaldefense.org')
  }
  function f_green_e()
  {
	  window.open('http://www.green-e.org');
  }
  function f_ghplp()
  {
	  window.open('http://www.ghplp.com');
  }
  function f_cpa()
  {
	  window.open('http://www.cdnpay.ca');
  }
  function f_google_burnaby()
  {
	  window.open('./bmap.html');
  }
  function f_google_kelowna()
  {
	  window.open('./kmap.html');
  }
  function f_google_calgary()
  {
	  window.open('./cmap.html');
  }





