<!--
if (document.images) {
arImgSrc = new Array (
"")
arImgList = new Array ();
for (counter in arImgSrc) {
   arImgList[counter] = new Image();
   arImgList[counter].src = arImgSrc[counter];
   }
};
function rollOver(imgName,isOver,original) {
if (!document.images) {return};
if (original != null) {
otherImg = document.images[original];
if (isOver) {otherImg.src = "http://www.gigundagroup.com/images/" + original + "1.gif"}
       else {otherImg.src = "http://www.gigundagroup.com/images/" + original + "2.gif"};
}
whichImg = document.images[imgName];
if (isOver) {whichImg.src = "http://www.gigundagroup.com/images/" + imgName + "2.gif"}
       else {whichImg.src = "http://www.gigundagroup.com/images/" + imgName + "1.gif"};
}
function open_window(url){
		mywin = window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=600,height=400');
	}

if(navigator.appVersion.indexOf('Mac') != -1){
	document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.gigundagroup.com/css/mac.css">');
}
else{
	document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.gigundagroup.com/css/styles.css">');
}

var this_date_timestamp=new Date()	//get current day-time stamp
var this_year = this_date_timestamp.getYear()	//extract year

if (this_year < 1000)
	this_year+= 1900;	//fix Y2K problem
if (this_year==101)
	this_year=2001;		//fix Netscape browsers - it displays the year as being the year 101!
	
var this_date_string = this_year;	//concat long date string
//-->

