//Macromedia's Open Browser Window behavior used for the help link popups
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

function extwin(url) {
	window.open(url,null,'status=yes,titlebar=yes,scrollbars=yes,resizable=yes,toolbar=no,menubar=yes,height=600,width=600');
} 