
<!--
function goURL(num,fla){

 if(typeof(fla) == 'undefined'){
    fla ='0';
 }

		

		//////////////////////brand//////////////////////////////
		
		 if (num=="11"){
			location.href="/brand/brand.asp";
		}

		// ±âº»¸µÅ© ¹× »ó´Ü ¸Þ´º¸µÅ©
		else if (num=="01"){
			location.href="/main.asp";
		}
		else if (num=="02"){
			location.href="mailto:mail@¸ÞÀÏÁÖ¼Ò";
		}
		else if (num=="03"){
			//alert('ÁË¼ÛÇÕ´Ï´Ù. ÇöÀç ÁØºñÁßÀÔ´Ï´Ù.');
			//window.open »õÃ¢¶ç¿ì´Â¼Ò½º
			window.open('ÁÖ¼Ò','winName');
		}
		else if (num=="04"){
			location.href="/deutsch/main.asp";
		}
		
		
		/////////////////////since 1848 ///////////////////////////////

		else if (num=="21"){
			location.href="/since/1848.asp";
		}

		/////////////////////collection ///////////////////////////////

		else if (num=="31"){
			location.href="/collection/gents.asp?fla="+fla;
		}
		else if (num=="32"){
			location.href="/collection/ladies.asp?fla="+fla;
		}
		else if (num=="33"){
			location.href="/collection/limited.asp";
		}
		else if (num=="34"){
	
	window.open('/collection/cataloge.pdf','name34');

	//	var ok=confirm("Saw the cataloge?");
	//	if(ok){
	//		window.open('/collection/cataloge.pdf','name34');
	//	}

		//location.href="/include/download.asp?file='cataloge.pdf'";
		}
		else if (num=="35"){
	       alert("ÁØºñÁß");

        }
		

		

		/////////////////////communication///////////////////////////////

		else if (num=="41"){
			location.href="/communication/news.asp";
		}
		else if (num=="42"){
			location.href="/communication/campaign.asp";
		}

		/////////////////////customerservice///////////////////////////////

		else if (num=="51"){
			location.href="/customerservice/warranty.asp";
		}
		else if (num=="52"){
			location.href="/customerservice/store.asp";
		}

		/////////////////////etc///////////////////////////////

		else if (num=="61"){
			location.href="/etc/contactus.asp";
		}
		else if (num=="62"){
			location.href="/etc/sitemap.asp";
		}
	
		
}


//-->
