<!--
function popUp(url) {
if(document.getElementById){
		newwin = window.open(url,"win","toolbar=yes,location=yes,directories=yes,width=600,height=400,top=0,resizable=yes,status=yes,menubar=yes,scrollbars=1"); 
		return false;
	} else {
		return true;
	}
}
//-->