var ie5= (document.getElementById && document.all);
var ns6= (document.getElementById && !document.all);
function menuOver(obj)			{
		    if(ie5 || ns6)
		        obj.parentNode.style.backgroundColor = "#90b8e1";
	}

function menuOut(obj) 	{
		  	if(ie5 || ns6)
			obj.parentNode.style.background = "";
		}

var udwin = null;

function win_popup(url,w,h) {
    if(udwin && udwin.open && !udwin.closed){ 
	udwin.window.close(); }
    udwin = window.open(url,"WIN","width="+w+",height="+h+",resize=no,scrollbars=yes");
    udwin.focus();
}

function loadChat(){
window.open('http://www.idrivesafely.com/chat.html','unique','scrollbars=no,menubar=no,resizable=0,location=no,screenX=50,screenY=100,width=450,height=360');  	 
   //window.open('/sales/chat.html', 'unique','scrollbars=no,menubar=no,resizable=0,location=no,screenX=50,screenY=100,width=450,height=360');
}

function OpenCertDetails()
{  
          thewindow =window.open('https://www.thawte.com/cgi/server/certdetails.exe?code=USIDRI1-3X', 'anew',config='height=510,width=515,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,directories=no,status=yes');
}

