
var popX = (screen.width-800)/2;
var popY = (screen.height-600)/2;
var pos = "left="+popX+",top="+popY;

function nature_wildlife(){
popWindow = window.open("http://www.flickr.com/photos/reminiscence/sets/1048298/show/","Pictures","width=800,height=600,"+pos);
}

function scenery(){
popWindow = window.open("http://www.flickr.com/photos/reminiscence/sets/1048386/show/","Pictures","width=800,height=600,"+pos);
}

function portraits_ss(){
popWindow = window.open("http://www.elanka.org/photography/portfolio_notice_ss.html","Pictures","width=800,height=600,"+pos);
}

function portraits_tn(){
popWindow = window.open("http://www.elanka.org/photography/portfolio_notice_tn.html","Pictures","width=800,height=600,"+pos);
}

function complete(){
popWindow = window.open("http://www.flickr.com/photos/reminiscence/show","Pictures","width=800,height=600,"+pos);
}

function scenery_tn(){
popWindow = window.open("http://www.flickr.com/photos/reminiscence/sets/1048386/","Pictures","width=800,height=600,"+pos);
}

function nature_wildlife_tn(){
popWindow = window.open("http://www.flickr.com/photos/reminiscence/sets/1048298/","Pictures","width=800,height=600,"+pos);
}

function complete_tn(){
popWindow = window.open("http://www.flickr.com/photos/reminiscence/","Pictures", "scrollbars=yes", "width=800,height=600,"+pos);
}


