
<!-- Begin
function movepic(img_name,img_src) {
document[img_name].src=img_src;
}
// End -->

<!--
function toggleDiv(id,flagit) {
if (flagit=="1"){
if (document.layers) document.layers[''+id+''].visibility = "show"
else if (document.all) document.all[''+id+''].style.visibility = "visible"
else if (document.getElementById) document.getElementById(''+id+'').style.visibility = "visible"
}
else
if (flagit=="0"){
if (document.layers) document.layers[''+id+''].visibility = "hide"
else if (document.all) document.all[''+id+''].style.visibility = "hidden"
else if (document.getElementById) document.getElementById(''+id+'').style.visibility = "hidden"
}
}
//-->

<!--
if (document.images) {
image1on = new Image();
image1on.src = "/mnmnt_0910/assets/global/content/custom/side1a.jpg";
image1off = new Image();
image1off.src = "/mnmnt_0910/assets/global/content/custom/side1.gif";
image2on = new Image();
image2on.src = "/mnmnt_0910/assets/global/content/custom/side2a.jpg";
image2off = new Image();
image2off.src = "/mnmnt_0910/assets/global/content/custom/side2.gif";
image3on = new Image();
image3on.src = "/mnmnt_0910/assets/global/content/custom/s_contortium_on.jpg";
image3off = new Image();
image3off.src = "/mnmnt_0910/assets/global/content/custom/s_contortium_off.jpg";
}
function changeImages() {
if (document.images) {
for (var i=0; i<changeImages.arguments.length; i+=2) {
document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
}}}
// -->
