rightClickWarning = "All photos are © Marcus Jones Photographics. Unauthorized use is prohibited. Please contact me for use."


function createSWF( w, h, params) {
  var args = "";
  for (var i in params) {
    args += i + "=" + params[i] + "&amp;";
  }
document.writeln('<object width="100%" height="100%" align="middle">'+ '<param name="movie" value="http://www.smugmug.com/ria/ShizamSlides-2007091201.swf?'+args+'"/>'+ '<param name="wmode" value="transparent" />'+ '<embed src="http://www.smugmug.com/ria/ShizamSlides-2007091201.swf?'+args+'" wmode="transparent" width="' + w + '" height="' + h + '" type="application/x-shockwave-flash" allowScriptAccess="always" allowNetworking="all"/></object>');
return 1;
}

/*=========================================*/
/*== Position Paypal - ==*/
/*=========================================*/
YE.onContentReady("altViews", MovePaypalContent);
function MovePaypalContent()
{
var paypalObj = document.getElementById("paypalButtonSet");
var altViews = document.getElementById("altViews");
var smugmug= document.getElementById("smugmug");
if (altViews && paypalObj && smugmug)
{
var paypalSetObj = paypalObj.parentNode.removeChild(paypalObj);
altViews.appendChild(paypalSetObj);
paypalSetObj.style.display = "inline";
}
}