function figure(afile, w, h){
	New_Win = window.open(afile,"win","width="+w+",height="+h+",TOP=100,LEFT=100,dependent=no,scrollbars=no,resizable=yes");
	New_Win.focus();
}

function MM_openBrWindow(theURL,winName,features) { //v2.0  window.open(theURL,winName,features);}
