
if (document.images){
            var toc0on = new Image();
                toc0on.src = "/images/EN/navigation09/00_on.gif";
                toc1on = new Image();
                toc1on.src = "/images/EN/navigation09/01_on.gif";
                toc2on = new Image();
                toc2on.src = "/images/EN/navigation09/02_on.gif";
                toc3on = new Image();
                toc3on.src = "/images/EN/navigation09/03_on.gif";
                toc4on = new Image();
                toc4on.src = "/images/EN/navigation09/04P_on.gif";
                toc5on = new Image();
                toc5on.src = "/images/EN/navigation09/06_on.gif";

				
				toc9on = new Image();
                toc9on.src = "/images/en/navigation/sub_line_on.gif";
				toc10on = new Image();
                toc10on.src = "/images/en/navigation/sub_shoot_on.gif";
				toc11on = new Image();
                toc11on.src = "/images/en/navigation/sub_view_on.gif";
				toc12on = new Image();
                toc12on.src = "/images/en/navigation/sub_share_on.gif";
				toc13on = new Image();
                toc13on.src = "/images/en/navigation/sub_hdd_on.gif";
				toc14on = new Image();
                toc14on.src = "/images/en/navigation/sub_features_on.gif";
				toc15on = new Image();
                toc15on.src = "/images/en/navigation/sub_specs_on.gif";	
				
				toc20on = new Image();
                toc20on.src = "/images/en/navigation/rsub_features_on.gif";
				toc21on = new Image();
                toc21on.src = "/images/en/navigation/rsub_specs_on.gif";	
				toc22on = new Image();
                toc22on.src = "/images/en/navigation/rsub_line_on.gif";	
	
				toc29on = new Image();
                toc29on.src = "/images/en/navigation/sub_perform_on.gif";			
				toc30on = new Image();
                toc30on.src = "/images/en/navigation/sub_record_on.gif";
				toc31on = new Image();
                toc31on.src = "/images/en/navigation/sub_operate_on.gif";
				toc32on = new Image();
                toc32on.src = "/images/en/navigation/sub_archive_on.gif";
				toc33on = new Image();
                toc33on.src = "/images/en/navigation/sub_pc_on.gif";


				
            var toc0off = new Image();
                toc0off.src = "/images/EN/navigation09/00_off.gif";
                toc1off = new Image();
                toc1off.src = "/images/EN/navigation09/01_off.gif";
                toc2off = new Image();
                toc2off.src = "/images/EN/navigation09/02_off.gif";
                toc3off = new Image();
                toc3off.src = "/images/EN/navigation09/03_off.gif";
                toc4off = new Image();
                toc4off.src = "/images/EN/navigation09/04P_off.gif";
                toc5off = new Image();
                toc5off.src = "/images/EN/navigation09/06_off.gif";
	
				toc9off = new Image();
                toc9off.src = "/images/en/navigation/sub_line_off.gif";			
				toc10off = new Image();
                toc10off.src = "/images/en/navigation/sub_shoot_off.gif";
				toc11off = new Image();
                toc11off.src = "/images/en/navigation/sub_view_off.gif";
				toc12off = new Image();
                toc12off.src = "/images/en/navigation/sub_share_off.gif";
				toc13off = new Image();
                toc13off.src = "/images/en/navigation/sub_hdd_off.gif";
				toc14off = new Image();
                toc14off.src = "/images/en/navigation/sub_features_off.gif";
				toc15off = new Image();
                toc15off.src = "/images/en/navigation/sub_specs_off.gif";	
				
				toc20off = new Image();
                toc20off.src = "/images/en/navigation/rsub_features_off.gif";
				toc21off = new Image();
                toc21off.src = "/images/en/navigation/rsub_specs_off.gif";	
				toc22off = new Image();
                toc22off.src = "/images/en/navigation/rsub_line_off.gif";	
		
				toc29off = new Image();
                toc29off.src = "/images/en/navigation/sub_perform_off.gif";	
				toc30off = new Image();
                toc30off.src = "/images/en/navigation/sub_record_off.gif";
				toc31off = new Image();
                toc31off.src = "/images/en/navigation/sub_operate_off.gif";
				toc32off = new Image();
                toc32off.src = "/images/en/navigation/sub_archive_off.gif";
				toc33off = new Image();
                toc33off.src = "/images/en/navigation/sub_pc_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 ) ; 
        } 
