// JavaScript Document
/*
if (document.images) {
	menuimg01off = new Image();
	menuimg01off.src = "/images/menu/bttn_home_off.gif";
	menuimg01on = new Image();
	menuimg01on.src = "/images/menu/bttn_home_on.gif";
	menuimg02off = new Image();
	menuimg02off.src = "/images/menu/bttn_contact_off.gif";
	menuimg02on = new Image();
	menuimg02on.src = "/images/menu/bttn_contact_on.gif";
	menuimg03off = new Image();
	menuimg03off.src = "/images/menu/bttn_about_us_off.gif";
	menuimg03on = new Image();
	menuimg03on.src = "/images/menu/bttn_about_us_on.gif";
	menuimg04off = new Image();
	menuimg04off.src = "/images/menu/bttn_bushorders_off.gif";
	menuimg04on = new Image();
	menuimg04on.src = "/images/menu/bttn_bushorders_on.gif";
	menuimg05off = new Image();
	menuimg05off.src = "/images/menu/bttn_my_account_off.gif";
	menuimg05on = new Image();
	menuimg05on.src = "/images/menu/bttn_my_account_on.gif";
	menuimg06off = new Image();
	menuimg06off.src = "/images/menu/bttn_checkout_off.gif";
	menuimg06on = new Image();
	menuimg06on.src = "/images/menu/bttn_checkout_on.gif";
}
*/
function img_toggle(imgName,statename) {
  if (document.images) {
    document[imgName].src = eval(imgName + statename + ".src");
  }
}

function winOpen(addy,w,h) {
	LeftPosition = (screen.width) ? (screen.width - w)/2 : 0;
	TopPosition = (screen.height) ? ((screen.height - h)/2)-50 : 0;
	settings = 'width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+",status=yes,scrollbars=yes";
	mwin = window.open(addy,'win1',settings);
}

function WriteFlashObject(URL)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="758" height="257">');
	document.write('\r\n<param name="movie" value="'+URL+'">');
	document.write('\r\n<param name="quality" value="high">');
	document.write('\r\n<param name="autoStart" value="-1">');
	document.write('\r\n<embed src="'+URL+'" width="758" height="257" autostart="-1" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>');
	document.write('\r\n</object>');
}

function search_focus() {
	document.forms['quick_find'].elements['keywords'].focus();
}

function adv_search_focus() {
	document.forms['advanced_search'].elements['keywords'].focus();
}