function go()
{
        var IndexName = document.jump.links.selectedIndex;
        var url= document.jump.links.options[IndexName].value;
        if (url != "-") location.href = url;
}

// NEWマーク用
<!--
function newM(y,m,d)
{
newday=new Date(y+"/"+m+"/"+d);
oldday= new Date();
n=(oldday-newday)/(1000*60*60*24);
if (n <=14)document.write("<img src='http://www.kenko-tokina-slik.cn/images/new.gif' />");
}
//-->

function hd_img(){
var ImageCount;
ImageCount = 5;		
img = Math.ceil(Math.random() * ImageCount);
document.write("<img src='http://www.kenko-tokina-slik.cn/images/hd_img_0" + img + ".jpg'>");
}

//for PULLDOWN

var openedMenu = null;
var submenuTimer;


function menuOvr(id){

	
	if (openedMenu && openedMenu != id){
		CloseMenu(id);
	}


	OpenMenu(id);
}


function OpenMenu(id){ 

	if ( document.getElementById ){
		document.getElementById( id ).style.visibility = 'visible';
	}else if ( document.all ){
		document.all( id ).style.visibility = 'visible';
	}else if ( document.layers ){
		document.layers[ id ].visibility = 'show';
	}

	clearTimeout(submenuTimer);

	openedMenu = id;

}


function CloseMenu(){ 

	if ( document.getElementById ){
		document.getElementById( openedMenu ).style.visibility = 'hidden';
	}else if ( document.all ){
		document.all( openedMenu ).style.visibility = 'hidden';
	}else if ( document.layers ){
		document.layers[ openedMenu ].visibility = 'hide';
	}

	openedMenu = null;

}

function main_fla(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=7,0,19,0" width="840" height="255"><param name="movie" value="index.swf" \/><param name="wmode" value="transparent"><param name="quality" value="high" \/><embed src="index.swf" wmode="transparent" quality="high" pluginspage="http:\/\/www.macromedia.com\/go\/getflashplayer" type="application\/x-shockwave-flash" width="840" height="255"><\/embed><\/object>');
}
