<!-- 
function show(file, width, height)
{
file=file + ".html";
window.open(file, "_blank", "width="+width+",height="+height+",titlebar=no,toolbar=yes,location=no,status=no,menubar=yes,scrollbars=no,resizable=no");
}


-->
