tab1o = new Image;tab1o.src = "images/home.a.tab1.110x65.jpg";
tab1h = new Image;tab1h.src = "images/home.a.tab1.hover.110x65.jpg";
tab2o = new Image;tab2o.src = "images/home.a.tab2.110x65.jpg";
tab2h = new Image;tab2h.src = "images/home.a.tab2.hover.110x65.jpg";
tab3o = new Image;tab3o.src = "images/home.a.tab3.110x65.jpg";
tab3h = new Image;tab3h.src = "images/home.a.tab3.hover.110x65.jpg";
calla1o = new Image;calla1o.src = "images/home.a.call1.222x47.png";
calla1h = new Image;calla1h.src = "images/home.a.call1.hover.222x47.png";
callb1o = new Image;callb1o.src = "images/home.b.call1.222x47.png";
callb1h = new Image;callb1h.src = "images/home.b.call1.hover.222x47.png";
callc1o = new Image;callc1o.src = "images/home.c.call1.222x47.png";
callc1h = new Image;callc1h.src = "images/home.c.call1.hover.222x47.png";


function qximageo(imageName)
{
        imageA = eval(imageName + "o.src");
        document [imageName].src = imageA;		
}
function qximageh(imageName)
{
        imageB = eval(imageName + "h.src");
        document [imageName].src = imageB;		
}

function slimpop(urlstr)
{
	w = 640;
	h = 680;
	window.open(urlstr, "FCpopup", "status=no,location=yes,menubar=no,toolbar=no,directories=no,scrollbars=yes,x=0,y=0,width="+w+",height="+h+"");
}

function mkwindow(urlstr,wname)
{
	w = 980;
	h = 680;
	window.open(urlstr, wname, "status=no,location=no,menubar=no,toolbar=no,directories=no,resizable=no,scrollbars=no,x=0,y=0,width="+w+",height="+h+"");
}
