
//Open  New Window
	function popupwin(url,l,t,w,h)
	{
		open(url,'','menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=yes,scrollbars=yes,width='+w+',height='+h+',top='+l+',left='+t);
	}
	
	function popupOpen(url,l,t,w,h)
	{
		open(url,'','menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,width='+w+',height='+h+',top='+l+',left='+t);
	}
//
	function openCont(URL)
	{
 		open(URL,'','menubar=no,toolbar=no,location=yes,directories=no,status=no,resizable=yes,scrollbars=yes');
	}
	
	function openColumnCont(URL)
	{
 		open(URL,'','menubar=no,toolbar=no,location=yes,directories=no,status=no,resizable=no,scrollbars=yes,width=810,height=780,top=10,left=20');
	}
	
// 
	function onGoAdd(){
	 	window.open("/knowall/TsknowsQuestionAction.jhtml?method=goAdd&questionTitle=","","height=430,width=579,top=200,left=200,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no"); 	
	}
	
	function clearData(textName){
		textName.value = "";
	}