﻿function ShowPersonal()
{
    window.open("PersonalInfo.html", "Personal", "width=480,height=450,menu=false,toolbars=false,address=false,scrollbars=yes,resizable=yes");
    return false;
}

function ShowRules(file)
{
    window.open(file, "Personal", "width=580,height=620,menu=false,toolbars=false,address=false,scrollbars=yes,resizable=yes");
    return false;
}