﻿function openMyWindow (url, name, attributes)
{
    myWindow = window.open(url, name, attributes);
}