﻿function openWindow(url, attributes){
    window.open(url, 'myWindow', attributes);
}