<!--
function imSendInquiry(url) {
    document.imForm.action=url ;
    document.imForm.submit();
}

function secondLevelPop(page,height,width){
    params = "height=" + height + ",width=" + width + ",status=1,toolbar=0,directories=0,menubar=0,location=0,scrollbars=1,resizable=1,top=50,left=150,screenX=50,screenY=50";
    mypopup = window.open(page,"PopupWindow2",params);
    mypopup.focus();
}
-->