

function doGallery(url, height, width) {
	window.open(url,'fs','width=' + width + ',height=' + height + ',resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no,screenX=180,screenY=150,left=180,top=150');
}


