<!--function popd(filename) {// used for temp community pg features//	var processedFilename = addSessionIdToFilename(filename);	try_window = window.open( filename , "try_window", "left=120,top=100,width=680,height=550,resizable=1,scrollbars=1,toolbar=0,status=0,location=0,directories=0,menubar=0");	try_window.focus();}function popmap(filename) {// used for temp community pg features//	var processedFilename = addSessionIdToFilename(filename);	try_window = window.open( filename , "try_window", "left=120,top=100,width=430,height=550,resizable=1,scrollbars=1,toolbar=0,status=0,location=0,directories=0,menubar=0");	try_window.focus();}//-->