function photocloud_DoFSCommand(command, args) {
	if (command == "gobig") {
		// put calls to go big here
		document.location.href='/memberCloud.jsp';
	}	
}


// Hook for Internet Explorer
if (document.all) 
{
  document.write('<SCRIPT LANGUAGE=VBScript\> \n');
  document.write('on error resume next \n');
  document.write('Sub photocloud_FSCommand(ByVal command, ByVal args)\n');
  document.write(' call photocloud_DoFSCommand(command, args)\n');
  document.write('end sub\n');
  document.write('</SCRIPT\> \n');
}

document.write('\
<object width="300" id="photocloud" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" height="200" style="position: absolute;z-index: 0;">\
  <param name="wmode" value="transparent" />\
    <param name="movie" value="/Images/External/Flash/photocloud.swf?FWthumbnailScale=76&FWxmlrandom=1&FWnumCols=5&FWblockWidth=56&FWblockHeight=55&FWmaxPhotos=15&FWoffsetX=45&FWoffsetY=65&FWopenInNewWindow=1&FWfullCardPositionY=88&FWpathToXML=%2FMembers%2FgetProfiles.jsp&r=1"/>\
    <embed WMODE="transparent" name="photocloud" style="position: absolute;z-index: 0;" src="/Images/External/Flash/photocloud.swf?FWthumbnailScale=76&FWxmlrandom=1&FWnumCols=5&FWblockWidth=56&FWblockHeight=55&FWmaxPhotos=15&FWoffsetX=45&FWoffsetY=65&FWopenInNewWindow=1&FWfullCardPositionY=88&FWpathToXML=%2FMembers%2FgetProfiles.jsp&r=1" width="300" height="200" swliveconnect="true">\
    </embed>\
  </object>\
');
