function fn_GNBLink( data )
{
	var link = "";

	switch( data.target )
	{
		case 'logo':
			link = "/wstory/index.php";
		break;

		case 'main1':
			link = "/wstory/wshop.php";
		break;

		case 'main2':
			link = "/wstory/review.php";
		break;

		case 'main3':
			link = "/wstory/magazine.php";
		break;

		case 'main4':
			link = "#";
		break;

		case 'main5':
			link = "/wstory/community.php";
		break;

		case 'main6':
			link = "/wstory/event.php";
		break;

		default:
			alert( data.target );
			link = "#";
		break;
	}

	location.replace( link );
}

function embedGNB( width, height, activeMenu )
{
	printSWF( "/_sys/_ext/template/wstory_3/flash/gnb/GNB.swf", width, height, {id:"FL_GNB"}, { allowScriptAccess:"always", allowFullscreen:"true", wmode:"transparent" }, {funcMenu:"fn_GNBLink", activeMenu:activeMenu } );
}
