function openNew(url){
	window.open(url, "_blank", "toolbar=no, location=no, directories=no, scrollbars=yes, resizable=yes, status=no, menubar=yes, copyhistory=yes, width=800, height=500");
}