function openZoom(url, width, height){
	window.open(url, "popup", "width="+width+",height="+height+",directories=no,location=no,menubar=no,scrollbars=no,toolbar=no");
}
