// JavaScript Document

<!--

if (TransMenu.isSupported()) { 
var ms = new TransMenuSet(TransMenu.direction.down, 0,1, TransMenu.reference.bottomLeft);
var classifieds = ms.addMenu(document.getElementById("the_edcube_div"));
	classifieds.addItem("EdCube E-portfolio Overview", "/edcube-e-portfolio-overview", "0");
	classifieds.addItem("EdCube Publisher", "/edcube-publisher", "0");
	classifieds.addItem("EdCube Network", "/edcube-network", "0");
	classifieds.addItem("EdCube Connect", "/edcube-connect", "0");
	

function init73() { 
if (TransMenu.isSupported()) { 
TransMenu.initialize();
document.getElementById("menu7385").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}

document.getElementById("menu7385").onmouseout = function() { this.className = ""; }
wedding.onactivate = function() {document.getElementById("wedding").className = "hover"; };
 wedding.ondeactivate = function() {document.getElementById("wedding").className = ""; };
 wedding.onactivate = function() {document.getElementById("commercial").className = "hover"; };
 wedding.ondeactivate = function() {document.getElementById("commercial").className = ""; };
 
document.getElementById("menu7362").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu7348").onmouseout = function() { this.className = ""; }
menu7336.onactivate = function() {document.getElementById("menu7336").className = "hover"; };
 menu7336.ondeactivate = function() {document.getElementById("menu7336").className = ""; };
 }
}
TransMenu.spacerGif = "/images/editorimages/x.gif";
TransMenu.sub_indicator = true; 
TransMenu.menuPadding = 0;
TransMenu.itemPadding = 0;
TransMenu.shadowSize = 2;
TransMenu.shadowOffset = 3;
TransMenu.shadowColor = "#888";
TransMenu.hideDelay = 600;
TransMenu.slideTime = 300;
TransMenu.modid = 73;
TransMenu.selecthack = 1;
TransMenu.renderAll();

if ( typeof window.addEventListener != "undefined" )
window.addEventListener( "load", init73, false );
else if ( typeof window.attachEvent != "undefined" ) {
window.attachEvent( "onload", init73 );
}else{
if ( window.onload != null ) {
var oldOnload = window.onload;
window.onload = function ( e ) {
oldOnload( e );
init73();
}
}else
window.onload = init73();
}
}
//-->