function launchzoom()
{
	w = screen.width*0.75
	h = screen.height*0.8
	open('/map/zoommap/index.php?MAP=/images/map_large.jpg&SMALLMAP=/images/map_small.jpg&MAPNAME=Downtown Collingwood Map&INFO={INFO}&TTF_SIZE={TTF_SIZE}&TITLECOLOR={TITLECOLOR}&INFOCOLOR={INFOCOLOR}','zoommap','width='+w+',height='+h+',scrollbars=no,resizable=1,toolbar=no,status=0,menubar=false')
}
