function popup(type,filename) {
   popup = window.open("popup.php?type="+type+"&image="+filename,"portfolio","width=800,height=600,history=no,resizable=no,menubar=no,location=no,status=no,scrollbars=yes")
   popup.focus();
}
