//for left.jsp left_level2.jsp
	//var newWindow = null
	function windowOpener(loadpos,org_sub_id)
	{	
     window.open(loadpos,"surveywin"+org_sub_id,"toolbar,resizable,scrollbars,dependent,width=500,height=280");
	}
	
//for note.jsp	
  function windowOpener1(loadpos)
  {	

  	 newWindow1 = window.open(loadpos,"","toolbar=no,resizable,scrollbars,dependent,width=710,height=470,top=40,left=40");
		 newWindow1.focus();
	
  }	