function openBig(dir,file){
   window.open(dir+"/"+file+".jpg");  
}
function openBig2(filePath){
   window.open(filePath);  
}

function popup(){
   window.open('popup.html');
}