/** * ========================================================================== * * javascript for AZLINK. * トップページ用 * * ========================================================================== */ /** * swf setting */ /*var flashvars = {}; var params = { allowScriptAccess: "sameDomain", bgcolor: "#FFFFFF", wmode: 'transparent' }; var attributes = {}; swfobject.embedSWF("./flash/top.swf", "flashVox", "1040", "600", "9.0.0", "./flash/expressInstall.swf", flashvars, params, attributes);*/ $(function() { /*var content = $('#header').clone(); $('#wrapper > #header').remove(); $('#mainVisual').prepend(content); $('#header').css({ position: 'absolute', left: '45px', top: '0px' });*/ /** * rollover */ var imgCache; /*$("#header .roImg").hover(function() { var imgSrc = $(this).attr('src'); var imgSrcDot = imgSrc.lastIndexOf('.'); var imgSrcOver = imgSrc.substr(0, imgSrcDot) + '_on' + imgSrc.substr(imgSrcDot, 4); imgCache = imgSrc; $(this).attr('src', imgSrcOver); }, function() { $(this).attr('src', imgCache); });*/ /** * list setting */ $('#topEntryTable tr.stop').each(function() { $(this).find('td').css('color', '#bdbdbd'); $(this).find('img').not('.stopIco').css('opacity', '0.3'); }); /** * fixed table setting */ $('#topEntryTable').exTable(); });