function showSwf( swfPath, swfWidth, swfHeight, swfFlashVars)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
	document.write('	codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + swfWidth + '" height="' + swfHeight + '" >');
	document.write('	<param name="movie" value="' + swfPath +'">');
	document.write('	<param name="quality" value="high">');
	document.write('	<param name=wmode value=transparent>');
	document.write('	<embed src="' + swfPath + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + swfWidth + '" height="' + swfHeight + ' FlashVars=' + swfFlashVars + '"></embed>');
	document.write('</object>');
}

function showSwfTransparent( swfPath, swfWidth, swfHeight, swfFlashVars, obj1)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
	document.write('	codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + swfWidth + '" height="' + swfHeight + '" >');
	document.write('	<param name="movie" value="' + swfPath +'">');
	document.write('	<param name="FlashVars" value="' + swfFlashVars + '>');
	document.write('	<param name="quality" value="high">');
	document.write('	<param name=wmode value=transparent>');
	document.write('	<embed src="' + swfPath + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + swfWidth + '" height="' + swfHeight + ' FlashVars=' + swfFlashVars + '"></embed>');
	document.write('</object>');
}


//-----Top Menu
// Menu 01
function menu01() { this.location = '/Store/AboutBodypops.aspx'; }
function menu011() { this.location = '/Store/AboutBodypops.aspx'; }
function menu012() { this.location = '/Store/StoreInfo.aspx'; }
// Menu 02
function menu02() { this.location = '/Theme/SeasonTheme.aspx'; }
function menu021() { this.location = '/Theme/SeasonTheme.aspx'; }
function menu022() { this.location = '/Theme/PopsTheme.aspx'; }
// Menu 03
function menu03(){this.location = '/Product/PopsChoice.aspx';}
function menu031() { this.location = '/Product/PopsChoice.aspx'; }
function menu032() { this.location = '/Product/PopsBest.aspx'; }
function menu033() { this.location = '/Product/PopsNow.aspx'; }
function menu034() { this.location = '/Product/ProductList.aspx'; }
function menu035(){this.location = '#';}
// Menu 04
function menu04() { this.location = '/Shopping/Shop.aspx'; }
function menu041() { this.location = '/Shopping/Shop.aspx'; }
// Menu 05
function menu05() { this.location = '/Event/EventList.aspx?SearchType=I'; }
function menu051() { this.location = '/Event/EventList.aspx?SearchType=I'; }
function menu052() { this.location = '/Event/EventList.aspx?SearchType=L'; }
// Menu 06
function menu06() { this.location = '/Customer/Notice.aspx'; }
function menu061() { this.location = '/Customer/Notice.aspx'; }
function menu062() { this.location = '/Member/Mileage.aspx'; }
function menu063() { this.location = '/Customer/Faq.aspx'; }
function menu064() { this.location = '/Customer/Qna.aspx'; }
function menu065() { this.location = '/Member/Mileage.aspx?menuNO=5'; }

//----- Main Open Banner
function main_ban01() { this.location = '/Event/EventList.aspx?SearchType=I'; }

