function image_view(the_image,the_gallery,the_width,the_height){
NewWindow = window.open('imageviewer.php?image=' + the_image +'&gallery='+ the_gallery ,'galleryimage',
						'left=0,top=0,width=' + the_width +',height=' + the_height +',toolbar=0,resizable=0,scrollbars=0')
}
