function xdopen(filename){
	NewWin=window.open(filename,'',"toolbar=0,location=0,status=0,menubar=0,resizable=1,scrollbars=1,top=100,left=100,width=320,height=250");
	NewWin.focus();
}