// Open New window for login
function remote(){
/*Credit: Website Abstraction www.wsabstract.com more JavaScripts here.*/
win2=window.open("/album_login.html","","width=280,height=300,scrollbars")
win2.creator=self
}
function remote2(){
/*Credit: Website Abstraction www.wsabstract.com more JavaScripts here.*/
win3=window.open("/event_login.html","my","width=280,height=300,scrollbars")
win3.creator=self

}
function remote3(){
/*Credit: Website Abstraction www.wsabstract.com more JavaScripts here.*/
win3=window.open("/basket_login.html","my","width=280,height=300,scrollbars")
win3.creator=self

}

function remote4(){
/*Credit: Website Abstraction www.wsabstract.com more JavaScripts here.*/
win3=window.open("/general_login.html","my","width=280,height=300,scrollbars")
win3.creator=self

}

function ocmhan()
{
  alert( "Copyright Fred Fox Studios" );
  return false;
}
document.oncontextmenu = ocmhan;


// Browser Detect
bName = navigator.appName; //detect for Netscape 3+ or IE 4+
bVer = parseInt(navigator.appVersion);
if ((bName == "Netscape" && bVer >= 3) ||
	(bName == "Microsoft Internet Explorer" && bVer >=4)) br = "n3";
else br = "n2";
// Create image objects, preload all active and inactive /images.
if (br== "n3") {
// Active
	
	img12on = new Image();
	img12on.src = "/images/buttons/b_return2.gif";
	img13on = new Image();
	img13on.src = "/images/buttons/b_viewbasket2.gif";
	img14on = new Image();
	img14on.src = "/images/buttons/b_prev2.gif";
	img15on = new Image();
	img15on.src = "/images/buttons/b_next2.gif";
	img16on = new Image();
	img16on.src = "/images/buttons/b_checkout2.gif";
	img17on = new Image();
	img17on.src = "/images/buttons/b_ve2.gif";
	img18on = new Image();
	img18on.src = "/images/buttons/b_viewpics2.gif";
	img18eon = new Image();
	img18eon.src = "/images/buttons/b_pictures2.gif";
	img19on = new Image();
	img19on.src = "/images/buttons/b_review2.gif";
	img20on = new Image();
	img20on.src = "/images/buttons/b_save2.gif";

	img28on = new Image();
	img28on.src = "/images/buttons/b_ibg2.gif";
	img29on = new Image();
	img29on.src = "/images/buttons/b_iag2.gif";

	img35on = new Image();
	img35on.src = "/images/buttons/b_order2.gif";

	img36on = new Image();
	img36on.src = "/images/buttons/b_viewpics_event2.gif";
	
	img37on = new Image();
	img37on.src = "/images/buttons/b_pr2.gif";
	img38on = new Image();
	img38on.src = "/images/buttons/b_pp2.gif";

	img39on = new Image();
	img39on.src = "/images/buttons/b_vi1.gif";

	img42on = new Image();
	img42on.src = "/images/buttons/b_viewalbum2.gif";

	

	
// Inactive
	
	img12off = new Image();
	img12off.src = "/images/buttons/b_return1.gif";
	img13off = new Image();
	img13off.src = "/images/buttons/b_viewbasket1.gif";
	img14off = new Image();
	img14off.src = "/images/buttons/b_prev1.gif";
	img15off = new Image();
	img15off.src = "/images/buttons/b_next1.gif";
	img16off = new Image();
	img16off.src = "/images/buttons/b_checkout1.gif";
	img17off = new Image();
	img17off.src = "/images/buttons/b_ve1.gif";
	img18off = new Image();
	img18off.src = "/images/buttons/b_viewpics1.gif";
	img18eoff = new Image();
	img18eoff.src = "/images/buttons/b_pictures1.gif";
	img19off = new Image();
	img19off.src = "/images/buttons/b_review1.gif";
	img20off = new Image();
	img20off.src = "/images/buttons/b_save1.gif";
	
	img28off = new Image();
	img28off.src = "/images/buttons/b_ibg1.gif";
	img29off = new Image();
	img29off.src = "/images/buttons/b_iag1.gif";
	
	img35off = new Image();
	img35off.src = "/images/buttons/b_order1.gif";
	
	img36off = new Image();
	img36off.src = "/images/buttons/b_viewpics_event1.gif";

	img37off = new Image();
	img37off.src = "/images/buttons/b_pr1.gif";
	img38off = new Image();
	img38off.src = "/images/buttons/b_pp1.gif";

	img39off = new Image();
	img39off.src = "/images/buttons/b_vi2.gif";

	img42off = new Image();
	img42off.src = "/images/buttons/b_viewalbum1.gif";
	
}

function imgAct(imgName) {
	if (br == "n3") {
		document[imgName].src = eval(imgName + "on.src");
	}
}

function imgInact(imgName) {
	if (br == "n3") {
		document[imgName].src = eval(imgName + "off.src");
	}
}


