<!-- Insert the onLoad event handler into the BODY tag -->

<!-- Begin
function popupPage() {
var page = "shell_gas_card.htm";
windowprops = "height=80,width=488,location=no,"
+ "scrollbars=no,menubars=no,toolbars=no,resizable=no,left=146,top=200";

window.open(page, "Popup", windowprops);
}
//  End -->



<!-- for floating menu -->
function awmShowMenu(){}




function noRightClick() {
if (event.button==2) {
alert('Sorry! This function has been disabled')
}
}
document.onmousedown=noRightClick






/*Code generated by the onMouseover whipper
Visit http://javascriptkit.com for more info*/

homeoff=new Image(23,23)
homeoff.src="http://www.ingold.net/credit/images/home.gif"
homeon=new Image(23,23)
homeon.src="http://www.ingold.net/credit/images/home1.gif"

favoriteoff=new Image(20,17)
favoriteoff.src="http://www.ingold.net/credit/images/favoriteoff.gif"
favoriteon=new Image(20,17)
favoriteon.src="http://www.ingold.net/credit/images/favoriteon.gif"

moreoff=new Image(55,20)
moreoff.src="images/moreoff.gif"
moreon=new Image(55,20)
moreon.src="images/moreon.gif"

openoff=new Image(110,20)
openoff.src="images/open-windowb-icon.gif"
openon=new Image(110,20)
openon.src="images/open-window-icon.gif"

pointoff=new Image(5,9)
pointoff.src="images/pointnothing.gif"
pointon=new Image(5,9)
pointon.src="images/pointgoldl.gif"


openwin=new Image(120,20)
openwin.src="images/open-animation.gif"



function switchpic(imagename,objectsrc){
if (document.images)
document.images[imagename].src=eval(objectsrc+".src")
}





<!-- The Date -->
    month = new Array(12);
      month[0]="January"
      month[1]="February"
      month[2]="March"
      month[3]="April"
      month[4]="May"
      month[5]="June"
      month[6]="July"
      month[7]="August"
      month[8]="September"
      month[9]="October"
      month[10]="November"
      month[11]="December"

    day = new Array(7);
      day[0]="Sunday"
      day[1]="Monday"
      day[2]="Tuesday"
      day[3]="Wednesday"
      day[4]="Thursday"
      day[5]="Friday"
      day[6]="Saturday"

today=new Date();
dy=today.getDay();
date=today.getDate();
mo=today.getMonth();
yr=today.getFullYear();




function checkinfo ( contact )
{
    // ** START **
    if (info.fname.value == "") {
        alert( "Please enter your First Name" );
        info.fname.focus();
        return false ;
    }
    if (info.lname.value == "") {
        alert( "Please enter your Last Name" );
        info.lname.focus();
        return false ;
    }
    if (info.email.value == "") {
        alert( "Please enter your Email Address" );
        info.email.focus();
        return false ;
    }

    if (info.comments.value == "") {
        alert( "Please enter your Comments" );
        info.comments.focus();
        return false ;
    }

    // ** END **
	return true ;
}


//Popup Window Script
//By JavaScript Kit (http://javascriptkit.com)
//JavaScript tutorials and over 400+ free scripts

function openpopup(){
var popurl="contact-us.htm"
winpops=window.open(popurl,"","left=150,top=50,scrollbars=no, width=468,height=455,")
}






// this function calls a popupWindow where
// win is the page address i.e. '../page.htm'
// and must be specified when the function is called

function popupWindow(win){
	
	newWindow = window.open(win,'newWin','toolbar=no,left=200,top=70,scrollbars=no,resizable=no,width=500,height=500');
	newWindow.focus();
}

