function makeRemote(url,name,width,tbar) {
var remote;
remote=window.open(url,name,"width="+width+",height=520,toolbar=1,location=0,directories=0,status=1,scrollbars=1,resizable=0,menubar=0,toolbar="+tbar);
}
