function openGallery(file,width) {
	GallWin=window.open(file,'GallWin','width='+width+',height=580,top=0,left=0,toolbar=no,status=no,menubar=no,resizable=yes,scrollbars=yes');
	history.current;
}

function popSecWin(page,w,h) {
	SecWin=window.open(page,'SecWin','width='+w+',height='+h+',top=50,left=50,toolbar=no,status=no,menubar=no,resizable=no,scrollbars=no');
	history.current;
}
