// Two-part rollover
// Written by Neil Myatt (neil@zy.com)
// ©1999 Neil Myatt

function checkbrowser () {temp=navigator.userAgent; if((parseInt(temp.substring(8,9))>2)&&(temp.substring(0,7)=="Mozilla")){return true;}}

	if(checkbrowser()==true)

		{
			sqaunlit = new Image(36,39);
			sqaunlit.src = "graphics/sq-balloon-unlit.gif";
			sqbunlit = new Image(36,39);
			sqbunlit.src = "graphics/sq-balloon-unlit.gif";
			sqcunlit = new Image(36,39);
			sqcunlit.src = "graphics/sq-balloon-unlit.gif";
			sqdunlit = new Image(36,39);
			sqdunlit.src = "graphics/sq-balloon-unlit.gif";
			sqeunlit = new Image(36,39);
			sqeunlit.src = "graphics/sq-balloon-unlit.gif";
			sqfunlit = new Image(36,39);
			sqfunlit.src = "graphics/sq-balloon-unlit.gif";
			sqgunlit = new Image(36,39);
			sqgunlit.src = "graphics/sq-balloon-unlit.gif";
			sqalit = new Image(36,39);
			sqalit.src = "graphics/sq-balloon-lit.gif";
			sqblit = new Image(36,39);
			sqblit.src = "graphics/sq-balloon-lit.gif";
			sqclit = new Image(36,39);
			sqclit.src = "graphics/sq-balloon-lit.gif";
			sqdlit = new Image(36,39);
			sqdlit.src = "graphics/sq-balloon-lit.gif";
			sqelit = new Image(36,39);
			sqelit.src = "graphics/sq-balloon-lit.gif";
			sqflit = new Image(36,39);
			sqflit.src = "graphics/sq-balloon-lit.gif";
			sqglit = new Image(36,39);
			sqglit.src = "graphics/sq-balloon-lit.gif";
		}

	sqastatus = 'SkyQwest Balloons Home Page';
	sqbstatus = 'What can you expect from a balloon flight?';
	sqcstatus = 'A brief history of ballooning';
	sqdstatus = 'For more information use our on-line enquiry form';
	sqestatus = 'How to contact us - our address, email, fax  and telephone numbers';
	sqfstatus = 'Links to other sites with ballooning information';
	sqgstatus = 'Take a look at some of our photos in the gallery';