function openUrl2(name,location,type){
var txt="/misc/map.asp?name="+name+"&location="+location+"&type="+type;
win=window.open(txt,'LinkWin',"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,height=460,width=370");
win.focus();
} 


