<!--
//© BlueCharm Web Productions, LLC. - No part of this code may be used for commercial purposes without express permission from us. www.bluecharm.com
//
/////////// Null
function UnitedChem(){
}

/////////// MouseOver
function preloadImages(img){
	eval(img + "=new Image()");
	eval(img + ".src='images\/" + img + ".gif'")
	eval(img + "on=new Image()");
	eval(img + "on.src='images\/" + img + "_on.gif'")
}
var othello=preloadImages('goshop');
var othello=preloadImages('mainmenu');
var othello=preloadImages('viewcart');
var othello=preloadImages('checkout');

function button(img,over){
   (over) ? document[img].src=eval(img + "on.src") : document[img].src=eval(img + ".src");
}

//-->

