// JavaScript Document

var win=null;
function openWin(ref){
win= window.open('distributor.asp?ref='+ref,'','locationbar=no,menubar=no,toolbar=no,top=0,left=0,width=800,scrollbars=yes');
}

function mOut(ctrl){
document.getElementById(ctrl).style.display='none';
}

function mOver(ctrl){
document.getElementById(ctrl).style.display='';
}