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