﻿<!--
function openWin(URL) {
	aWindow=window.open(URL,"Gallery", " top=200, left=400, location=no, toolbar=no, width=500, height=600, status=no, scrollbar=no,resize=no,menubar=no");
	}

