﻿function changeparentURL(pageURL) {
    parent.myLightWindow.deactivate(null, '');
    parent.location = pageURL;
}
