function map(theURL,winName,features) {
	window.open(theURL,winName,'menubar=no,scrollbars=no,resizable=no,width=584,height=440');
}