<!--

function openwin(url,wide,high)

{
window.open(url,'popup1','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=' + wide + ',height=' + high);
}

//-->