function OpenWin(url, width, height) {
	o = window.open(url, "", "resizable=no, top=0, left=0, menubar=no, width="+width+", height="+height);
}
