/*ÇÃ·¡½Ã ¿ÀÇÂ */
function ShowFlash(url, width, height) {
    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="' + width + '" height="' + height + '" VIEWASTEXT>');
    document.write('<param name="movie" value="' + url + '">');
    document.write('<param name="quality" value="high">');
    document.write('<param name="wmode" value="transparent">');
    document.write('<embed src="' + url + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '"></embed>');
    document.write('</object>');
} 


 function MM_openBrWindow(theURL,winName,features) { //v2.0
   window.open(theURL,winName,features);
 }


/* µ¿¿µ»ó ÆË¾÷ Ã¢ ¶ç¿ì´Â ¼Ò½º */

function movLecture(type, name){
// var url="http://www.iquest.co.kr/assets/customer/flash/x2/x2_step"+num+".html";


var url
url = "/assets/customer/flash/video.asp?f_type="+ type +"&f_name="+ name
window.open(url,"x2_edu","toolbar=0,location=0,status=0,menubar=0,scrollbars=no,resizable=no,width=1013px,height=679px,left=0,top=0");
}


/* ÅÇ½ºÅ©¸³Æ®*/
function show(flag)
{
    document.getElementById("img_1").src = "../images/products/funTab1.gif"
    document.getElementById("img_2").src = "../images/products/funTab2.gif"
    document.getElementById("img_3").src = "../images/products/funTab3.gif"
    document.getElementById("img_4").src = "../images/products/funTab4.gif"
    document.getElementById("img_5").src = "../images/products/funTab5.gif"
    document.getElementById("img_6").src = "../images/products/funTab6.gif"
    document.getElementById("img_7").src = "../images/products/funTab7.gif"
    document.getElementById("img_8").src = "../images/products/funTab8.gif"
    document.getElementById("img_9").src = "../images/products/funTab9.gif"
    document.getElementById("img_10").src = "../images/products/funTab10.gif"
    document.getElementById("img_11").src = "../images/products/funTab11.gif"
    document.getElementById("img_12").src = "../images/products/funTab12.gif"

    document.getElementById("img_" + flag).src = "../images/products/funTab" + flag + "_on.gif";

    document.getElementById("view_table_1").style.display = "none";
    document.getElementById("view_table_2").style.display = "none";
    document.getElementById("view_table_3").style.display = "none";
    document.getElementById("view_table_4").style.display = "none";
    document.getElementById("view_table_5").style.display = "none";
    document.getElementById("view_table_6").style.display = "none";
    document.getElementById("view_table_7").style.display = "none";
    document.getElementById("view_table_8").style.display = "none";
    document.getElementById("view_table_9").style.display = "none";
    document.getElementById("view_table_10").style.display = "none";
    document.getElementById("view_table_11").style.display = "none";
    document.getElementById("view_table_12").style.display = "none";


    document.getElementById("view_table_" + flag).style.display = "block";
}