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