//---------------------------------------------------------
//	ADMIN USERS
//---------------------------------------------------------
var siteurl = "om4as";
var sitename = "omnexus4adhesives";


//---------------------------------------------------------
//	ADMIN SUPPLIERS
//---------------------------------------------------------
var imageext = "OM4AS";


//---------------------------------------------------------
//	LOGIN POPUP, CONTACT CUSTOMER SUPPORT POPUP
//---------------------------------------------------------
var sitefullurl = "http://www.omnexus4adhesives.com";


//-----------------------------------------------------------------------------
// Browser test
//-----------------------------------------------------------------------------
var ns4 = false;
var ie4 = false;
if (document.layers)
	ns4 = true;
if (document.all)
    ie4 = true;

//-----------------------------------------------------------------------------
// fix absolute z-index for the left menu
//-----------------------------------------------------------------------------
$(document).ready(function() {
    if ($.browser.msie) {
        $('div').each(function(i) {
            if ($(this).css('position') != 'absolute') $(this).css('zIndex', 2000 - (i * 10));
        });
    }
});

