function popup(brand,number,w,h){
var win = brand + number
var src = "popups/" + brand + "/popup" + number + ".htm";
   var hw = "height=" + h + ",width=" + w;
   var pop = window.open(src, win, hw );
}


var kansai0 = new Image(146,33); kansai0.src = "images/products/kansai0.gif";
var kansai1 = new Image(146,33); kansai1.src = "images/products/kansai1.gif";
var other0 = new Image(146,33); other0.src = "images/products/other0.gif";
var other1 = new Image(146,33); other1.src = "images/products/other1.gif";
var offers0 = new Image(146,33); offers0.src = "images/products/offers0.gif";
var offers1 = new Image(146,33); offers1.src = "images/products/offers1.gif";
var brother0 = new Image(146,33); brother0.src = "images/products/brother0.gif";
var brother1 = new Image(146,33); brother1.src = "images/products/brother1.gif";
var brotherhome0 = new Image(146,33); brotherhome0.src = "images/products/brotherhome0.gif";
var brotherhome1 = new Image(146,33); brotherhome1.src = "images/products/brotherhome1.gif";
var sndhand0 = new Image(146,34); sndhand0.src = "images/products/2ndhand0.gif";
var sndhand1 = new Image(146,34); sndhand1.src = "images/products/2ndhand1.gif";

function change(img,opt){
document.images[img].src = eval( img + opt + '.src' );
}
