
function opc( src, w, h ) {
   msg=window.open(src + ".html", src,"toolbar=no,width="+(w+20)+",height="+(h+20)+",location=no,directories=no,status=no,scrollbars=no,resize=no,menubar=no")
}
