function openPopUp ( imgName , portrait ) {
    d = 'popup.html?imgName=' + imgName;
    if ( portrait != 1) {
        p = window.open(d,'drkmg','width=660,height=510');
    } else {
        p = window.open(d,'drkmg','width=510,height=690');
    }
}