<script language="JavaScript">
<!--
  function MM_openBrWindow(theURL,winName,features,wdt,ht) { //v2.0
  	w = h = 0;
	if (document.all || document.layers) {
		
		w = screen.availWidth;
		h = screen.availHeight;
		
	}
	var popW = wdt, popH = ht;
	var leftPos = (w-popW)/2, topPos = (h-popH)/2;
	features=features + ' left=' + leftPos + ' top=' + topPos;
    window.open(theURL,winName,features);
    }
	
//-->
</script> 
