<!--

function openpopup(popurl, width, height){
var winpops=window.open(popurl,"","width=" + width + ",height=" + height + ",toolbar=no,scrollbars,resizable");
}


//-->