<!--
	var help=null;
	function MM_openBrWindow(theURL,winName,features, myWidth, myHeight, isCenter) { //v3.0
	  if(window.screen)if(isCenter)if(isCenter=="true"){
	    var myLeft = (screen.width-myWidth)/2;
	    var myTop = (screen.height-myHeight)/2;
	    features+=(features!='')?',':'';
	    features+=',left='+myLeft+',top='+myTop;
	  }
	  if(help!=null)help.close();
	  window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight);
	}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);

}


function OpenHTU(file,name,width,height) {
    attr = "width=" + width + ",height=" + height + ",resizeable=1";
    window.open(file, name, attr);
  }

function openconvert(file,input) {
  	window.open(file, input, 'width=640,height=300,resizable=1');
}
//-->