var URLpath = window.location.toString().toLowerCase();
var filePath = URLpath.split("/");
var pos = filePath.length;
var currPage = filePath[pos-1];
var currPageSplit = currPage.split(".");
var currCategory = currPageSplit[0];

var currCategorySplit = currCategory.split("_");
var subCategory = currCategorySplit[0];

//alert(currCategory);

if (AC_FL_RunContent == 0) {alert("This page requires AC_RunActiveContent.js.");} 
else {AC_FL_RunContent('codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0','width', '780','height', '75','src', 'swf/nav?currCategory='+currCategory+'&subCategory='+subCategory,'quality', 'high','pluginspage', 'http://www.macromedia.com/go/getflashplayer','align', 'middle','play', 'true','loop', 'true','scale', 'showall','wmode', 'transparent','devicefont', 'false','id', 'nav','bgcolor', '#ffffff','name', 'nav','menu', 'true','allowFullScreen', 'false','allowScriptAccess','sameDomain','movie', '/swf/nav?currCategory='+currCategory+'&subCategory='+subCategory,'salign', '');}


