function itc_addScript(scriptUrl,key){
if (!document[key]){
var itc_head = document.getElementsByTagName('head')[0];
var itc_script = document.createElement('script');
itc_script.type = 'text/javascript';
itc_script.src = '' + scriptUrl;
itc_head.appendChild(itc_script);
document[key] = true;
}}
function itc_addLink(linkUrl,key){
if (!document[key]) {
var hd = document.getElementsByTagName('head')[0];
var st = document.createElement('link');
st.type = 'text/css';
st.rel = 'stylesheet';
st.href = linkUrl;
hd.insertBefore(st,hd.firstChild); 
document[key] = true;
}}
function itc_addStyle(newStyle){
if (!document.itc_style) {
var hd = document.getElementsByTagName('head')[0];
var st = document.createElement('style');
st.type = 'text/css';
if(st.styleSheet)st.styleSheet.cssText = newStyle; else st.appendChild(document.createTextNode(newStyle));
hd.insertBefore(st,hd.firstChild); 
document.itc_style = true;
}}
function a_itchsLoad() {if (!document.itc_exp_loaded) {var o = window.onload;if (typeof window.onload != 'function') {window.onload = a_itc_hs;} else {window.onload = function() {o();a_itc_hs();}}document.itc_exp_loaded = true;}}
function a_itc_hs() {mp.graphicsDir = '/DesktopModules/itcMetaPost/js/itcexpand/graphics/';mp.captionEval = 'this.thumb.title';mp.showCredits = false;mp.allowWidthReduction = true;mp.moveText = 'Move';mp.closeText = 'Close';mp.loadingText = 'Loading';var itc_a = document.getElementsByTagName('a');for (var i = 0; i < itc_a.length; i++) {if ((itc_a[i].className && itc_a[i].className == 'itcexpand')) {void(itc_a[i].onclick = function() { return mp.expand(this) });}}}
a_itchsLoad();
itc_addScript('/DesktopModules/itcMetaPost/js/itcexpand/itcexpand.js','itc_script');
if (!document.itc_style) {var itcS3 = ''
+ '.itcexpand, .itcexpando {'
+ '		cursor: url(/DesktopModules/itcMetaPost/js/itcexpand/graphics/zoomin.cur), pointer;'
+ '		outline: none;'
+ '}'
+ '.itcexpand-active-anchor img {'
+ '		visibility: hidden;'
+ '}'
+ '.itcexpand img {'
+ '		border: 2px solid gray;'
+ '}'
+ '.itcexpand:hover img {'
+ '		border: 2px solid white;'
+ '}.itcexpand-wrapper {'
+ '		background: white;'
+ '}'
+ '.itcexpand-image {'
+ '		border: 2px solid white;'
+ '}'
+ '.itcexpand-image-blur {'
+ '}'
+ '.itcexpand-html {'
+ '    background-color: white;'
+ '}'
+ '.itcexpand-html-blur {'
+ '}'
+ '.itcexpand-html-content {'
+ '	position: absolute;'
+ '    display: none;'
+ '}'
+ '.itcexpand-caption {'
+ '		display: none;'
+ '		border: 2px solid white;'
+ '		border-top: none;'
+ '		font-family: Verdana, Helvetica;'
+ '		font-size: 10pt;'
+ '		padding: 5px;'
+ '		background-color: white;'
+ '}'
+ '.itcexpand-loading {'
+ '		display: block;'
+ '		color: black;'
+ '		font-size: 8pt;'
+ '		font-family: sans-serif;'
+ '		font-weight: bold;'
+ '		text-decoration: none;'
+ '		padding: 2px;'
+ '		border: 1px solid black;'
+ '		background-color: white;'
+ '		padding-left: 22px;'
+ '		background-image: url(/DesktopModules/itcMetaPost/js/itcexpand/graphics/loader.white.gif);'
+ '		background-repeat: no-repeat;'
+ '		background-position: 3px 1px;'
+ '}'
+ '/* Styles for the popup */'
+ '.itcexpand-wrapper {'
+ '		background-color: white;'
+ '}'
+ '.itcexpand-wrapper .itcexpand-html-content {'
+ '		width: 400px;'
+ '		padding: 5px;'
+ '}'
+ '.itcexpand-wrapper .itcexpand-header div {'
+ '}'
+ '.itcexpand-wrapper .itcexpand-header ul {'
+ '		margin: 0;'
+ '		padding: 0;'
+ '		text-align: right;'
+ '}'
+ '.itcexpand-wrapper .itcexpand-header ul li {'
+ '		display: inline;'
+ '		padding-left: 1em;'
+ '}'
+ '.itcexpand-wrapper .itcexpand-header ul li.itcexpand-previous, .itcexpand-wrapper .itcexpand-header ul li.itcexpand-next {'
+ '		display: none;'
+ '}'
+ '.itcexpand-wrapper .itcexpand-header a {'
+ '		font-weight: bold;'
+ '		color: gray;'
+ '		/*text-transform: uppercase;*/'
+ '		text-decoration: none;'
+ '}'
+ '.itcexpand-wrapper .itcexpand-header a:hover {'
+ '		color: black;'
+ '}'
+ '.itcexpand-wrapper .itcexpand-header .itcexpand-move a {'
+ '		cursor: move;'
+ '}'
+ '.itcexpand-wrapper .itcexpand-footer {'
+ '		height: 11px;'
+ '}'
+ '.itcexpand-wrapper .itcexpand-footer .itcexpand-resize {'
+ '		float: right;'
+ '		height: 11px;'
+ '		width: 11px;'
+ '		background: url(/DesktopModules/itcMetaPost/js/itcexpand/graphics/resize.gif);'
+ '}'
+ '.itcexpand-wrapper .itcexpand-body {text-align:left;padding:10px 10px 0px 10px;'
+ '}'
+ '.itcexpand-move {'
+ '		cursor: move;'
+ '}.itcexpand-overlay {'
+ '		display: none;'
+ '}a.itcexpand-full-expand {'
+ '		background: url(/DesktopModules/itcMetaPost/js/itcexpand/graphics/fullexpand.gif) no-repeat;'
+ '		display: block;'
+ '		margin: 0 10px 10px 0;'
+ '		width: 34px;'
+ '		height: 34px;'
+ '}'
+ '/* Necessary for functionality */'
+ '.itcexpand-display-block {'
+ '		display: block;'
+ '}'
+ '.itcexpand-display-none {'
+ '		display: none;'
+ '}'
+ '.itcexpand-super {display: none;} '
+ '@media print {'
+ '		.itcexpand-html-content {display: block; position:relative;} '
+ '		.itcexpand-header,.itcexpand-footer {display:none;} '
+ '		.itcexpand-super {display:inline;} '
+ '}'
+ ''};itc_addStyle(itcS3);
