function openLyte(){
    <dsp:droplet name="Switch">
		<dsp:param name="value" bean="ProfileFormHandler.industryType"/>
		<dsp:oparam name="true">
	       myLytebox = new LyteBox();
	 	   var a = document.createElement("a");
	       a.href = "../profile/industryType.jsp?busId=" + '<dsp:valueof bean="Profile.customerType"/>'; 
	       a.rel = "lyteframe"; 
	       a.title = "Industry Update Confirmation" ; 
	       a.rev = "width: 450px; height: 350px; scrolling: no;"; 
	       myLytebox.start( a, false, true);
		   window.parent.window.attachEvent("onload",myLytebox);
 		</dsp:oparam>
   </dsp:droplet>
}	
