<!--

function WinNew(url,name,attributes){
winpops=window.open(url,name,attributes)
}

// Attributes to use:
// toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=400, height=400, left=0, right=0

//-->