function openWindow(url, width, height) {
	window.open(url, "new", "width="+width+",height="+height+",directories=no,location=no.menubar=no,scrollbars=no,status=no,toolbar=no,resizable=yes",1);
}