function popup(url,width,height) {
	window.open('imgs/' + url,'popup','width=' + width + ',height=' + height + ',toolbar=false,scrollbars=false');	
}	// popup
