<!--

function openWindow(url,win,x,y) {
mywin = window.open(url,win,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width='+x+',height='+y);
mywin.focus();
}

// -->