function pg_imagePopup(id)
{
	window.open('/cms/modules/page_gallery/view_image.php?id='+id, 'ViewImage', 'height=200,width=200,toolbar=0,scrollbars=0,status=0,resize=0');
}

function pg_resizeWindow()
{
	var img = document.getElementById('image');
	window.resizeTo(img.width+20, img.height+70);
}