//----------------------------------------------------------------------------
// open windows
//----------------------------------------------------------------------------
		function openhighres(filename) {
			parameter = 'top=0,left=0,height=' + [screen.height-80] + ',width=' + [screen.width-10] + ',toolbar=no,location=no,status=no,menubar=yes,scrollbars=yes,resizable=yes';
			NewWin = window.open('/asc/app/gallery/gallery/hight/' + filename,'_blank',parameter);
		}

		function openlowres(filename) {
			parameter = 'top=0,left=0,height=' + [screen.height-80] + ',width=' + [screen.width-10] + ',toolbar=no,location=no,status=no,menubar=yes,scrollbars=yes,resizable=yes';
			NewWin = window.open('/asc/app/gallery/gallery/low/' + filename,'_blank',parameter);
		}