<!--
if (navigator.appName.indexOf("Netscape") != -1){
	document.write ('<LINK REL="STYLESHEET" TYPE="text/css" HREF="../css/style_ns.css">');
}
else {
	document.write ('<LINK REL="STYLESHEET" TYPE="text/css" HREF="../css/style_ie.css">');
}

function popup(type) {
                if (type == 'privacy'){
remote = //window.open('','TheRemote',"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollba//rs=1,resizable=1,height=230,width=400");
remote.location.href = "/privacy.html";
                }
remote.focus();
}

function highlight(passedId) {
if (document.all) {	
document.all[passedId].style.backgroundColor = "yellow";
}
}
function dimlight(passedId) {
if (document.all) {	
document.all[passedId].style.backgroundColor = "white";
}
}    


function forgotPassword(){
		var newwin=window.open("forgot_pass.asp",'newWin','resizable=yes,width=550, height=300, top=50, left=100,status=no,scrollbars=no')
		newwin.focus()
}
	
	
function popup(type) {
	remote = window.open('','TheRemote',"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,height=400,width=600");
	remote.location.href = "/company/privacy.html";
	remote.focus();
}

function spaceCheck(Val){
		var x=new String(Val);
		var len=x.length;
		var i;
		
		for (i=1;i<=len;i++){
			if (x.indexOf(" ")!=-1){
				Val=x.replace(" ","");
				x=Val;
				}
			}
		len=x.length
		return x;
	}
	
function highlight(passedId) {
document.all[passedId].style.backgroundColor = "yellow";
}
function dimlight(passedId) {
document.all[passedId].style.backgroundColor = "white";
}

 emailon = new Image();
        emailon.src = "/images/emailO.bmp";
        helpon = new Image();
        helpon.src = "/images/helpO.bmp";
        forgoton = new Image();
        forgoton.src = "/images/forgotO.bmp";
        
		emailoff= new Image();
        emailoff.src = "/images/email.bmp";
        helpoff = new Image();
        helpoff.src = "/images/help.bmp";
        forgotoff = new Image();
        forgotoff.src = "/images/forgot.bmp";
        
               

function img_act(imgName) {
        imgOn = eval(imgName + "on.src");
        document[imgName].src = imgOn;
}

function img_inact(imgName) {
        imgOff = eval(imgName + "off.src");
        document[imgName].src = imgOff;
}



//-->
										
