// JavaScript Document
function helpg() {
         frmLOV = open("../help.asp","winLOV4","scrollbars=0,resizeable=0,width=430,height=250,top=244,left=0");
         if(frmLOV.opener ==null)
            frmLOV.opener=self;
        }
function contact_em() {
         frmLOV = open("../contact_eml.asp","winLOV5","scrollbars=0,resizeable=0,width=430,height=296,top=244,left=0");
         if(frmLOV.opener ==null)
            frmLOV.opener=self;
        }
function contact_inf() {
         frmLOV = open("contact_eml_frn.asp","winLOV6","scrollbars=0,resizeable=0,width=430,height=250,top=244,left=300");
         if(frmLOV.opener ==null)
            frmLOV.opener=self;
        }	
