// JavaScript Document

<!--
		function smallEmployersWindow(url){
			window.open("../eli_tool/SmEmp.htm", "_blank", "menubar=1,resizable=0,width=600,height=500");
		}
		
		function individualsWindow(url){
			//window.open("../eli_tool/Ind.htm", "_blank", "menubar=1,resizable=1,width=600,height=500");
			//window.showModalDialog("../eli_tool/Ind.htm", "", "", "status=0; help=0; dialogHeight="+400+ "; dialogWidth= "+600)
			window.open("../eli_tool/Ind.htm", "_blank", "menubar=1,resizable=0,width=600,height=500");
		}
		
		function soleProprietorsWindow(url){
			window.open("../eli_tool/SoPro.htm", "_blank", "menubar=1,resizable=0,width=600,height=500");
		}
		

