var gWdnw = null;

function ShowDialog(url){
	var features = "scrollbars=yes,status=yes,resizable=yes,location=no,menubar=no,left=50,top=50,width=800,height=600";
	gWndw = window.open(url,"PhotoFullScreen",features);
}