function linkpage(parent) {

    msgWindow = window.open(parent,'targetname','width=445,height=560');

    msgWindow.location.href = 'region_selector.html';

    if (msgWindow.opener == null) msgWindow.opener = self;

}

