function openOtherwin(wname,src,width,height) 
 {
	 wpars='status=0,toolbar=0,location=0,menubar=1,directories=0,scrollbars=1,resizable=1,dependent=1,width='+width+',height='+height;
	  xwin = top.open(src,wname,wpars);
	  TimeoutID=setTimeout('FocusWin()',500);
 }
 

