function link1() {
lpos =(screen.width - 1008) / 2;
tpos =(screen.height - 600) / 2;
//alert(window.);
pos = "width=1008,height=600,left="+lpos+",top="+tpos;
window.open("resources/stoporgo/","stoporgo",pos);
}
function link2(w,h) {
lpos =(screen.width - w) / 2;
tpos =(screen.height - h) / 2;
//alert(window.);
pos = "width=" + w +",height="+ h +",left="+lpos+",top="+tpos;
window.open("resources/geotagging/","geotagging",pos);
}

