function open_newwin(strWindow, w, h) {
	window.open(strWindow,"_newwin"+w,"toolbar=no, location=no, directories=yes, status=yes, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width="+w+", height="+h);
}