// JavaScript Document

function raceMapPop(vMapPath){
	
	window.open(vMapPath, 'Map', 'height=600, width=800, location=no, statusbar=no, resizable=yes, toolbar=no, scrollbars=yes');
	
}