
function pop(url) {

	var newWindow;
	var props = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=350,height=525';
	newWindow = window.open(url, "5year", props);	
}
