function newWindow(url){
	newwindow=window.open(url,'','menubar=no,location=no,resizable=yes,scrollbars=yes,status=no');
	return false;
}