/* --- Site specific scripts --- */

swfobject.embedSWF("imgs/trustt_1.swf", "flashcontent1", "510", "234", "7");
swfobject.embedSWF("imgs/trustt_2.swf", "flashcontent2", "230", "214", "7");
swfobject.embedSWF("out/?id=we_accept_banner", "we_accept", "235", "20", "7",null,null,{scale:'noscale',wmode:'transparent',salign:'l'});


var msie6 = navigator.userAgent.indexOf('MSIE 6.')>0;

function pageOnLoad(){
	commonOnLoad();
}

/* --- Site specific Behaviour rules --- */

var prodOnClick=function(el){
	el.onclick=function(){
		if(this.tagName=='H3'||this.tagName=='SPAN'||this.tagName=='IMG')
			location=this.parentNode.parentNode.parentNode.getElementsByTagName('A')[0].href;
	}
}

var rules={

'.nav_top img': function(el){
  if(!this.src)return
  var nm;
  el.onmouseover=function(){ nm=this.src.split(".gif");this.src=nm[0]+"_selected.gif" }
  el.onmouseout=function(){ nm=this.src.split("_selected.gif");this.src=nm[0]+".gif" }
 },

'.nav_top a.selected img': function(el){ el.onmouseover=null;el.onmouseout=null },

'.prod': function(el){
  el.onmouseover=function(){ this.style.borderColor="#487b10" }
  el.onmouseout=function(){ this.style.borderColor="#CCCCCC" }
 },

'#big_pic img':function(el){
  el.onmouseover=function(){ document.getElementById("big_pic").style.backgroundImage="url(imgs/"+this.id+".jpg)" }
 },

'div.testimonials div': function(el){
  el.onmouseover=function(){ this.style.color="#000000" }
  el.onmouseout=function(){ this.style.color="" }
 },

'div.news tr': function(el){
  el.onmouseover=function(){ this.parentNode.parentNode.className="hover" }
  el.onmouseout=function(){ this.parentNode.parentNode.className="" }
 },
 
'table.prod td *': prodOnClick,

'tr.upgrade td div div': function(el){
  if(navigator.userAgent.indexOf('MSIE 6.')<0)return;
  el.onmouseover=function(){ this.className="hover" }
  el.onmouseout=function(){ this.className="" }
 }
}
document.Behaviour.register(rules);

