function show_swfv(swfName, swfWidth, swfHeight, swfVars)
{
 var hout = "";
  hout += "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='"+swfWidth+"' height='"+swfHeight+"' id='"+swfName+"' align='middle'>";
  hout += "<param name='allowScriptAccess' value='always' />";
  hout += "<param name='movie' value='"+swfName+"' />";
  hout += "<param name='quality' value='high' />";
  hout += "<param name='FlashVars' value='"+swfVars+"'>";
  hout += "<param name='wmode' value='transparent' />";
  hout += "<embed src='"+swfName+"' FlashVars='"+swfVars+"' quality='high' wmode='transparent' width='"+swfWidth+"' height='"+swfHeight+"' name='"+swfWidth+"' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />";
  hout += "</object>";
 document.write(hout);
}


function GoUrl(url)
{
	var str;

	//---------------------------------------------------------------------------------------------
	if( url == 'company_00' )
		str = 'http://www.polycube.co.kr/company/co_01.asp';		// È¸»ç¼Ò°³		
	else if( url == 'company_01' )
		str = 'http://www.polycube.co.kr/company/co_01.asp';		// 		È¸»ç¼Ò°³
	else if( url == 'company_02' )
		str = 'http://www.polycube.co.kr/company/co_02.asp';		// 		CEOÀÎ»ç¸»
	else if( url == 'company_03' )
		str = 'http://www.polycube.co.kr/company/history_2008.asp';	// 		ºñÀü/¿¬Çõ
	else if( url == 'company_04' )
		str = 'http://www.polycube.co.kr/company/co_03.asp';		// 		Á¶Á÷µµ
	else if( url == 'company_05' )
		str = 'http://www.polycube.co.kr/company/co_04.asp';		// 		Á¦ÈÞ»ç
	else if( url == 'company_06' )
		str = 'http://www.polycube.co.kr/company/co_05_1.asp';		// 		Ã¤¿ëÁ¤º¸
	else if( url == 'company_07' )
		str = 'http://www.polycube.co.kr/company/co_05.asp';		// 		¿À½Ã´Â±æ
	//---------------------------------------------------------------------------------------------
	else if( url == 'biz_00' )
		str = 'http://www.polycube.co.kr/biz/biz_01.asp';			// »ç¾÷ºÐ¾ß		
	else if( url == 'biz_01' )
		str = 'http://www.polycube.co.kr/biz/biz_01.asp';			// 		¹«¼±ÀÎÅÍ³Ý¼­ºñ½º
	else if( url == 'biz_02' )
		str = 'http://www.polycube.co.kr/biz/biz_01_07.asp';		// 		ÅëÇÕ°áÁ¦¼­ºñ½º
	else if( url == 'biz_03' )
		str = 'http://www.polycube.co.kr/biz/biz_01_08.asp';		// 		¼Ö·ç¼Ç
	//---------------------------------------------------------------------------------------------
	else if( url == 'news_00' )
		str = 'http://www.polycube.co.kr/news/notice_list.asp';		// Æú¸®Å¥ºê¼Ò½Ä		
	else if( url == 'news_01' )
		str = 'http://www.polycube.co.kr/news/pr_list.asp';			// 		º¸µµÀÚ·á
	else if( url == 'news_02' )
		str = 'http://www.polycube.co.kr/news/notice_list.asp';		// 		°øÁö»çÇ×
	//---------------------------------------------------------------------------------------------
	else if( url == 'give_00' )
		str = 'http://www.polycube.co.kr/give/give_list.asp';		// »çÈ¸°øÇå		
	else if( url == 'give_01' )
		str = 'http://www.polycube.co.kr/give/give_list.asp';		// 		»çÈ¸°øÇå
	//---------------------------------------------------------------------------------------------
	else if( url == 'support_00' )
		str = 'http://www.polycube.co.kr/support/su_01.asp';		// Á¦ÈÞ¹®ÀÇ		
	else if( url == 'support_01' )
		str = 'http://www.polycube.co.kr/support/su_01.asp';		// 		Biz°í°´¾È³» ¹× ¹®ÀÇ
	else if( url == 'support_02' )
		str = 'http://www.polycube.co.kr/support/su_02.asp';		// 		Á¦ÈÞ¾È³»
	//---------------------------------------------------------------------------------------------
	else if( url == 'polycube_00' )
		str = 'http://www.polycube.co.kr/polycube/po_01.asp';		// Æú¸®Å¥ºê¼¼»ó		
	else if( url == 'polycube_01' )
		str = 'http://www.polycube.co.kr/polycube/po_01.asp';		// 		¿ì¸®È¸»ç´Â
	else if( url == 'polycube_02' )
		str = 'http://www.polycube.co.kr/polycube/po_02.asp';		// 		º£½ºÆ® Æú¸®Å¥ºê
	else if( url == 'polycube_03' )
		str = 'http://www.polycube.co.kr/polycube/po_03.asp';		// 		Æú¸®Å¥ºê ´ÙÀÌ¾î¸®
	//---------------------------------------------------------------------------------------------
	else
		str = 'http://www.polycube.co.kr/index.asp';				// Home;

	document.location.href = str;
}
