
	function popUp(url){
window.open(url,'nextWindowtandc','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,width=300,height=240');
}
