// JavaScript Document
$(function(){ $(".nav_right ul li ul").hide();$(".nav_right ul li").hover(function(){$(this).children('ul').show();},function(){$(this).children('ul').hide();}); $(".nav_right_en ul li ul").hide();$(".nav_right_en ul li").hover(function(){$(this).children('ul').show();},function(){$(this).children('ul').hide();});closepop();$(".pop_control a").click( function() {var caseId = $(this).parents(".pop_control").attr("id");openpop('popup_' + caseId, 'popup_iframe_' + caseId);});$("div.popup_layout_content_img a[rel='close']").click( function() {closepop();});$("div.popup_layout_content_img3 a[rel='close']").click( function() {closepop(); });});
function openpop(popname, popupiframe) {var scrollTop = document.documentElement.scrollTop;$("#" + popname + " .popup_layout_content_img").show().css('top',scrollTop + 'px');$("#" + popupiframe).css('height', $("body").height() + 'px');$("#" + popname).css('display', 'block');}function openpop(popname, popupiframe) {var scrollTop = document.documentElement.scrollTop;$("#" + popname + " .popup_layout_content_img3").show().css('top',scrollTop + 'px');$("#" + popupiframe).css('height', $("body").height() + 'px');$("#" + popname).css('display', 'block');}function closepop() {$(".popup").hide();}var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));try{ var pageTracker = _gat._getTracker("UA-16054264-1");
pageTracker._trackPageview();} catch(err) {} 

