function openMap(map){
	winMap=open(map,"windowMap","toolbar=no,scrollbars=no,width=335,height=435,left='+leftPos+',top=10,left=10")
}

function openGallery(gallery,galW,galH){
	winGallery=open(gallery,"windowGallery","toolbar=no,scrollbars=no,width=" + galW + ",height=" + galH + ",left='+leftPos+',top=10,left=10")
}

function byeWindow()
{
if(this.window && !this.window.closed){this.window.close()}
}

