/*var message="The photographs are under Casablanca Models protection according to all danish and international copyright laws and may not be used in any way without a written permission by Casablanca Models";
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;

window.defaultStatus = document.title;

if( navigator.appVersion.indexOf("MSIE 6.0") > -1 ){
 window.onload = new Function("for(i=0;i<document.images.length;i++){document.images[i].galleryImg = false;}");
}
*/