function OpenWin(str, height){	window.open(str, '', 'width=500, height='+height+', resizable=0, scrollbars=0, toolbar=0, status=0, menubar=0, top=0, left=0');	}