 function openWindow(address)
			   {
			     var wnd;
			     wnd = window.open(address,'','height=600,width=700,scrollbars,location,resizable=1');
			     wnd.focus();
			   }
