
/* Merged Plone Javascript file
 * This file is dynamically assembled from separate parts.
 * Some of these parts have 3rd party licenses or copyright information attached
 * Such information is valid for that section,
 * not for the entire composite file
 * originating files are separated by - filename.js -
 */

/* - skin/mouseover.js - */
// http://www.staticmultimedia.com/portal_javascripts/skin/mouseover.js?original=1
var loading=false;
function highlight(td,isImage){if(loading){td.style.cursor='wait'} else{td.style.cursor='pointer'}
td.className=td.className+' mouseOverTD';if(isImage){var othertd=td.nextSibling;while(othertd.nodeType!=1){othertd=othertd.nextSibling}} else{var othertd=td.previousSibling;while(othertd.nodeType!=1){othertd=othertd.previousSibling}}
if(loading){othertd.style.cursor='wait'} else{othertd.style.cursor='default'}
othertd.className=othertd.className+' mouseOverTD'}
function unhighlight(td,isImage){if(loading){td.style.cursor='wait'} else{td.style.cursor='default'}
td.className=td.className.replace('mouseOverTD','');if(isImage){var othertd=td.nextSibling;while(othertd.nodeType!=1){othertd=othertd.nextSibling}} else{var othertd=td.previousSibling;while(othertd.nodeType!=1){othertd=othertd.previousSibling}}
if(loading){othertd.style.cursor='wait'} else{othertd.style.cursor='default'}
othertd.className=othertd.className.replace('mouseOverTD','')}
function gotoUrl(URL){loading=true;document.body.style.cursor='wait';document.location.href=URL}

/* - skin/static_army.js - */
// http://www.staticmultimedia.com/portal_javascripts/skin/static_army.js?original=1
function openStaticArmy(){window.open('http://www.staticmultimedia.com/files/staticarmy.html','staticarmy','scrollbars=yes,resizable=yes,width=550,height=550,location=no,status=no,toolbar=no')}
