// intro

function main(){
    document.write('<embed src="/imgs/main.swf" quality="high"  width="1061" height="717" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" menu="false"></embed>');
}
function sub(){
    document.write('<embed src="/imgs/sub.swf" quality="high"  width="1080" height="269" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" menu="false"></embed>');
}
function license(){
    document.write('<embed src="/imgs/license.swf" quality="high"  width="424" height="140" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" menu="false"></embed>');
}
function port(){
    document.write('<embed src="/imgs/port.swf" quality="high"  width="732" height="1776" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" menu="false"></embed>');
}




function bluring(){ 
        if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") 
        document.body.focus(); 
} 
document.onfocusin=bluring; 
