// pop-up window function
function popUp(url) {
	open(url,'','width=760,height=480,scrollbars=yes,resizable=yes,left=50,top=30');
}