// JavaScript Document

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function detailDisplay() {
	document.getElementById('mainContent').style.height='680px';
	window.scrollTo(0,0);
	MM_showHideLayers('productList','','hide','productList2','','hide','productList3','','hide','productList4','','hide','detailRegion','','show');
}

function prodReturn() {
MM_showHideLayers('productList','','show','productList2','','show','productList3','','show','productList4','','show','detailRegion','','hide','detailRegion2','','hide', 'detailRegion3','','hide','detailRegion4','','hide')	
}