﻿function CreateModalWindow(anchorID) {
    new Control.Modal(anchorID,{
        opacity: 0.8,
        position: 'absolute',
        iframe: true, 
        width: 640, 
        height: 385
    });
}