function open_window(url, width, height){
	window.open(url,'_blank','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=yes,width='+(width+20)+',height='+(height+20));
	return false;
};
