function runRndCmd(){var n =11;var whichImage = Math.round(Math.random()*(n));document.random.src= '_Html/imgs/random/'+whichImage+'.jpg';}
function clsOut(obj) {obj.style.backgroundColor = '';
    if (navigator.appName == 'Netscape') { obj.style.borderColor = 'EBEBEB'; } else { obj.style.borderColor = ''; }obj.style.borderStyle = '';}
function clsOver(obj,color,color2,addborder) { 
    obj.style.backgroundColor = color; obj.style.borderColor = color2;
    if (addborder=='true') {obj.style.borderStyle='solid';obj.style.borderWidth='1px'}}
function openPopup(url) {
	   myPopup = window.open(url,'popupWindow','resizable=yes,status=yes,scrollbars=yes,width=500,height=600,left=0,top=0');
   }
							
