
function fullImg( obj )
{
	window.open( "image.php?img=" + obj, "image", "width=640, height=480" )
}

