﻿// File JScript
function popup800x600(url)
{
    window.open(url,"","width=800,height=600,scrollbars=yes");
}
function popup640x480(url)
{
    window.open(url,"","width=640,height=480,scrollbars=yes");
}


