// JavaScript Document
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function openFeature(whichpic) {
 if (document.getElementById) {
  window.open(whichpic.href,whichpic.title,'status=yes,resizable=yes,width=600,height=480');
	s = new String(whichpic.href);
	s = s.replace(whichpic.href,"javascript:void(0)");
  document.getElementById(whichpic.id).href = s;
  return false;
 } else {
  return true;
 }
}
