// JavaScript Document

function RunMenu() 
{ 
    document.write('<object type=\"application/x-shockwave-flash\" data=\"templates/xtc4/img/flash/menu.swf\" width=\"250\" height=\"170\" id=\"flashbanner\" style=\"-moz-user-focus:ignore\">\n'); 
    document.write('<param name=\"movie\" value=\"templates/xtc4/img/flash/menu.swf\" />\n'); 
    document.write('<param name=\"quality\" value=\"high\" />\n'); 
    document.write('<param name=\"wmode\" value=\"transparent\" />\n');  
    document.write('</object>\n'); 
}

function RunInfo() 
{ 
    document.write('<object type=\"application/x-shockwave-flash\" data=\"templates/xtc4/img/flash/info.swf\" width=\"590\" height=\"170\" id=\"flashbanner\" style=\"-moz-user-focus:ignore\">\n'); 
    document.write('<param name=\"movie\" value=\"templates/xtc4/img/flash/info.swf\" />\n'); 
    document.write('<param name=\"quality\" value=\"high\" />\n'); 
    document.write('<param name=\"wmode\" value=\"transparent\" />\n');  
    document.write('</object>\n'); 
}
