_menuCloseDelay=0
_menuOpenDelay=0
_followSpeed=0
_followRate=0
_subOffsetTop=3
_subOffsetLeft=-15
_scrollAmount=3
_scrollDelay=20

with(navStyle1=new mm_style()){
offclass="nav";
onclass="nav nav_hover";
pageclass="nav nav_hover nav_selected";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=0;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
image="/v/vspfiles/templates/contempo/images/Template/Menu1_Bullet.gif";
subimage="/v/vspfiles/templates/contempo/images/Template/Menu1_Bullet_End.gif";
subimagepadding="2";
subimageposition="bottom";
}

with(subNavStyle1=new mm_style()){
offclass="nav subnav"
onclass="nav nav_hover subnav subnav_hover"
pageclass="nav nav_hover subnav subnav_hover nav_selected subnav_selected"
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=0;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
image="/v/vspfiles/templates/contempo/images/Template/Menu1_Bullet.gif";
subimage="/v/vspfiles/templates/contempo/images/Template/Menu1_Bullet_End.gif";
subimagepadding="2";
subimageposition="bottom";

function SimpleSwap(el,which){
  el.src=el.getAttribute(which || "origsrc");
}

function SimpleSwapSetup(){
  var x = document.getElementsByTagName("img");
  for (var i=0;i<x.length;i++){
    var oversrc = x[i].getAttribute("oversrc");
    if (!oversrc) continue;
      
    // preload image
    // comment the next two lines to disable image pre-loading
    x[i].oversrc_img = new Image();
    x[i].oversrc_img.src=oversrc;
    // set event handlers
    x[i].onmouseover = new Function("SimpleSwap(this,'oversrc');");
    x[i].onmouseout = new Function("SimpleSwap(this);");
    // save original src
    x[i].setAttribute("origsrc",x[i].src);
  }
}


}

var PreSimpleSwapOnload =(window.onload)? window.onload : function(){};
window.onload = function(){PreSimpleSwapOnload(); SimpleSwapSetup();}
with(navStyle2=new mm_style()){
offclass="nav";
onclass="nav nav_hover";
pageclass="nav nav_hover nav_selected";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
padding=0;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
image="/v/vspfiles/templates/contempo/images/Template/Menu2_Bullet.gif";
subimage="/v/vspfiles/templates/contempo/images/Template/Menu2_Bullet_End.gif";
subimagepadding="2";
subimageposition="bottom";
}

with(subNavStyle2=new mm_style()){
offclass="nav subnav"
onclass="nav nav_hover subnav subnav_hover"
pageclass="nav nav_hover subnav subnav_hover nav_selected subnav_selected"
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=0;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
image="/v/vspfiles/templates/contempo/images/Template/Menu2_Bullet.gif";
subimage="/v/vspfiles/templates/contempo/images/Template/Menu2_Bullet_End.gif";
subimagepadding="2";
subimageposition="bottom";
}