146 lines
4.1 KiB
HTML
Executable File
146 lines
4.1 KiB
HTML
Executable File
|
|
<script src="../js/jquery-1.8.3.min.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="../styles/print.css">
|
|
<script>
|
|
$(document).ready(function(e) {
|
|
$("table").width('700');
|
|
$("table").css('font-size','12px');
|
|
$("table").css('text-decoration','none');
|
|
$('a[target="_blank"]').each(function(index, element) {
|
|
$(this).replaceWith($(this).text());
|
|
});
|
|
$(".fl_region").removeAttr('href');
|
|
});
|
|
</script>
|
|
<style>
|
|
|
|
body { width: 800px; font-size: 12px;}
|
|
|
|
a:link, a:active, a:hover
|
|
{ text-decoration: none;
|
|
font-color: black;
|
|
}
|
|
</style>
|
|
|
|
<script>
|
|
$(document).ready(function() {
|
|
function GetURLParameter(sParam)
|
|
{
|
|
var sPageURL = window.location.search.substring(1);
|
|
var sURLVariables = sPageURL.split('&');
|
|
for (var i = 0; i < sURLVariables.length; i++)
|
|
{
|
|
var sParameterName = sURLVariables[i].split('=');
|
|
if (sParameterName[0] == sParam)
|
|
{
|
|
return sParameterName[1];
|
|
}
|
|
}
|
|
}
|
|
|
|
var fieldkey = GetURLParameter('fieldkey');
|
|
var alphaletter = GetURLParameter('alphaletter');
|
|
var countryname = GetURLParameter('countryname');
|
|
var countrycode = GetURLParameter('countrycode');
|
|
|
|
|
|
$("#alpha").html(alphaletter);
|
|
$("#" + fieldkey).addClass('selected');
|
|
|
|
//$('html,body').animate({scrollTop:$('#' + fieldkey).offset.top + 20},1000);
|
|
$("#" + fieldkey).offset({top: 20});
|
|
|
|
});
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script language="javascript" type="text/javascript">
|
|
<!--
|
|
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
|
window.open(theURL,winName,features);
|
|
}
|
|
//-->
|
|
</script>
|
|
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="fieldlisting1" >
|
|
<tr height="25">
|
|
<td style="background-image: url(../graphics/gold_gradiant.gif); background-repeat: repeat-x;" class="region">Field Listing<strong> :: Pipelines</strong></span></td>
|
|
<td align="right" valign="middle" style="background-image: url(../graphics/gold_gradiant.gif); background-repeat: repeat-x;">
|
|
<script language="javascript" type="text/javascript">
|
|
<!--
|
|
function MM_swapImgRestore() { //v3.0
|
|
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
|
|
}
|
|
function MM_preloadImages() { //v3.0
|
|
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
|
|
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
|
|
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
|
|
}
|
|
|
|
function MM_findObj(n, d) { //v4.01
|
|
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 && d.getElementById) x=d.getElementById(n); return x;
|
|
}
|
|
|
|
function MM_swapImage() { //v3.0
|
|
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
|
|
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
|
|
}
|
|
//-->
|
|
</script>
|
|
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table id="fieldlisting" cellpadding="6" cellspacing="2" width="100%">
|
|
<tr>
|
|
<td colspan="2">
|
|
<span class="category_data">This entry gives the lengths and types of pipelines for transporting products like natural gas, crude oil, or petroleum products.</span></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table width="100%" border="0" cellspacing="2" cellpadding="2">
|
|
<tr bgcolor="#F8f8e7" valign="middle" height="25">
|
|
|
|
<th scope="col"width="200" align="middle" style="padding-left: 5px;"><div class="smalltext"><strong>Country</strong></div></th>
|
|
|
|
<th scope="col"align="middle" class="smalltext" style="padding-left: 5px;"> Pipelines </th>
|
|
</tr>
|
|
</table>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<script>
|
|
$(document).ready(function() {
|
|
// Show or hide the sticky footer button
|
|
$(window).scroll(function() {
|
|
if ($(this).scrollTop() > 350) {
|
|
$('.go-top1').fadeIn(100);
|
|
} else {
|
|
$('.go-top1').fadeOut(100);
|
|
}
|
|
});
|
|
|
|
// Animate the scroll to top
|
|
$('.go-top1').click(function(event) {
|
|
event.preventDefault();
|
|
|
|
$('html, body').animate({scrollTop: 350}, 300);
|
|
})
|
|
});
|
|
</script>
|