function popUp(url){
	window.open(url, 'ww', 'width=1024, height=768, location=no,resizable=yes,scrollbars=yes,statusbar=no,toolbar=no,menubar=no');
}
function popMenu(url){
	window.open(url, 'ww', 'width=1024, height=768, location=no,resizable=yes,scrollbars=yes,statusbar=no,toolbar=no,menubar=yes');
}
