-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
714 lines (615 loc) · 32.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
<!DOCTYPE HTML>
<html lang="en-US">
<meta http-equiv="X-UA-Compatible" content="IE=10" />
<head>
<meta http-equiv=content-type content="text/html; charset=iso-8859-1">
<meta name="DC.title" content="Bureau of Economic Analysis" />
<meta name="DC.creator" content="US Department of Commerce, BEA, Bureau of Economic Analysis" />
<meta name="DC.language" scheme="DCTERMS.RFC4646" content="EN-US" />
<link rel="P3Pv1" href="/w3c/p3p.xml">
<link rel="alternate" type="application/rss+xml" title="BEA - Current Release (RSS)" href="http://www.bea.gov/rss/rss.xml">
<meta name="apple-mobile-web-app-title" content="BEA">
<meta name="application-name" content="BEA">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="/mstile-144x144.png?v=9BBR3Ay64f">
<meta name="theme-color" content="#ffffff">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png?v=9BBR3Ay64f">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png?v=9BBR3Ay64f">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png?v=9BBR3Ay64f">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png?v=9BBR3Ay64f">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png?v=9BBR3Ay64f">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png?v=9BBR3Ay64f">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png?v=9BBR3Ay64f">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png?v=9BBR3Ay64f">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png?v=9BBR3Ay64f">
<link rel="icon" type="image/png" href="/favicon-32x32.png?v=9BBR3Ay64f" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-194x194.png?v=9BBR3Ay64f" sizes="194x194">
<link rel="icon" type="image/png" href="/favicon-96x96.png?v=9BBR3Ay64f" sizes="96x96">
<link rel="icon" type="image/png" href="/android-chrome-192x192.png?v=9BBR3Ay64f" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-16x16.png?v=9BBR3Ay64f" sizes="16x16">
<link rel="manifest" href="/manifest.json?v=9BBR3Ay64f">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=9BBR3Ay64f" color="#5bbad5">
<link rel="shortcut icon" href="/favicon.ico?v=9BBR3Ay64f">
<!--CSS Frameworks -->
<link rel="stylesheet" type="text/css" href="css/reset_global.css" >
<link rel="stylesheet" type="text/css" href="framework/jquery-ui-1.11.4/jquery-ui.css">
<link rel="stylesheet" type="text/css" href="framework/bootstrap-3.3.6-dist/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/jquery-override.css">
<link rel="stylesheet" type="text/css" href="css/bea_refresh-bootstrap-fix.css">
<link rel="stylesheet" type="text/css" href="css/bea_refresh.css">
<link rel="stylesheet" type="text/css" href="scripts/fancybox2/jquery.fancybox.css">
<!--Javascript Frameworks -->
<script src="framework/jquery-1.12.3.min.js"></script>
<script src="framework/jquery-ui-1.11.4/jquery-ui.min.js"></script>
<script src="framework/bootstrap-3.3.6-dist/js/bootstrap.min.js"></script>
<!--Javascript - Fancybox -->
<script type="text/javascript" src="scripts/fancybox2/jquery.fancybox.pack.js"></script>
<script type="text/javascript" src="scripts/fancybox2/jquery.fancybox-media.js"></script>
<!-- Radhika Custom Styles -->
<link href="css/custom.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<script type="text/javascript">
//$(document).ready(function() {
// $(".fancybox").fancybox({
// helpers : {
// media: true
// }
// });
// });
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
function MM_findObj(n, d) { //v4.0
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 && document.getElementById) x=document.getElementById(n); return x;
}
function MM_jumpMenuGo(selName,targ,restore){ //v3.0
var selObj = MM_findObj(selName); if (selObj) MM_jumpMenu(targ,selObj,restore);
}
</script>
<style id="antiClickjack">body{display:none !important;}</style>
<script type="text/javascript">
if (self === top) {
var antiClickjack = document.getElementById("antiClickjack");
antiClickjack.parentNode.removeChild(antiClickjack);
} else {
top.location = self.location;
}
</script>
<script src="scripts/jquery.resizeimagetoparent.min.js"></script>
<script>
var logindialogpanel, infodialogpanel, form, redirectto, IsLoggedIn, IsAuthenticated, LoginRequired
$(function () {
IsLoggedIn = false;
IsAuthenticated = false;
LoginRequired = false;
// From http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#e-mail-state-%28type=email%29
email = $("#TextBoxUserName"),
emailRegex = /^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,
password = $("#TextBoxPassword"),
allFields = $([]).add(email).add(password),
tips = $(".validateTips");
//$(".CustomPageTitle").html("<strong>" + document.title + "</strong>");
$(".CustomPageTitle").html(document.title);
function updateTips(t) {
tips
.text(t);
}
function checkLength(o, n, min, max) {
if (o.val().length > max || o.val().length < min) {
o.addClass("ui-state-error");
updateTips("Length of " + n + " must be between " +
min + " and " + max + ".");
return false;
} else {
return true;
}
}
function checkRegexp(o, regexp, n) {
if (!(regexp.test(o.val()))) {
o.addClass("ui-state-error");
updateTips(n);
return false;
} else {
return true;
}
}
function validateLogin() {
var valid = true;
allFields.removeClass("ui-state-error");
valid = valid && checkLength(email, "Email address", 3, 100);
valid = valid && checkRegexp(email, emailRegex, "Please enter a valid email address");
valid = valid && checkLength(password, "Password", 6, 15);
valid = valid && checkRegexp(password, /^([0-9a-zA-Z])+$/, "Password field only allows letters and digits");
valid = valid && checkRegexp(password, /([\d])/, "Password field must contain at least one digit"); //(?=.*[\d])
valid = valid && checkRegexp(password, /([A-Za-z])/, "Password field must contain at least one letter");
return valid;
}
logindialogpanel = $("#LoginPanel").dialog({
autoOpen: false,
width: 500,
modal: true,
closeOnEscape: true,
draggable: true,
resizable: true,
title: "Sign In",
overlay: "background-color: black; opacity: 90",
buttons: {
Cancel: function () { $(this).dialog('close'); },
"Sign In": function () {
if (validateLogin()) {
//$('#rimsform').submit();
ServerLogin($("#TextBoxUserName").val() + "\t" + $("#TextBoxPassword").val());
}
}
},
close: function () {
allFields.removeClass("ui-state-error");
updateTips("Please enter your RIMS account information.");
}
});
infodialogpanel = $("#infodialog").dialog({
autoOpen: false,
title: 'Info',
closeOnEscape: true,
draggable: true,
resizable: true,
width : 800,
height : $(window).height()-90,
modal : true
});
logindialogpanel.parent().appendTo("form#rimsform");
$("#Loginlnk").on("click", function () {
logindialogpanel.dialog("open");
$('#LoginPanel input[type=submit]').addClass('btn button-submit');
});
$('#LoginPanel').keypress(function (e) {
var key = e.which;
if(key == 13) // the enter key code
{
if (validateLogin()) {
ServerLogin($("#TextBoxUserName").val() + "\t" + $("#TextBoxPassword").val());
}
return false;
}
});
$(".linebreaktooltip").attr("title", function(i, origValue){
return origValue.replace(/~/g,"\n");
});
});
//*******************
function invokeinfodialog(infocontenturl, dialogtitle, showmodal, width, height) {
infodialogpanel = $("#infodialog").dialog();
if (infodialogpanel.dialog( "isOpen" )) infodialogpanel.dialog("close");
width = typeof width !== 'undefined' ? width : 800;
height = typeof height !== 'undefined' ? height : $(window).height()-90;
infodialogpanel.dialog("option", "height", height);
infodialogpanel.dialog("option", "width", width);
infodialogpanel.dialog("option", "title", dialogtitle);
if (showmodal == true){
infodialogpanel.dialog("option", "modal", true );
}
else{
infodialogpanel.dialog("option", "modal", false );
}
infodialogpanel.load(infocontenturl, function() {
infodialogpanel.dialog("open");
updatestateimage();
infodialogpanel.scrollTop();
});
}
function InvokeLogin(redirecttolink) {
redirectto = redirecttolink;
logindialogpanel = $("#LoginPanel").dialog();
if (logindialogpanel.dialog( "isOpen" )) logindialogpanel.dialog("close");
logindialogpanel.dialog("open");
}
function ServerLogin(sValue) {
ServerLoginSubmit(sValue, "");
}
function ServerLoginCallback(rValue) {
//if (rValue.indexOf("Login Succeeded") == 0) {
var LoginReturn = JSON && JSON.parse(rValue) || $.parseJSON(rValue);
var tips = $(".validateTips");
if (LoginReturn.Status == "Login Succeeded") {
tips.removeClass("ui-state-error");
$("#Loginlnk").text("Welcome, " + LoginReturn.CustomerFirstName + ". (Sign Out)");
$("#Loginlnk").attr("href", "signout.aspx");
$("#hlShoppingCart").attr("href","basket.aspx");
$("#hlViewOrder").attr("href","vieworder.aspx");
$("#hlUpdateAccount").attr("href","myaccount.aspx");
if (redirectto) {
window.location = redirectto;
//window.location.reload(); //update the login controls
return;
}
else
{
if (window.location.href.indexOf("signout.aspx") >= 0) {
window.location = "home.aspx";
return;
}
logindialogpanel.dialog("close")
return;
}
}
tips.text(LoginReturn.Status ? LoginReturn.Status : "Login Failed");
tips.addClass("ui-state-error");
}
function updatestateimage() {
$(".ui-dialog-content").each(function(){
var ratio_cont = jQuery(this).width()/jQuery(this).height();
var $img = jQuery(this).find("img");
var ratio_img = $img.width()/$img.height();
if (ratio_cont > ratio_img)
{
$img.css({"width": "100%", "height": "auto"});
}
else if (ratio_cont < ratio_img)
{
$img.css({"width": "auto", "height": "100%"});
}
}); //missing )
};
//*******************
</script>
<title>RIMS II Online Order and Delivery System</title>
</head><body class="regional">
<!-- START:Header -->
<div id="header">
<form class="search-form" id="search-form" action="http://search.bea.gov/search" method="get" accept-charset="UTF-8">
<div class="search-wrapper">
<div class="search-textBox">
<input name="query" class="search-input-text" id="search-textfield" type="text" autocomplete="off">
</div>
<div class="search-submitButton">
<input name="commit" class="search-input-button" id="search-submit" type="submit" value="Go">
</div>
</div>
<input name="utf8" type="hidden" value="âœ"">
<input name="affiliate" id="affiliate" type="hidden" value="u.s.bureauofeconomicanalysis">
</form>
<a class="bea-link" href="/index.htm"></a> <a class="doc-link" href="http://www.commerce.gov"></a>
</div>
<cfinclude template="/_includes/header_tabs_main.ssi">
<div id="topTabs">
<ul>
<li id="home"><a href="/index.htm"><span>Home</span></a></li>
<li id="national"><a href="/national/index.htm"><span>National</span></a></li>
<li id="international"><a href="/international/index.htm"><span>International</span></a></li>
<li id="regional"><a href="/regional/index.htm"><span>Regional</span></a></li>
<li id="industry"><a href="/industry/index.htm"><span>Industry</span></a></li>
<li id="interactive"><a href="/itable/"><span>Interactive Data</span></a></li>
<li id="about" class="float-tab"><a href="/about/index.htm"><span>About BEA</span></a></li>
<li id="faqs" class="float-tab"><a href="/faq/index.cfm"><span>FAQs</span></a></li>
<li id="contact" class="float-tab"><a href="/contacts/search.htm"><span>Contact Us</span></a></li>
</ul>
</div>
<nav id="bottomTabs">
<ul>
<li id="aboutRegional"><a href="/regional/about.cfm">About Regional</a></li>
<li id="method"><a href="/regional/methods.cfm">Methodologies</a></li>
<li id="articles"><a href="/regional/articles.cfm">Articles</a></li>
<li id="schedule"><a href="/newsreleases/news_release_sort_regional.htm">Release Schedule</a></li>
<li id="contacts"><a href="/contacts/email.htm">Staff Contacts</a></li>
<li id="subscription"><a href="/_subscribe/">Email Subscriptions</a></li>
</ul>
</nav>
<div class="clear"></div><form name="rimsform" method="post" action="./home.aspx" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'ButtonLogin')" id="rimsform">
<div>
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="CJBLjSqObIfR+waZbGxxgJdMhFtCHU8Y8vp/VCuqnkmkM9+YWqnJGpVVM7eDQKFLYgsdC4lY7QypuBAczLR/z1si3TIe/J5F9ZQYeOW3+jlLklTv7+wBXRHvUZ/kwRc+uz1KDikHbMm2VOdeRR1bVbCmJWWVEZgDkpLUfFqrNDoS9mv2x5RvTEs0lWn0gCOJdLmvo7KJwZxfPYDSr5uCAlCQYp+WXq1KW+jA7MaXnNXt2FWcZ0SHbWr6uAacBiXZR5Zq3qgwZ+dqWFIuNtyOMKGx2whuxT+XLOXVdq6GXFSPpILv1uMQe3sniJSnbve2iKqnbqicU8YCJU0viMgNLQZkcc+YN8u/jvMgy2Dem2bDfMrmxR+G/h6R2S+23FweCDgVhg==" />
</div>
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['rimsform'];
if (!theForm) {
theForm = document.rimsform;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>
<script src="/regional/rims/rimsii/WebResource.axd?d=_tydoX_tT4-Z2WfxPp7Y_5VoOcrd8kJCnUKxtA0Bk7MzBOf9SpTRKGuMoaTe15cCcClA61hhKemJ67iL0&t=635803038500000000" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function ServerLoginSubmit(arg, context){ WebForm_DoCallback('ctl00',arg,ServerLoginCallback,context,null,false);}//]]>
</script>
<script src="/regional/rims/rimsii/WebResource.axd?d=dagktgv7f8XSRlNyRxdFERfiMEjZlyDzxbmDHgIdwReBTWLDp9v3UingL7nWu8M8VfVy2V3fSg1Hkkum0&t=635803038500000000" type="text/javascript"></script>
<div>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="87F8FA08" />
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="qb78jI6gpI0QkkCA/YsRrS5DQsuYC5owqPXh2PdFSB3yY8afg45qg0yWdkcifuL6AbKih853dBwEXf3wRUY56ALZ96tuJmRJphGbdPUIK2y9iFyDZ9f/dVFKltiY//BpCeikmgRHfxHJB9h89eN+8fsiLgA/MpKAFlWIrCl69MKIj4pX6DwDe8uOkjB0Nkdtku4a7C8HGtm8bLvIpOApILtJzZN42IkcjgAe6w==" />
</div>
<!--*********************Start of Login controls*************************-->
<div id="content">
<!-- <h1 class="CustomPageTitle">RIMS II Online Order and Delivery System</h1>
<div id="LabelShowSessionMessage"></div>
<div class="rimsloginheader btn-group">
<span id="lblName"></span>
<a id="Loginlnk" class="btn btn-default" style="color:#00267F;text-decoration:none;cursor: pointer;">Sign In</a>
<a id="hlShoppingCart" class="btn btn-default" href="javascript:InvokeLogin('basket.aspx');" style="color:#00267F;text-decoration:none;">Shopping Cart</a>
<span id="lblitems"></span>
<hr />
</div> -->
<!--*********************End of Login controls*************************-->
<!--*********************START OF NEW MENU*************************-->
<div class="row">
<div class="col-lg-2 col-md-3 col-sm-4 col-xs-3" style="padding: 0; font-size: 17px;">
<div id="sidebarLeft_wrapper">
<div class="sidebarLeft_baseInsert">
<a id="Loginlnk" class="btn btn-primary rims-blue-btn btn-block" style="color:#00267F;text-decoration:none;cursor: pointer;font-size: 17px;">Sign In</a>
<a id="hlShoppingCart" class="btn btn-primary rims-blue-btn btn-block" href="page-one-ordering.html" style="color:#00267F;text-decoration:none;font-size: 17px;">Order Multipliers</a>
<ul class="nav navbar-stacked "> <!--Removed BEA class sidebarLeft_section -->
<li class="menuItem">
<i class="fa fa-shopping-cart fa-lg" aria-hidden="true"></i>
<a href="home.aspx">Shopping Cart</a>
</li>
<li class="menuItem">
<i class="fa fa-file-text-o fa-lg" aria-hidden="true"></i>
<a href="placeorder.aspx">View Multipliers</a>
</li>
<li class="menuItem">
<i class="fa fa-user fa-lg" aria-hidden="true"></i>
<a href="help.aspx">Update Account</a>
</li>
<li class="menuItem">
<i class="fa fa-newspaper-o fa-lg" aria-hidden="true"></i>
<a id="hlViewOrder" href="javascript:InvokeLogin('vieworder.aspx');">Case Studies</a>
</li>
<li class="menuItem">
<i class="fa fa-table fa-lg" aria-hidden="true"></i>
<a id="hlUpdateAccount" href="javascript:InvokeLogin('myaccount.aspx');">Sample Tables</a>
</li>
<li class="menuItem">
<i class="fa fa-list fa-lg" aria-hidden="true"></i><a href="sampleorderdetail.aspx">Industry Lists</a>
</li>
<li class="menuItem">
<i class="fa fa-bar-chart fa-lg" aria-hidden="true"></i>
<a href="index.html">About RIMS</a>
</li>
<li class="menuItem">
<i class="fa fa-question-circle fa-lg" aria-hidden="true"></i>
<a href="faq-page.html">FAQ's</span></a>
</li>
<li class="menuItem">
<i class="fa fa-pencil fa-lg" aria-hidden="true"></i>
<a href="contact-us.html">Contact Us</a>
</li>
</ul>
</div>
</div>
</div>
<!--*********************END OF NEW MENU*************************-->
<div class="container col-lg-10 col-md-9 col-sm-8 col-xs-9" >
<!--*********************Start of Body Content*************************-->
<div class="row">
<div class="landing-page-div">
<h2 class="landing-page-heading"><strong>Welcome to RIMS II Online Order and Delivery System</strong></h2>
<p class="landing-page-p">The Regional Input-Output Modeling System (RIMS II), a regional economic model, is a tool used by investors, planners, and elected officials to objectively assess the potential economic impacts of various projects. This model produces multipliers that are used in economic impact studies to estimate the total impact of a project on a region. The idea behind the results of RIMS II is that an initial change in economic activity results in other rounds of spending—for example, building a new road will lead to increased production of asphalt and concrete. The increased production of asphalt and concrete will lead to more mining. Workers benefiting from these increases will spend more, perhaps by eating out at nicer restaurants or splurging more on entertainment.
</p>
</div>
<div class="landing-page-div">
<h3 class="landing-page-heading"><b>What are RIMS II multipliers?</b></h3>
<p class="landing-page-p">RIMS II input-output multipliers show how local demand shocks affect total gross output, value added, earnings, and employment in the region.</p>
<p class="landing-page-p">RIMS II multipliers based on 2007 national benchmark input-output data and 2013 regional data were released in November 2015.
The multipliers will be updated with 2014 regional data in 2016.</p>
<p class="landing-page-p">RIMS II multipliers incorporating BEA's annual input-output accounts have been discontinued.</p>
</div>
<div class="landing-page-div">
<h3 class="landing-page-heading"><b>How much do multipliers cost?</b></h3>
<p class="landing-page-p"><strong>$275 per Region</strong><br>
Multipliers are provided for all industries in the model for the region that is ordered. The region must contain one or more contiguous counties.</p>
<br>
<p class="landing-page-p"><strong>$75 per Industry</strong><br>
Multipliers are provided for 50 states and the District of Columbia for the industry that is ordered.</p>
</div>
<!-- NEW CODE FOR WALT -->
<div class="landing-page-div">
<a href="page-one-ordering.html" class="btn rims-orange-btn" style="margin-right: 30px;">Order Multipliers</a>
<a href="" class="btn rims-orange-btn" style="margin-right: 30px;">View Multipliers</a>
<a href="https://www.bea.gov/regional/pdf/rims/rimsii_user_guide.pdf" target="blank" class="btn rims-orange-btn">RIMS User Guide</a>
</div>
<!-- END NEW CODE FOR WALT -->
</div>
<!-- <span style="font-size:115%"><b>What industry detail is available?</b>
</span><br /><br />
<ul>
<li>Multipliers are provided for <a href="download/369IndustryListA.pdf"
class="all_links" target="_blank">369 detailed industries</a><span class="file_size">
(PDF)</span> and <a href="download/64IndustryListB.pdf"
class="all_links" target="_blank">64 industry aggregates</a><span class="file_size">
(PDF)</span>.
</ul> -->
<!-- <br /> -->
<!-- <table id="buttons" width="100%">
<tr>
<td>
<input type="submit" name="ctl00$RIMSPlaceHolder$btnPlaceOrder" value="Place an Order" id="RIMSPlaceHolder_btnPlaceOrder" />
<input type="submit" name="ctl00$RIMSPlaceHolder$btnViewPurchased" value="View Multipliers" id="RIMSPlaceHolder_btnViewPurchased" />
</td>
<td>
</td>
</tr>
</table> -->
<!--*********************End of Body Content*************************-->
</div>
</div>
<!--*********************Start of Login panel modal dialog*************************-->
<div id="LoginPanel">
<p id="validateTips" class="validateTips">Please enter your RIMS account information.</p>
<table border="0">
<tbody>
<tr>
<td class="email-label">
<label for="TextBoxUserName" id="LabelUserName">E-mail Address:</label></td>
<td class="email-input">
<input name="ctl00$TextBoxUserName" type="text" id="TextBoxUserName" /></td>
</tr>
<tr>
<td class="password-label">
<label for="TextBoxPassword" id="LabelPassword">Password:</label></td>
<td class="password-input">
<input name="ctl00$TextBoxPassword" type="password" id="TextBoxPassword" /></td>
</tr>
<tr>
<input type="submit" name="ctl00$ButtonLogin" value="Sign In" onclick="return false;" id="ButtonLogin" tabindex="-1" style="position: absolute; top: -1000px;" />
</tr>
<tr>
<td class="alternate-links" colspan="2"><a href="register.aspx">Register</a> | <a href="forgotpassword.aspx">Forgot your password?</a></td>
</tr>
</tbody>
</table>
</div>
<!--*********************End of Login panel modal dialog*************************-->
<!--*********************Start of info modal dialog*************************-->
<div id="infodialog">
No info available.
</div>
<!--*********************End of info modal dialog*************************-->
</div>
<!-- content div -->
<script type="text/javascript">
//<![CDATA[
var callBackFrameUrl='/regional/rims/rimsii/WebResource.axd?d=jj5J_PTEsYKabw7GgLLDBBZFEyMPwfDS0rwZwSd25b4_I_trbA2sj_EaezZQk9gVgto0oAXbITH19tmA0&t=635803038500000000';
WebForm_InitCallback();WebForm_AutoFocus('ButtonLogin');//]]>
</script>
</form>
<div id="footer_wrapper">
<div class="centerContent_wrapper">
<div class="lastUpdate_wrapper">
<div class="lastUpdate_wrapperRight">
<script type="text/JavaScript" language="JavaScript">
<!--
// format date as dd-mmm-yy
// example: 12-Jan-99
function date_ddmmmyy(date){
var d = date.getDate();
var m = date.getMonth() + 1;
var y = date.getYear();
if(y >= 2000){y -= 2000;}
if(y >= 100){y -= 100;}
var mmm = ( 1==m)?'Jan':( 2==m)?'Feb':(3==m)?'Mar':( 4==m)?'Apr':( 5==m)?'May':(6==m)?'Jun':( 7==m)?'Jul':( 8==m)?'Aug':(9==m)?'Sep':(10==m)?'Oct':(11==m)?'Nov':'Dec';
return "" + (d<10?"0"+d:d) + "-" + mmm + "-" + (y<10?"0"+y:y)
;}
function date_lastmodified(){
var lmd = document.lastModified;
var s = "Unknown";
var d1;
if(0 != (d1=Date.parse(lmd))){s = "" + date_ddmmmyy(new Date(d1));}
return s;
}
document.write( "Updated: " + date_lastmodified() );
// -->
</script>
</div>
</div>
<div class="footerLinks_shell">
<div class="footerLinks_wrapper">
<div class="columnLeft_wrapper" style="width:210px;">
<ul class="topicMain">
<li><a href="/contacts/search.htm">Contact Us</a></li>
<li><a href="/faq/index.cfm">Frequently Asked Questions</a></li>
<li><a href="/about/index.htm">About BEA</a></li>
<li><a href="/about/policies.htm">Policies</a></li>
</ul>
<ul class="general_links">
<li><a href="/about/Privacy_Statement.htm">Privacy Policy</a></li>
<li><a href="/about/accessibility.htm">Accessibility</a></li>
<li><a href="/_pdf/scientific_integrity_statement_of_the_principal_statistical_agencies.pdf">Commitment to Scientific Integrity</a></li>
<li><a href="/about/infoqual.htm">Information Quality Guidelines</a></li>
<li><a href="/about/BEAdissemination.htm">Data Dissemination Practices</a></li>
<li><a href="/data.htm">Open Data</a></li>
<li><a href="/status/index.cfm">ESR System</a></li>
<li><a href="http://www.usa.gov/">USA.gov</a></li>
<li><a href="http://www.commerce.gov/">COMMERCE.gov</a></li>
</ul>
</div>
<div class="columnLeft_wrapper">
<ul>
<li class="title">News</li>
<li><a href="/newsreleases/glance.htm">U.S. Economy at a Glance</a></li>
<li><a href="/newsreleases/rels.htm">Current Releases</a></li>
<li><a href="/newsreleases/release_archive.htm">News Release Archive</a></li>
</ul>
</div>
<div class="columnLeft_wrapper">
<ul>
<li class="title">Information For...</li>
<li><a href="/newsroom/index.htm">Media</a></li>
<li><a href="/congressional/index.htm">Congressional Users</a></li>
<li><a href="/efile/">eFile Users</a></li>
<li><a href="/surveys/respondent_be13.htm">BE-13 Respondents</a></li>
<li><a href="/surveys/privatefunds">Private Fund Reporters</a></li>
<li><a href="/jobs/index.htm">Job Seekers</a></li>
</ul>
</div>
<div class="columnLeft_wrapper">
<ul>
<li class="title">Factsheets</li>
<li><a href="/regional/bearfacts/">Regional PI & GDP</a></li>
<li><a href="/international/factsheet/">Int'l Trade & Investment</a></li>
</ul>
</div>
<div class="columnLeft_wrapper">
<ul>
<li class="title">Publications</li>
<li><a href="/scb/index.htm"><em>Survey of Current Business</em></a></li>
<li><a href="/research/by_topic.htm">Papers by Topic</a></li>
<li><a href="/agency/pdf/BEA_Customer_Guide.pdf">BEA Customer Guide</a></li>
</ul>
</div>
<div class="columnLeft_wrapper">
<ul>
<li class="title">Resources</li>
<li><a href="/itable/index.cfm">Interactive Data</a></li>
<li><a href="/research/index.htm">Research at BEA</a></li>
<li><a href="/developers/">Developers</a></li>
<li><a href="/video/index.htm">Multimedia</a></li>
<li><a href="/faq/index.cfm">FAQs</a></li>
</ul>
</div>
<div class="columnLeft_wrapper">
<ul>
<li class="title">More</li>
<li><a href="/about/director.htm">Director's Page</a></li>
<li><a href="/agency/exhibit_schedule.htm">Conferences</a></li>
<li><a href="/about/BEAciting.htm">Guidelines for Citing BEA Information</a></li>
</ul>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</body>
</html>
<!--Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-37717925-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript" src="scripts/uaevents.js"></script>
<script type="text/javascript">
//<![CDATA[
var aid = "u.s.bureauofeconomicanalysis";
var script = document.createElement('script');
script.type = "text/javascript";
script.src = "http://search.usa.gov/javascripts/stats.js";
document.getElementsByTagName("head")[0].appendChild(script);
//]]>
</script>
</div>
</body></html>