if ( typeof( window[ 'ET_scrollable' ] ) == "undefined" ) {ET_scrollable = 'No';} if ( typeof( window[ 'ET_categories_width' ] ) == "undefined" ) {ET_categories_width = '100%';} if ( typeof( window[ 'ET_categories_height' ] ) == "undefined" ) {ET_categories_height = 600;} if ( typeof( window[ 'ET_show_countries' ] ) == "undefined" ) {ET_show_countries = 0;} if ( typeof( window[ 'ET_show_states' ] ) == "undefined" ) {ET_show_states = 0;} if ( typeof( window[ 'ET_show_investment' ] ) == "undefined" ) {ET_show_investment = 0;} if ( typeof( window[ 'ET_show_industries' ] ) == "undefined" ) {ET_show_industries = 1;} if(ET_categories_width.indexOf("%") > 0){ tempWidth = ET_categories_width.replace("%",""); if(parseInt(tempWidth) <= 40){ tempWidth = "40%25"; }else { if(parseInt(tempWidth) > 100){ tempWidth = "100%25"; }else{ tempWidth = tempWidth + "%25"; } } ET_categories_width = tempWidth; }else{ if(parseInt(ET_categories_width) <= 300){ET_categories_width=300;} } document.write('');