







function getObject (obj) {
var theobj=""
if (typeof obj =="string") {theobj = eval("document.all." + obj)}
else {theobj=obj}
return theobj
}





function displaySubMenu (submenu){
var thismenu=getObject(submenu)
var cmenu = getObject()
hideSubMenu(currentmenu)
thismenu.style.visibility='visible'

currentmenu=submenu
}

function hideSubMenu (submenu){
var theobj=getObject(submenu)
theobj.style.visibility='hidden'
}









 
 
 
 

 
  
  
  
  
 function pos(clangername,x,y,zindex,visibility){
 
 var ie=document.all
 var ns6=document.getElementById&&!document.all
 var theobj=getObject(clangername)
 
 if (ns6) {
 theobj.style.left=x
 theobj.style.top=y
 theobj.style.zIndex=zindex
 theobj.style.visibility=visibility}
 else {
 theobj.style.pixelLeft=x
 theobj.style.pixelTop=y
 theobj.style.zIndex=zindex
 theobj.style.visibility=visibility
 }
}
 
 function posMenu(clangername,zindex,visibility){
 
 var ie=document.all
 var ns6=document.getElementById&&!document.all
 var theobj=getObject(clangername)
 
 if (ns6) {

 theobj.style.zIndex=zindex
 theobj.style.visibility=visibility}
 else {

 theobj.style.zIndex=zindex
 theobj.style.visibility=visibility
 }
}
 
  
  

function init(){
if (is_ie5_5up) {document.all.window1.className="drag"}
document.all.loadgfx.src = "spacer.gif"
positionHome()
}




function swapImageOver (imgsrc,url)
{
	document.images['mainImage'].src = imgsrc;
	//document.getElementById('designtext').innerHTML = nameText;
	
	document.getElementById('mainImageLink').href = url;

	
}

function swapImageOut()
{
	//document.images['itemImageMain'].src =  'images/spacer.gif';
}




