/*
        if (document.images){

                toc0on = new Image();
                toc0on.src = "/jvcpro/prof/images/universal/camera_on.gif";
                toc1on = new Image();
                toc1on.src = "/jvcpro/prof/images/universal/display_on.gif";
                toc2on = new Image();
                toc2on.src = "/jvcpro/prof/images/universal/storage_on.gif";
                toc3on = new Image();
                toc3on.src = "/jvcpro/prof/images/universal/hd_on.gif";
                toc4on = new Image();
                toc4on.src = "/jvcpro/prof/images/universal/security_on.gif";
                toc5on = new Image();
                toc5on.src = "/jvcpro/prof/images/universal/specialty_on.gif";


                toc7on = new Image();
                toc7on.src = "/jvcpro/prof/images/home/featured_on.gif";
                toc8on = new Image();
                toc8on.src = "/jvcpro/prof/images/home/new_on.gif";
                toc9on = new Image();
                toc9on.src = "/jvcpro/prof/images/home/archived_on.gif";
                toc10on = new Image();
                toc10on.src = "/jvcpro/prof/images/home/outlet_on.gif";
                toc11on = new Image();
                toc11on.src = "/jvcpro/prof/images/home/offers_on.gif";
				
				toc0off = new Image();
                toc0off.src = "/jvcpro/prof/images/universal/camera_off.gif";
				toc1off = new Image();
                toc1off.src = "/jvcpro/prof/images/universal/display_off.gif";
                toc2off = new Image();
                toc2off.src = "/jvcpro/prof/images/universal/storage_off.gif";
                toc3off = new Image();
                toc3off.src = "/jvcpro/prof/images/universal/hd_off.gif";
                toc4off = new Image();
                toc4off.src = "/jvcpro/prof/images/universal/security_off.gif";
                toc5off = new Image();
                toc5off.src = "/jvcpro/prof/images/universal/specialty_off.gif";

				toc7off = new Image();
                toc7off.src = "/jvcpro/prof/images/home/featured_off.gif";
                toc8off = new Image();
                toc8off.src = "/jvcpro/prof/images/home/new_off.gif";
                toc9off = new Image();
                toc9off.src = "/jvcpro/prof/images/home/archived_off.gif";
                toc10off = new Image();
                toc10off.src = "/jvcpro/prof/images/home/outlet_off.gif";
                toc11off = new Image();
                toc11off.src = "/jvcpro/prof/images/home/offers_off.gif";		

		
							

        }

function img_act(imgName) {

        if (document.images) {
                imgOn = eval(imgName + "on.src");
                document [imgName].src = imgOn;
        }}

function img_inact(imgName) {
        if (document.images) {
                imgOff = eval(imgName + "off.src");
                document [imgName].src = imgOff;
        }}
function openWin( windowURL, windowName, windowFeatures ) { 
                return window.open( windowURL, windowName, windowFeatures ) ; 
        } 
*/