function viewPhoto(url,width,height){
  w=parseInt(width);
  h=parseInt(height);
  extras="width="+w+",height="+h+",'status=0,resizable=1',left=400,top=300";
  var link_frame='http://p4b.nu/wp-content/themes/p4b.nu/p4byou_frame.php?photo='+url;
  window.open(link_frame,'p4byou',extras);
}

