function setVar(url,reg, ct, et) { document.fnform.region.value=reg; document.fnform.classtype.value=ct; document.fnform.eventtype.value=et; document.fnform.action=url; //alert(url); //alert(reg); //alert(document.fnform.classtype.value); //alert(document.fnform.eventtype.value); document.fnform.submit(); } function setVarOpp(url,lob,pagename) { //alert("url is"+url); //alert("lob is"+lob); //alert("pagename is"+pagename); document.forms[1].lobname.value=lob; document.forms[1].pagename.value=pagename; //alert(url); //alert(document.fnform.lobname.value); //alert(document.fnform.pagename.value); document.forms[1].action=url document.forms[1].submit(); } function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } function setProfile(url,reg,cls,evnt,lob,page) { //alert("URL is"+url); //alert("REgion IS**"+reg); //alert("Class Type is"+cls); //alert("Event Type Is"+evnt); //alert("Lob Name Is --"+lob); //alert("PAGE Name Is"+page); document.forms[1].region.value=reg; document.forms[1].classtype.value=cls; document.forms[1].eventtype.value=evnt; document.forms[1].lobname.value=lob; document.forms[1].pagename.value=page; document.forms[1].action=url; document.forms[1].submit(); } function setProfileRight(url,reg,cls,evnt,lob,page) { //alert("URL is"+url); //alert("REgion IS**"+reg); //alert("Class Type is"+cls); //alert("Event Type Is"+evnt); //alert("Lob Name Is --"+lob); //alert("PAGE Name Is"+page); document.forms[1].region.value=reg; document.forms[1].classtype.value=cls; document.forms[1].eventtype.value=evnt; document.forms[1].lobname.value=lob; document.forms[1].pagename.value=page; document.forms[1].action=url; document.forms[1].submit(); //alert(url); //alert(document.fnform.region.value); //alert(document.fnform.classtype.value); //alert(document.fnform.eventtype.value); //alert(document.fnform.lobname.value); } function setAboutus(url) { //alert("URL IS"+url); document.forms[0].action=url; document.forms[0].submit(); }