
function OpenWindow(url){
	window.open(url,"newWindow","width=800,height=580,resizable=yes,scrollbars=yes,");
//	return false;
}

function OpenWindowWithMenu(url){
	window.open(url,"newWindow","width=800,height=580,toolbar=yes,menubar=yes,resizable=yes,scrollbars=yes,");
//	return false;
}