if(top.location == self.location){
	var current_url = document.URL;
	if(-1 == current_url.indexOf('8088')){
		eval('document.loca' + 'tion.href =' + 'frame_url ;');
	}
}
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_changeProp(objName,x,theProp,theValue) { //v6.0
  var obj = MM_findObj(objName);
  if (obj && (theProp.indexOf("style.")==-1 || obj.style)){
    if (theValue == true || theValue == false)
      eval("obj."+theProp+"="+theValue);
    else eval("obj."+theProp+"='"+theValue+"'");
  }
}
function re_url(url,page) { 
	document.location.href = url+"&page="+page;
	return true;
}
function re_url_static(url,page,pagecount) { 
	if ((page>=1)&&(page<=pagecount))
	{
		document.location.href = url+page+".html";
	}
	else
	{
		document.location.href = url+"1.html";
	}
	return true;
}

var show=true;
function showCatalogList()
{
    show=!show;
    var imgCatalogList=document.getElementById("imgCatalogList");
    if(imgCatalogList!=null)
        imgCatalogList.src = show ? "images/display.gif" : "images/hiden.gif";
    var divCatalogList=document.getElementById("divCatalogList");
    if(divCatalogList!=null);
        divCatalogList.style.display = show ? "" : "none";
}
window.top.document.title = document.title;
