function SearchChk(){
    /*
	if(Search.SearchValue.value==""){
		alert("°Ë»ö¾î¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä");
		Search.SearchValue.focus();
		return false;
	}
    */
    document.Search.action="/ProductList.asp"
    document.Search.submit();
}

// eÄ«´Ù·Î±×
function ecatalog(){
	window.open("../Gateway_New/ebook/EBook.htm","ebook","width=1250,height=850");
}
function infoView(){
	document.all.info.style.display		="";
	document.all.review.style.display	="none";
	document.all.threeD.style.display	="none";
	document.all.news.style.display		="none";
	document.all.acc.style.display		="none";
	document.all.ref.style.display		="none";
}
function reviewView(src){
	document.all.info.style.display		="none";
	document.all.review.style.display	="";
	document.all.threeD.style.display	="none";
	document.all.news.style.display		="none";
	document.all.acc.style.display		="none";
	document.all.ref.style.display		="none";
	reviewframe.document.location=src;
    reSize();
}
function threeDView(src,MallName){
	document.all.info.style.display		="none";
	document.all.review.style.display	="none";
	document.all.threeD.style.display	="";
	document.all.news.style.display		="none";
	document.all.acc.style.display		="none";
	document.all.ref.style.display		="none";
	threeDframe.document.location=src+"?MallName="+MallName;
}
function newsView(src){
	document.all.info.style.display		="none";
	document.all.review.style.display	="none";
	document.all.threeD.style.display	="none";
	document.all.news.style.display		="";
	document.all.acc.style.display		="none";
	document.all.ref.style.display		="none";
	newsframe.document.location=src;
    reSize2();
}

function accView(src){
	document.all.info.style.display		="none";
	document.all.review.style.display	="none";
	document.all.threeD.style.display	="none";
	document.all.news.style.display		="none";
	document.all.acc.style.display		="";
	document.all.ref.style.display		="none";
	accframe.document.location=src;
    reSize3();
}

function refView(src){
	document.all.info.style.display		="none";
	document.all.review.style.display	="none";
	document.all.threeD.style.display	="none";
	document.all.news.style.display		="none";
	document.all.acc.style.display		="none";
	document.all.ref.style.display		="";
	refframe.document.location=src;
    reSize4();
}

function refmove(src){
	top.location=src;
}

function Tab1(){
	document.all.tab1.style.display		="";
	document.all.tab2.style.display		="none";
	document.all.tab3.style.display		="none";
	document.all.tab4.style.display		="none";
	document.all.tab5.style.display		="none";
}
function Tab2(){
	document.all.tab1.style.display		="none";
	document.all.tab2.style.display		="";
	document.all.tab3.style.display		="none";
	document.all.tab4.style.display		="none";
	document.all.tab5.style.display		="none";
}
function Tab3(){
	document.all.tab1.style.display		="none";
	document.all.tab2.style.display		="none";
	document.all.tab3.style.display		="";
	document.all.tab4.style.display		="none";
	document.all.tab5.style.display		="none";
}
function Tab4(){
	document.all.tab1.style.display		="none";
	document.all.tab2.style.display		="none";
	document.all.tab3.style.display		="none";
	document.all.tab4.style.display		="";
	document.all.tab5.style.display		="none";
}
function Tab5(){
	document.all.tab1.style.display		="none";
	document.all.tab2.style.display		="none";
	document.all.tab3.style.display		="none";
	document.all.tab4.style.display		="none";
	document.all.tab5.style.display		="";
}


//ÇÃ·¡½Ã ÆÐÄ¡
function ShowFlashVerJin(url, width, height, FlashVars){
        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 + '?'+ FlashVars +'">');
        document.write('<param name="menu" value="false">');
        document.write('<param name="quality" value="high">');
        document.write('<param name="wmode" VALUE="transparent">');
        document.write('<param name="bgcolor" value="#ffffff">');
        document.write('<param name="FlashVars" value="'+ FlashVars +'">');
        document.write('<embed src="' + url + '?'+ FlashVars +'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '"></embed>');
        document.write('</object>');
}
