


isMac = (navigator.appVersion.indexOf("Mac")!=-1) ? true : false;
NS4=(document.layers) ? true : false;
IE4=(document.all && !isMac)?true:false;
ver4 = (NS4 || IE4) ? true : false;
if (document.images) {
arImLoad = new Array (
"../art/b_left_over",
"../art/b_left_down",
"../art/b_right_over",
"../art/b_right_down"
);
arImList = new Array ();
for (counter in arImLoad) {
arImList[counter] = new Image();
arImList[counter].src = arImLoad[counter] + ".gif";
}}

ifMade=false;
function newWind() {
winOne = window.open("index.html","winOne","resizable=yes,scrollbars=yes");
}

function makeIF(wh){
if(!IE4 || ifMade)return;
place=(wh)?"BeforeBegin":"AfterEnd";
str = "<P ID=pp><IFRAME SRC='allproducts.cfm' WIDTH=100% HEIGHT=300  hspace=0 vspace=0 LEFTMARGIN=0 TOPMARGIN=0 marginwidth=0 marginheight=0 frameborder=no frameborder=none frameborder=0 noresize framespacing=0 border=0></IFRAME></P>"
tbAll.insertAdjacentHTML(place,str);

}

function openWindow(file,name,w,h) {
	var xPos=(screen.width-w) / 2;
	var yPos=(screen.height-h) / 2;
	window.open(file,name,'resizable=no,width='+w+',height='+h+',left='+xPos+',top='+yPos+',toolbar=no,scrollbars=no')
}	
