function openWindow(width, height) {
	window.open("","B","toolbar=no,location=0,scrollbars=yes,width="+width+",height="+height+",resizable=1,left=150, top=100");	
}