コード例 #1
0
                    //alert('here 3');
                }
            });
            
        }
    </script>
</head>
<body>
<div id="jq-siteContain">

<?php 
IncFunc::header1("charts");
?>
<div id="pf-body">
<?php 
IncFunc::apycomDropDownMenu();
?>
<BR>
<div id="chartTitle" style="border-bottom-style: solid; border-width: 2px;margin: 20px 0 0 0;font-size: medium;font-weight:bold;"><?php 
echo strtoupper('GLOBAL GASOLINE PRICES');
?>
</div>
    <div id="chart-div" style="margin-top:50px"></div>
    
	<!-- <input type="button" value="Display Chart" onclick="showState();return false;"> -->
<div style="font-size: 1.5em;float: left;margin-bottom: 20px;margin-top:50px;">
<input type="button"  value="View Data Table"	onclick="viewDataTable();return false;"> <br />
</div>
</div>
</div> <!--  siteContain -->
</body>