var openPhotoWindow = function(url,w,h) {
        window.open(url,"Photos",'width='+w+',height='+h+',resizable=no,scrollbars=no,menubar=no,status=0,toolbar=yes');
		return false;
}