// hide this script from non-javascript-enabled browsers

// pre-cache 'filename' button state images

if (document.images) {
var Nhome_up = new Image(117,41)
Nhome_up.src = "images/buttons/home_up.gif"
var Nhome_over = new Image(117,41)
Nhome_over.src = "images/buttons/home_over.gif"
}

if (document.images) {
var Nabout_up = new Image(117,41)
Nabout_up.src = "images/buttons/about_up.gif"
var Nabout_over = new Image(117,41)
Nabout_over.src = "images/buttons/about_over.gif"
}

if (document.images) {
var Ninventory_up = new Image(117,41)
Ninventory_up.src = "images/buttons/inventory_up.gif"
var Ninventory_over = new Image(117,41)
Ninventory_over.src = "images/buttons/inventory_over.gif"
}

if (document.images) {
var Ncontact_up = new Image(117,41)
Ncontact_up.src = "images/buttons/contact_up.gif"
var Ncontact_over = new Image(117,41)
Ncontact_over.src = "images/buttons/contact_over.gif"
}

if (document.images) {
var Ndenso_up = new Image(117,41)
Ndenso_up.src = "images/buttons/denso_up.gif"
var Ndenso_over = new Image(117,41)
Ndenso_over.src = "images/buttons/denso_over.gif"
}

// function that swaps images
function di(id,name){
  if (document.images) document.images[id].src=eval(name+".src");
}

// No rightclick script v.2.5
// (c) 1998 barts1000
// barts1000@aol.com
// Don't delete this header!

var message="Sorry, that function is disabled.\n\nCode Copyright ©SSS Computer Consulting\nwww.SSSComputerConsulting.com\nOur work is not Public Domain and\n should NOT be taken from this site\nwithout consent."; // Message for the alert box

// Don't edit below!

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;



// open window function start //

		function NewWnd1(n,w,h,t,l)
	{ 
	var wnd	
	var strFeatures	
		strFeatures ="width="+w+", height="+h+", top="+t+", left="+l+", resizable=0, toolbar=0, location=0, scrollbars=0, status=0, screenX="+l+", screenY="+t+"";
		wnd=window.open(n,null,strFeatures)
		}

//open window function end //



