function showPicture( url, width, height )
{

	window.open( url, 'showPicture', 'width=' + width + ',height=' + height + ',resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,top=50,left=50' );

}

/////////////////////////////////////////////////////////////////

function makeVisible(obj){

	obj.className=(obj.className=='imageGalleryOff'?'imageGalleryOn':'imageGalleryOff')

} 
