
/* General Site variables script */

pagelink		= document.location
pagename		= document.title
sitetitle		= 'Flourbin@Allseasons © '
siteurl		= 'http://www.flourbin.com'
developer		= 'Peaknet LTD'
developerurl 	= 'http://www.peaknet.co.uk'



/* Call Ingredients for a Product */

function showIngredients(product)
	{
	thisUrl = "/cgi-bin/ingredients.cgi/" + product;
	var ing_window = window.open(thisUrl,"Ingredients","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,height=300,width=400");
	}


/* Detect for correct browser to determine CSS file */

if		(document.layers)		               			{ browser="n4"; }
else if	(document.all)		 	                    		{ browser="ie"; }
else if	(!document.all && document.getElementById)	{ browser="n6"; }


/* Previous Page */

function previous() { history.go(-1); }



/* Print Today's DATE function - Y2K + Netscape friendly */

var months=new Array(13);

months[1]	= "January";
months[2]	= "February";
months[3]	= "March";
months[4]	= "April";
months[5]	= "May";
months[6]	= "June";
months[7]	= "July";
months[8]	= "August";
months[9]	= "September";
months[10]	= "October";
months[11]	= "November";
months[12]	= "December";

var time=new Date();
var lmonth=months[time.getMonth() + 1];
var date=time.getDate();
var year=time.getYear();
if (year < 2000)
year = year + 1900;

function year() { document.write(year); }

defaultStatus	= sitetitle + year;


/* ====================================================
Navigation
==================================================== */


agent = navigator.userAgent;
var selected;
selected = "";
browserVer = 2;
if ((agent.indexOf("MSIE 3",0) != -1))	{
	browserVer = 2
} else {
	browserVer = 1
}
if (browserVer == 1) {
	image40 = new Image();
	image41 = new Image();
	image42 = new Image();
	image43 = new Image();
	image44 = new Image();
	image45 = new Image();
	image46 = new Image();
 image40.src = "/graphics/b1on.gif";
	image41.src = "/graphics/b2on.gif";
	image41.src = "/graphics/b3on.gif";
	image43.src = "/graphics/b4on.gif";
	image44.src = "/graphics/b5on.gif";
	image45.src = "/graphics/b6on.gif";
	image46.src = "/graphics/b7on.gif";
}
function alloff() {
	if (browserVer == 1){
		document.b1.src = "/graphics/the_company.gif";
		document.b2.src = "/graphics/on-line_shop.gif";
		document.b3.src = "/gfx/menu/information.gif";
		document.b4.src = "/graphics/b4.gif";
		document.b5.src = "/graphics/b5.gif";
		document.b6.src = "/graphics/b6.gif";
		document.b7.src = "/graphics/b7.gif";
	}
}
function img_act (thisimg) {
	if (browserVer == 1) {
		document[thisimg].src = "/graphics/" + thisimg + "on.gif"
		//alert("img" + document[thisimg].src);
	}
}
function select (thisimg) {
	if (browserVer == 1){

alloff();
	selected = thisimg;
	img_act(thisimg);
}
}
function img_inact (thisimg) {
	if (browserVer == 1){
		if (selected == "" || selected != thisimg) {
			document[thisimg].src = "/graphics/" + thisimg + ".gif"
			//document.option.src ="option.gif"
}
	}
}

/* End of file */
