

//-------
		
			<!--
			function MM_jumpMenu(targ,selObj,restore){ //v3.0
			eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
			if (restore) selObj.selectedIndex=0;
			}
			function R(type,comId,offerId,productId,action)
			{
				if(type == "showroom")
				{
					document.showroomForm.userName.value=comId;
					document.showroomForm.productId.value=productId;
					document.showroomForm.offerId.value=offerId;
					document.showroomForm.action.value=action;
					document.showroomForm.submit();
				}
				else
				{
					document.freeProfileForm.comId.value=comId;
					document.freeProfileForm.prodId.value=productId;
					document.freeProfileForm.offerId.value=offerId;
					document.freeProfileForm.action.value=action;
					document.freeProfileForm.submit();
				}
			}			
			//-->
	



















