    function OpenWnd(href,width,height) {

		a=window.open(href,'WarWnd','menubars=no,statusbar=no,scrollbars=yes,location=no,resizable=yes,width='+width+',height='+height);
		a.focus();

    }


