function externalImage(href, width, height){
	window.open(href, '','width='+width+',height='+height+',scrollbars=no,resizable=no,menubar=no,toolbar=no');
	return false;
}