function ShowImage(Dest,Targeted,WX,HY){
	SetWidth = WX;
	SetHeight = HY;
	WinName = "SMEHGallery";
	GetIt = "popup.php?fo="+Dest+"&fi="+Targeted;
	SetTop = ( window.screen.height - SetHeight ) / 2 ;
	SetLeft = ( window.screen.width - SetWidth ) / 2;
	SMEHGallery = window.open( GetIt, WinName , "width=" + SetWidth + ",height=" + SetHeight + ",left=" + SetLeft + ",top=" + SetTop + ",location=no,menubar=no,status=no,toolbar=no,scrollbars=no,resizable=no");

}