<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

<!--
function popup(link, windowname, width, height, left, top) {
	if (! window.focus)return true;
	var href;
	if (!width) width=400;
	if (!height) height=300;
	if (!left) left=25;
	if (!top) top=25;
	if (typeof(link) == 'string')
	   href=link;
	else
	   href=link.href;
	   window.open(href, 'windowname', 'width='+width+',height='+height+',dependent=no,left='+left+',top='+top+',scrollbars=yes,resizable=yes');
  return false;
}
//-->