// JavaScript Document
function galleryAbstractOpen(img)
    {
		var idir="autoabstracts";
        window.open("viewimage.php?idir="+ idir +"&img=" + img  ,"JOHNFREE" ,"toolbars=0, location=0, directories=0, status=0,left=0, top=0, menubar=0, scrollbars=0, resizeable=0, width=390, height=538,");
    }
	
function gallerySocialOpenV(img)
	{
		var idir="social";
        window.open("viewimage.php?idir="+ idir +"&img=" + img  ,"JOHNFREE","toolbars=0, location=0, directories=0, status=0,left=0, top=0, menubar=0, scrollbars=0, resizeable=0, width=437, height=640,");
    }
	
function gallerySocialOpen(img)
	{
		var idir="social";
        window.open("viewimage.php?idir="+ idir +"&img=" + img  ,"JOHNFREE","toolbars=0, location=0, directories=0, status=0,left=0, top=0, menubar=0, scrollbars=0, resizeable=0, width=640, height=437,");
    }
	
function galleryBWStreetOpenV(img)
	{
		var idir="bwstreet";
        window.open("viewimage.php?idir="+ idir +"&img=" + img  ,"JOHNFREE","toolbars=0, location=0, directories=0, status=0,left=0, top=0, menubar=0, scrollbars=0, resizeable=0, width=437, height=640,");
    }
	
function galleryBWStreetOpen(img)
	{
		var idir="bwstreet";
        window.open("viewimage.php?idir="+ idir +"&img=" + img  ,"JOHNFREE","toolbars=0, location=0, directories=0, status=0,left=0, top=0, menubar=0, scrollbars=0, resizeable=0, width=640, height=437,");
    }