Ir ao conteúdo

javascript nao esta mais funcionando direito


kamikai

Posts recomendados

Postado

boa tarde galera, faz um bom tempo q nao venho tirar minhas duvidas aqui XD

mas então, mew, to com um problema q ta me irritando faz dias...o javascript, quando instalei meu pc aqui em casa, tava d boa consegui adicionar provedor d busca no IE8 tal, lunia, um mmorpg q eu jogo, tem uma loja d cash q funciona na base d javascript e tb funcionava d boa tanto no IE8 qto no chrome, so q do nd, depois d eu ficar coisa d 6 meses sem "usar" o pc nao ta mais funcionando, e no pc de amigos meus do lunia la funciona d boa...dai eu pense: "então o problema ta no meu pc"

dai eu fiquei fuçando fuçando fuçando, passei a manha td tentando encontrar uma solução no google e desisti, agora venho pergunta pra vocês o q pode ser?

qro dzr, no meu pc fica dando erros do tipo:

Uncaught SyntaxError: Unexpected token var

Uncaught ReferenceError: get_product_info is not defined

so q eu olhei o codigo da pagina e a maldita da função ta la no codigo dentro do cabeçalho

se liga so:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0041)http://shop.us.lunia.com/shop_v2/list.asp -->
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<title>Itemshop | Lunia - Action Arcade RPG</title>
<meta http-equiv="imagetoolbar" content="no">

<meta name="description" content="you can buy many avatar costume , functional item(exp plus, hp potion) , pet , random box. ">


<link rel="stylesheet" type="text/css" href="./Itemshop Lunia - Action Arcade RPG_files/main.css">
<link rel="stylesheet" type="text/css" href="./Itemshop Lunia - Action Arcade RPG_files/shop_css.asp">
<script type="text/javascript" src="./Itemshop Lunia - Action Arcade RPG_files/plugin.js"></script>
<script type="text/javascript" src="./Itemshop Lunia - Action Arcade RPG_files/function.js"></script>
<script type="text/javascript" src="./Itemshop Lunia - Action Arcade RPG_files/jslb_ajax.js"></script>
<script type="text/javascript" src="./Itemshop Lunia - Action Arcade RPG_files/onload.js"></script>
<script type="text/javascript">var all_txt_alert_ctrlkey;all_txt_alert_ctrlkey = "Can not use CTRL,ALT key";</script>
<script type="text/javascript" src="./Itemshop Lunia - Action Arcade RPG_files/protect.js"></script>
<script type="text/javascript">var imgURL;imgURL = "/isolation/images/shop_v2";</script>
<script type="text/javascript" src="./Itemshop Lunia - Action Arcade RPG_files/shop_func.js"></script>
<script type="text/javascript" src="./Itemshop Lunia - Action Arcade RPG_files/shop_category.js"></script>

<script type="text/javascript">
function buy_product(oidProduct,nOrderQuantity) {

alert("You need to login first");
location.href='./login/login.asp';
return;


var width = 485;
var height = 435;
var posLt = 0;var posTp = 0;
var url = "about:blank";
var pop = <!--ou.open(url,"buy_product","top="+posTp+",left="+posLt+",width="+width+",height="+height+",scrollbars=1-->
var frm = document.getElementById("frm")
frm.oidProduct.value = oidProduct;
frm.nOrderQuantity.value = nOrderQuantity;
frm.action = "./pop/buy_product.asp";
frm.target = "buy_product";
frm.submit();

try {
pop.focus();
} catch(e) {}
}
function present_product(oidProduct,nOrderQuantity) {

alert("You need to login first");
location.href='./login/login.asp';
return;


var width = 485;
var height = 435;
var posLt = 0;var posTp = 0;
var url = "about:blank";
var pop = <!--ou.open(url,"present_product","top="+posTp+",left="+posLt+",width="+width+",height="+height+",scrollbars=1-->
var frm = document.getElementById("frm")
frm.oidProduct.value = oidProduct;
frm.nOrderQuantity.value = nOrderQuantity;
frm.action = "./pop/present_product.asp";
frm.target = "present_product";
frm.submit();

try {
pop.focus();
} catch(e) {}
}
var ajax_progress_product_info = false;
var current_layer = null;
function get_product_info(value) {
var layer = document.getElementById("div_product_view_info");
if(!layer) return;
current_layer = layer;

if(ajax_progress_product_info) {
alert("Please wait for a moment");
return false;
}
var data = "oidProduct="+escape(value);
sendRequest(on_loaded_product_info,data,'POST','./ajax/product_info.asp',true,true);
ajax_progress_product_info = true;
}
function on_loaded_product_info(oj) {
ajax_progress_product_info = false;
var layer = current_layer;
if(!layer) return;
var res = oj.responseText;
if(res.indexOf("err")==0) {
alert(res.replace("err:",""));
}
else if(res!="") {
try {
layer.innerHTML = res;
layer.style.display = "block";
} catch(e) {}
}
}
function close_product_info(layer) {
layer=document.getElementById(layer);
if(!layer) return;
layer.innerHTML = "";
layer.style.display = "none";
}

/*function open_shop_coupon() {
var width = 465;
var height = 425;
//var posLt = (sw-width)/2;var posTp = (sh-height)/2;
var posLt = 0;var posTp = 0;
var url = "./pop/coupon_form.asp";
var pop = <!--ou.open(url,"pop_coupon","top="+posTp+",left="+posLt+",width="+width+",height="+height+",scrollbars=1-->
try {
pop.focus();
} catch(e) {}
}*/
</script>

<script type="text/javascript">
//전체검색용
function validate() {
var frmSearch = document.getElementById("frmSearch");
frmSearch.submit();
}
//카테고리검색용
function validate2() {
var frmSearch = document.getElementById("frmSearch2");
frmSearch2.submit();
}
</script>
</head>
<body style="margin:0;">
<div style="width:785px;height:530px;border:solid 0px red;">
<table cellpadding="0" cellspacing="0" width="775" align="center" border="0">
<colgroup>
<col width="157">
<col width="8">
<col width="610">
</colgroup>
<tbody><tr>
<!--상단 좌측-->
<td rowspan="3" valign="top" align="center">
<p style="margin:2px"></p>

<table cellpadding="0" cellspacing="0" width="157">
<tbody><tr>
<td><a href="./Itemshop Lunia - Action Arcade RPG_files/Itemshop Lunia - Action Arcade RPG.htm"><img src="./Itemshop Lunia - Action Arcade RPG_files/img_main.gif" width="157" height="70" align="absmiddle"></a></td>
</tr>
<tr height="8">
<td style="background:url('/isolation/images/shop_v2/template/box_navi_t.gif');"></td>
</tr>
<tr>
<td class="tac" style="background:url('/isolation/images/shop_v2/template/box_navi_m.gif');padding:0 0 5px 0;">
<div id="divShopMenu" align="center" style="position:relative;border:solid 0px red;"><table cellpadding="0" cellspacing="0" width="120"><colgroup> <col> <col width="7"></colgroup><tbody><tr id="trShopMenu_0" class="hand" onmouseover="htmlShopMenu.mouseOver_0(this,0)" onmouseout="htmlShopMenu.mouseOut_0(this,0)" onclick="htmlShopMenu.click(0,3)"> <td height="20" class="tal pl10">Hot</td><td style="font-size:5px"></td></tr><tr id="trShopMenu_1" class="hand" onmouseover="htmlShopMenu.mouseOver_0(this,1)" onmouseout="htmlShopMenu.mouseOut_0(this,1)" onclick="htmlShopMenu.click(0,2)"> <td height="20" class="tal pl10">New</td><td style="font-size:5px"></td></tr><tr id="trShopMenu_2" class="hand" onmouseover="htmlShopMenu.mouseOver_0(this,2)" onmouseout="htmlShopMenu.mouseOut_0(this,2)" onclick="htmlShopMenu.click(0,1)"> <td height="20" class="tal pl10">Discount</td><td style="font-size:5px"></td></tr><tr id="trShopMenu_3" class="hand" onmouseover="htmlShopMenu.mouseOver_0(this,3)" onmouseout="htmlShopMenu.mouseOut_0(this,3)" onclick="htmlShopMenu.click(null,null)"> <td height="20" class="tal pl10">Closet</td><td style="font-size:5px">▶</td></tr><tr id="trShopMenu_140" class="hand" onmouseover="htmlShopMenu.mouseOver_0(this,140)" onmouseout="htmlShopMenu.mouseOut_0(this,140)" onclick="htmlShopMenu.click(1,0)"> <td height="20" class="tal pl10">Functional</td><td style="font-size:5px">▶</td></tr><tr id="trShopMenu_162" class="hand" onmouseover="htmlShopMenu.mouseOver_0(this,162)" onmouseout="htmlShopMenu.mouseOut_0(this,162)" onclick="htmlShopMenu.click(8,0)"> <td height="20" class="tal pl10">Pet</td><td style="font-size:5px">▶</td></tr></tbody></table></div>
<script type="text/javascript">
var htmlShopMenu = new __htmlShopMenu();
htmlShopMenu.construct("divShopMenu",null);
htmlShopMenu.generate();
</script>
</td>
</tr>
<tr height="12">
<td style="background:url('/isolation/images/shop_v2/template/box_navi_b.gif');"></td>
</tr>
</tbody></table>

<p style="margin:6px"></p>
<!-- 검색 -->
<form method="get" name="frmSearch" id="frmSearch" action="./Itemshop Lunia - Action Arcade RPG_files/Itemshop Lunia - Action Arcade RPG.htm" onsubmit="validate();return false;">
<table cellpadding="0" cellspacing="0" border="0">
<tbody><tr>
<td style="padding-right:2px;">
<input type="text" name="strProductName_search" id="strProductName_search" class="input_t" style="width: 86px; background-color: rgb(255, 255, 255);" maxlength="100" value=""></td>
<td><input type="image" src="./Itemshop Lunia - Action Arcade RPG_files/btn_item_search.gif"></td>
</tr>
</tbody></table>
</form>

<p style="margin:6px"></p>
<!--나의 캐시-->

<table cellpadding="0" cellspacing="0" width="145" height="118" style="width:157px;height:118px;background:url('/isolation/images/shop_v2/_EN/box_my_cash.gif') no-repeat;" border="0">

<!--table cellpadding="0" cellspacing="0" width="145" height="98" style="width:157px;height:98px;background:url('/isolation/images/shop_v2/template/box_my_cash.gif') no-repeat;" border="0"-->

<tbody><tr>
<td class="tac">

<p style="margin:8px"></p>
<table cellpadding="0" cellspacing="0" width="145" align="center" border="0">
<tbody><tr>
<td nowrap="" style="padding:0 0 0 10px;">
<span class="sfc3 f b">My Cash</span>
</td>
<td width="156" style="padding:0 8px 0 5px;">
<!--나의 캐시-->
<div align="right" class="fs1 sbgc5" style="height:16px;padding:0 5px 0 0;">
0
</div>
</td>
</tr>
</tbody></table>

<p style="margin:3px"></p>
<table cellpadding="0" cellspacing="0" width="145" align="center" border="0">
<tbody><tr>
<td nowrap="" style="padding:0 0 0 10px;">
<span class="sfc3 f b">Z Point</span>
</td>
<td width="156" style="padding:0 8px 0 5px;">
<!--나의 포인트-->
<div align="right" class="fs1 sbgc5" style="height:16px;padding:0 5px 0 0;">
0
</div>
</td>
</tr>
</tbody></table>

<p style="margin:3px"></p>
<table cellpadding="0" cellspacing="0" width="142" align="center" id="Table7">
<tbody><tr height="1"><td style="background:#ffffff"></td></tr>
</tbody></table>

<p style="margin:5px"></p>

<!--캐시충전및 사용내역보기-->
<a href="javascript:void alert('You need to login first');location.href='./login/login.asp';"><img src="./Itemshop Lunia - Action Arcade RPG_files/btn_charge_cash.gif"></a>
<p style="margin:2px"></p>
<a href="javascript:void alert('You need to login first');location.href='./login/login.asp';"><img src="./Itemshop Lunia - Action Arcade RPG_files/btn_shopping_log.gif"></a>

</td>
</tr>
</tbody></table>

<p style="margin:6px"></p>
<!--쿠폰-->

<a href="javascript:void alert('You need to login first');location.href='./login/login.asp';"><img src="./Itemshop Lunia - Action Arcade RPG_files/btn_mycoupon.gif"></a>


<p style="margin:6px"></p>


</td>
<!--공백-->
<td></td>
<td>
<p style="margin:10px"></p>

<table cellpadding="0" cellspacing="0" class="sbgc0" height="30" border="0">
<tbody><tr>
<td style="padding:1px 0 0 10px;"><img src="./Itemshop Lunia - Action Arcade RPG_files/icn_navi_head.gif" align="absmiddle"></td>
<td width="100%" class="sfc0 f" style="padding:0 0 0 5px;">

<a href="http://shop.us.lunia.com/shop_v2/list.asp?PageName=product" class="b">All</a>

</td>
</tr>
</tbody></table>
</td>
</tr>
<tr height="30">
<td></td>
<td class="tar">
<div style="padding:0 10px 0 0;">
<table cellpadding="0" cellspacing="0" align="right" border="0" width="100%">
<tbody><tr>
<td class="tal">

</td>
<td>

</td>
</tr>
</tbody></table>
</div>
</td>
</tr>
<tr>
<td><!--null--></td>
<!--body-->
<td class="tac vat">
<script type="text/javascript">
function open_product_detail(layer) {
if(!layer) return;
layer.style.display = "block";
}

function close_product_detail(layer) {
if(!layer) return;
layer.style.display = "none";
}
</script>
<form method="post" name="frm" id="frm">
<input type="hidden" name="oidProduct" value="0">
<input type="hidden" name="nOrderQuantity" value="1">
</form>

<!-- Item List -->
<div style="height:425px;float:left;">
<table cellpadding="0" cellspacing="0" width="402" border="0" id="Table1">
<tbody><tr>

<td width="198">
<!--itemStart-->
<div style="width:196px;height:136px;border:solid 1px #ebebeb;" class="sbgc5">
<div style="padding:1px 3px 1px 3px;" align="center">
<!--item_Contet-->
<table cellpadding="0" cellspacing="0" width="190" height="130" id="Table2">
<tbody><tr height="30">
<td class="fs1 b tp1 tac ls1">
<div style="cursor:hand;" onclick="get_product_info(7038);">Follower of Light Set Box</div>
</td>
</tr>
<tr height="1">
<td style="background:url('/isolation/images/shop_v2/template/bg_dot_horizontal_line.gif') repeat-x;"></td>
</tr>
<tr>
<td class="tac">
<table cellpadding="0" cellspacing="0" width="190" height="80" id="Table3">
<colgroup>
<col width="90">
<col width="100">
</colgroup>
<tbody><tr>
<td class="tac">
<center>
<div style="position:relative;width:80px;height:80px;">
<img src="./Itemshop Lunia - Action Arcade RPG_files/7038.jpg" width="80" height="80" align="absmiddle" style="cursor:hand;" onclick="get_product_info(7038);">

</div>
</center>
</td>
<td class="tac">
<img src="./Itemshop Lunia - Action Arcade RPG_files/icn_shop_hot.gif" alt="hot" align="absmiddle"><img src="./Itemshop Lunia - Action Arcade RPG_files/icn_shop_new.gif" alt="new" align="absmiddle">
<p style="margin:5px;"></p>

<img src="./Itemshop Lunia - Action Arcade RPG_files/icn_money_v2.gif" align="absmiddle">

<span class="b f fs1 sfc6">15 Cash</span><br>

<img src="./Itemshop Lunia - Action Arcade RPG_files/btn_buy.gif" class="vam hand" onclick="buy_product('7038',1);">

<img src="./Itemshop Lunia - Action Arcade RPG_files/btn_present_none.gif" align="absmiddle">


<div style="position:relative;">
<div style="position:absolute;top:-120px;left:-145px;z-index:99;display:block;" id="div_product_info_7038">
</div>
</div>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</div>
</div>
<!--itemEnd-->
</td>
<td width="6"></td>
<td width="198">
<!--itemStart-->
<div style="width:196px;height:136px;border:solid 1px #ebebeb;" class="sbgc5">
<div style="padding:1px 3px 1px 3px;" align="center">
<!--item_Contet-->
<table cellpadding="0" cellspacing="0" width="190" height="130" id="Table2">
<tbody><tr height="30">
<td class="fs1 b tp1 tac ls1">
<div style="cursor:hand;" onclick="get_product_info(7037);">Android Outfit Set Box</div>
</td>
</tr>
<tr height="1">
<td style="background:url('/isolation/images/shop_v2/template/bg_dot_horizontal_line.gif') repeat-x;"></td>
</tr>
<tr>
<td class="tac">
<table cellpadding="0" cellspacing="0" width="190" height="80" id="Table3">
<colgroup>
<col width="90">
<col width="100">
</colgroup>
<tbody><tr>
<td class="tac">
<center>
<div style="position:relative;width:80px;height:80px;">
<img src="./Itemshop Lunia - Action Arcade RPG_files/7037.jpg" width="80" height="80" align="absmiddle" style="cursor:hand;" onclick="get_product_info(7037);">

</div>
</center>
</td>
<td class="tac">
<img src="./Itemshop Lunia - Action Arcade RPG_files/icn_shop_hot.gif" alt="hot" align="absmiddle"><img src="./Itemshop Lunia - Action Arcade RPG_files/icn_shop_new.gif" alt="new" align="absmiddle">
<p style="margin:5px;"></p>

<img src="./Itemshop Lunia - Action Arcade RPG_files/icn_money_v2.gif" align="absmiddle">

<span class="b f fs1 sfc6">15 Cash</span><br>

<img src="./Itemshop Lunia - Action Arcade RPG_files/btn_buy.gif" class="vam hand" onclick="buy_product('7037',1);">

<img src="./Itemshop Lunia - Action Arcade RPG_files/btn_present_none.gif" align="absmiddle">


<div style="position:relative;">
<div style="position:absolute;top:-120px;left:-145px;z-index:99;display:block;" id="div_product_info_7037">
</div>
</div>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</div>
</div>
<!--itemEnd-->
</td>
</tr><tr height="5"><td></td></tr><tr>
<td width="198">
<!--itemStart-->
<div style="width:196px;height:136px;border:solid 1px #ebebeb;" class="sbgc5">
<div style="padding:1px 3px 1px 3px;" align="center">
<!--item_Contet-->
<table cellpadding="0" cellspacing="0" width="190" height="130" id="Table2">
<tbody><tr height="30">
<td class="fs1 b tp1 tac ls1">
<div style="cursor:hand;" onclick="get_product_info(7036);">Steam Tank Unit Outfit Set Box</div>
</td>
</tr>
<tr height="1">
<td style="background:url('/isolation/images/shop_v2/template/bg_dot_horizontal_line.gif') repeat-x;"></td>
</tr>
<tr>
<td class="tac">
<table cellpadding="0" cellspacing="0" width="190" height="80" id="Table3">
<colgroup>
<col width="90">
<col width="100">
</colgroup>
<tbody><tr>
<td class="tac">
<center>
<div style="position:relative;width:80px;height:80px;">
<img src="./Itemshop Lunia - Action Arcade RPG_files/7036.jpg" width="80" height="80" align="absmiddle" style="cursor:hand;" onclick="get_product_info(7036);">

</div>
</center>
</td>
<td class="tac">
<img src="./Itemshop Lunia - Action Arcade RPG_files/icn_shop_hot.gif" alt="hot" align="absmiddle"><img src="./Itemshop Lunia - Action Arcade RPG_files/icn_shop_new.gif" alt="new" align="absmiddle">
<p style="margin:5px;"></p>

<img src="./Itemshop Lunia - Action Arcade RPG_files/icn_money_v2.gif" align="absmiddle">

<span class="b f fs1 sfc6">15 Cash</span><br>

<img src="./Itemshop Lunia - Action Arcade RPG_files/btn_buy.gif" class="vam hand" onclick="buy_product('7036',1);">

<img src="./Itemshop Lunia - Action Arcade RPG_files/btn_present_none.gif" align="absmiddle">


<div style="position:relative;">
<div style="position:absolute;top:-120px;left:-250px;z-index:99;display:block;" id="div_product_info_7036">
</div>
</div>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</div>
</div>
<!--itemEnd-->
</td>
<td width="6"></td>
<td width="198">
<!--itemStart-->
<div style="width:196px;height:136px;border:solid 1px #ebebeb;" class="sbgc5">
<div style="padding:1px 3px 1px 3px;" align="center">
<!--item_Contet-->
<table cellpadding="0" cellspacing="0" width="190" height="130" id="Table2">
<tbody><tr height="30">
<td class="fs1 b tp1 tac ls1">
<div style="cursor:hand;" onclick="get_product_info(7035);">Feiyen's stone with violent touch</div>
</td>
</tr>
<tr height="1">
<td style="background:url('/isolation/images/shop_v2/template/bg_dot_horizontal_line.gif') repeat-x;"></td>
</tr>
<tr>
<td class="tac">
<table cellpadding="0" cellspacing="0" width="190" height="80" id="Table3">
<colgroup>
<col width="90">
<col width="100">
</colgroup>
<tbody><tr>
<td class="tac">
<center>
<div style="position:relative;width:80px;height:80px;">
<img src="./Itemshop Lunia - Action Arcade RPG_files/7035.jpg" width="80" height="80" align="absmiddle" style="cursor:hand;" onclick="get_product_info(7035);">

</div>
</center>
</td>
<td class="tac">
<img src="./Itemshop Lunia - Action Arcade RPG_files/icn_shop_hot.gif" alt="hot" align="absmiddle"><img src="./Itemshop Lunia - Action Arcade RPG_files/icn_shop_new.gif" alt="new" align="absmiddle">
<p style="margin:5px;"></p>

<img src="./Itemshop Lunia - Action Arcade RPG_files/icn_money_v2.gif" align="absmiddle">

<span class="b f fs1 sfc6">50 Cash</span><br>

<img src="./Itemshop Lunia - Action Arcade RPG_files/btn_buy.gif" class="vam hand" onclick="buy_product('7035',1);">

<img src="./Itemshop Lunia - Action Arcade RPG_files/btn_present_none.gif" align="absmiddle">


<div style="position:relative;">
<div style="position:absolute;top:-120px;left:-145px;z-index:99;display:block;" id="div_product_info_7035">
</div>
</div>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</div>
</div>
<!--itemEnd-->
</td>
</tr><tr height="5"><td></td></tr><tr>
<td width="198">
<!--itemStart-->
<div style="width:196px;height:136px;border:solid 1px #ebebeb;" class="sbgc5">
<div style="padding:1px 3px 1px 3px;" align="center">
<!--item_Contet-->
<table cellpadding="0" cellspacing="0" width="190" height="130" id="Table2">
<tbody><tr height="30">
<td class="fs1 b tp1 tac ls1">
<div style="cursor:hand;" onclick="get_product_info(7034);">Feiyen's stone with delicacy touch</div>
</td>
</tr>
<tr height="1">
<td style="background:url('/isolation/images/shop_v2/template/bg_dot_horizontal_line.gif') repeat-x;"></td>
</tr>
<tr>
<td class="tac">
<table cellpadding="0" cellspacing="0" width="190" height="80" id="Table3">
<colgroup>
<col width="90">
<col width="100">
</colgroup>
<tbody><tr>
<td class="tac">
<center>
<div style="position:relative;width:80px;height:80px;">
<img src="./Itemshop Lunia - Action Arcade RPG_files/7034.jpg" width="80" height="80" align="absmiddle" style="cursor:hand;" onclick="get_product_info(7034);">

</div>
</center>
</td>
<td class="tac">
<img src="./Itemshop Lunia - Action Arcade RPG_files/icn_shop_hot.gif" alt="hot" align="absmiddle"><img src="./Itemshop Lunia - Action Arcade RPG_files/icn_shop_new.gif" alt="new" align="absmiddle">
<p style="margin:5px;"></p>

<img src="./Itemshop Lunia - Action Arcade RPG_files/icn_money_v2.gif" align="absmiddle">

<span class="b f fs1 sfc6">20 Cash</span><br>

<img src="./Itemshop Lunia - Action Arcade RPG_files/btn_buy.gif" class="vam hand" onclick="buy_product('7034',1);">

<img src="./Itemshop Lunia - Action Arcade RPG_files/btn_present_none.gif" align="absmiddle">


<div style="position:relative;">
<div style="position:absolute;top:-120px;left:-145px;z-index:99;display:block;" id="div_product_info_7034">
</div>
</div>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</div>
</div>
<!--itemEnd-->
</td>
<td width="6"></td>
<td width="198">
<!--itemStart-->
<div style="width:196px;height:136px;border:solid 1px #ebebeb;" class="sbgc5">
<div style="padding:1px 3px 1px 3px;" align="center">
<!--item_Contet-->
<table cellpadding="0" cellspacing="0" width="190" height="130" id="Table2">
<tbody><tr height="30">
<td class="fs1 b tp1 tac ls1">
<div style="cursor:hand;" onclick="get_product_info(7033);">Devildom-Devil Hunter Outfit (Weapon) (INT)</div>
</td>
</tr>
<tr height="1">
<td style="background:url('/isolation/images/shop_v2/template/bg_dot_horizontal_line.gif') repeat-x;"></td>
</tr>
<tr>
<td class="tac">
<table cellpadding="0" cellspacing="0" width="190" height="80" id="Table3">
<colgroup>
<col width="90">
<col width="100">
</colgroup>
<tbody><tr>
<td class="tac">
<center>
<div style="position:relative;width:80px;height:80px;">
<img src="./Itemshop Lunia - Action Arcade RPG_files/7033.jpg" width="80" height="80" align="absmiddle" style="cursor:hand;" onclick="get_product_info(7033);">

</div>
</center>
</td>
<td class="tac">
<img src="./Itemshop Lunia - Action Arcade RPG_files/icn_shop_hot.gif" alt="hot" align="absmiddle"><img src="./Itemshop Lunia - Action Arcade RPG_files/icn_shop_new.gif" alt="new" align="absmiddle">
<p style="margin:5px;"></p>

<img src="./Itemshop Lunia - Action Arcade RPG_files/icn_money_v2.gif" align="absmiddle">

<span class="fs1 sfc5" style="text-decoration:line-through;">40</span> ▶<br>

<span class="b f fs1 sfc6">35 Cash</span><br>

<img src="./Itemshop Lunia - Action Arcade RPG_files/btn_buy.gif" class="vam hand" onclick="buy_product('7033',1);">

<img src="./Itemshop Lunia - Action Arcade RPG_files/btn_present_none.gif" align="absmiddle">


<div style="position:relative;">
<div style="position:absolute;top:-120px;left:-250px;z-index:99;display:block;" id="div_product_info_7033">
</div>
</div>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</div>
</div>
<!--itemEnd-->
</td>
</tr>

</tbody></table>
</div>
<div style="float:right;text-align:left;z-index:999">
<div style="width:200px;height:425px;" id="div_product_view_info"></div>
</div>

<script type="text/javascript">get_product_info("7038")</script>

<div style="clear:both"></div>

<p style="margin:5px"></p>
<table cellpadding="0" cellspacing="0" width="600" align="center" border="0" id="Table4">
<colgroup>
<col>
<col width="300">
</colgroup>
<tbody><tr>
<!--인기상품 TOP 10 -->
<td class="tal">
<table cellpadding="0" cellspacing="0" id="Table5">
<tbody><tr height="23">
<td class=" sfc7 f fs1 b">
<div style="padding:2px 0 0 0;">
<a href="http://shop.us.lunia.com/shop_v2/list.asp?PageName=theme"><img src="./Itemshop Lunia - Action Arcade RPG_files/icn_hot_product.gif" align="absmiddle"></a>
</div>
</td>
<td>
<!--인기상품 TOP 1 -->
<div class="sfc7 f fs1" style="padding:2px 0 0 5px;">

<div id="div_hotProduct_1" style="display: none;"><a href="http://shop.us.lunia.com/shop_v2/list.asp?PageName=theme"><img src="./Itemshop Lunia - Action Arcade RPG_files/icn_hot_rank1.gif" align="absmiddle" style="margin:0 0 2px 0;"> Ultimate Restoration Stone of Dwarven RF</a></div>

<div id="div_hotProduct_2" style="display: none;"><a href="http://shop.us.lunia.com/shop_v2/list.asp?PageName=theme"><img src="./Itemshop Lunia - Action Arcade RPG_files/icn_hot_rank2.gif" align="absmiddle" style="margin:0 0 2px 0;"> Vitality : Regrading Scroll of GA</a></div>

<div id="div_hotProduct_3" style="display: none;"><a href="http://shop.us.lunia.com/shop_v2/list.asp?PageName=theme"><img src="./Itemshop Lunia - Action Arcade RPG_files/icn_hot_rank3.gif" align="absmiddle" style="margin:0 0 2px 0;"> Blue Crystal Apple</a></div>

<div id="div_hotProduct_4" style="display: none;"><a href="http://shop.us.lunia.com/shop_v2/list.asp?PageName=theme"><img src="./Itemshop Lunia - Action Arcade RPG_files/icn_hot_rank4.gif" align="absmiddle" style="margin:0 0 2px 0;"> Ticket to Cave of Summons</a></div>

<div id="div_hotProduct_5" style="display: none;"><a href="http://shop.us.lunia.com/shop_v2/list.asp?PageName=theme"><img src="./Itemshop Lunia - Action Arcade RPG_files/icn_hot_rank5.gif" align="absmiddle" style="margin:0 0 2px 0;"> Skill Point +1 Card</a></div>

<div id="div_hotProduct_6" style="display: none;"><a href="http://shop.us.lunia.com/shop_v2/list.asp?PageName=theme"><img src="./Itemshop Lunia - Action Arcade RPG_files/icn_hot_rank6.gif" align="absmiddle" style="margin:0 0 2px 0;"> Unknown Greater Map of Treasure Island</a></div>

<div id="div_hotProduct_7" style="display: none;"><a href="http://shop.us.lunia.com/shop_v2/list.asp?PageName=theme"><img src="./Itemshop Lunia - Action Arcade RPG_files/icn_hot_rank7.gif" align="absmiddle" style="margin:0 0 2px 0;"> Feiyen's stone with delicacy touch</a></div>

<div id="div_hotProduct_8" style="display: none;"><a href="http://shop.us.lunia.com/shop_v2/list.asp?PageName=theme"><img src="./Itemshop Lunia - Action Arcade RPG_files/icn_hot_rank8.gif" align="absmiddle" style="margin:0 0 2px 0;"> Acquarius Set Box</a></div>

<div id="div_hotProduct_9" style="display: block;"><a href="http://shop.us.lunia.com/shop_v2/list.asp?PageName=theme"><img src="./Itemshop Lunia - Action Arcade RPG_files/icn_hot_rank9.gif" align="absmiddle" style="margin:0 0 2px 0;"> Lunia Guardian Spirit Set Box</a></div>

<div id="div_hotProduct_10" style="display: none;"><a href="http://shop.us.lunia.com/shop_v2/list.asp?PageName=theme"><img src="./Itemshop Lunia - Action Arcade RPG_files/icn_hot_rank10.gif" align="absmiddle" style="margin:0 0 2px 0;"> Immortal Outfit Set Box</a></div>

<script type="text/javascript">
var hotProduct_cidx = 1;
var hotProduct_totalCnt = 10;
document.getElementById("div_hotProduct_1").style.display="block";
function rolling_hotProduct() {
var div_hotProduct = document.getElementById("div_hotProduct_"+hotProduct_cidx);
div_hotProduct.style.display = "none";
hotProduct_cidx++;
if(hotProduct_cidx>hotProduct_totalCnt) {hotProduct_cidx=1}
var div_hotProduct = document.getElementById("div_hotProduct_"+hotProduct_cidx);
div_hotProduct.style.display = "block";
setTimeout("rolling_hotProduct()",2500);
}
setTimeout("rolling_hotProduct()",3000);
</script>

</div>
</td>
</tr>
</tbody></table>
</td>
<!--페이징 -->
<td class="tar vat" style="padding:5px 5px 0 0;">
<div align="right">
<table cellpadding="0" cellspacing="0"><tbody><tr height="13"> <td><img src="./Itemshop Lunia - Action Arcade RPG_files/btn_arrow2_l.gif"> <b>1</b> <a href="http://shop.us.lunia.com/shop_v2/list.asp?GotoPage=2&Cat1=0&Cat2=&PageName=product&strProductName_search=">2</a> <a href="http://shop.us.lunia.com/shop_v2/list.asp?GotoPage=3&Cat1=0&Cat2=&PageName=product&strProductName_search=">3</a> <a href="http://shop.us.lunia.com/shop_v2/list.asp?GotoPage=4&Cat1=0&Cat2=&PageName=product&strProductName_search=">4</a> <a href="http://shop.us.lunia.com/shop_v2/list.asp?GotoPage=5&Cat1=0&Cat2=&PageName=product&strProductName_search=">5</a> <a href="http://shop.us.lunia.com/shop_v2/list.asp?GotoPage=6&Cat1=0&Cat2=&PageName=product&strProductName_search=">6</a> <a href="http://shop.us.lunia.com/shop_v2/list.asp?GotoPage=7&Cat1=0&Cat2=&PageName=product&strProductName_search=">7</a> <a href="http://shop.us.lunia.com/shop_v2/list.asp?GotoPage=8&Cat1=0&Cat2=&PageName=product&strProductName_search=">8</a> <a href="http://shop.us.lunia.com/shop_v2/list.asp?GotoPage=9&Cat1=0&Cat2=&PageName=product&strProductName_search=">9</a> <a href="http://shop.us.lunia.com/shop_v2/list.asp?GotoPage=10&Cat1=0&Cat2=&PageName=product&strProductName_search=">10</a> <a href="http://shop.us.lunia.com/shop_v2/list.asp?GotoPage=11&Cat1=0&Cat2=&PageName=product&strProductName_search="> <img src="./Itemshop Lunia - Action Arcade RPG_files/btn_arrow1_r.gif"></a> </td> <td width="8"></td> <td><img src="./Itemshop Lunia - Action Arcade RPG_files/icn_total.gif" align="absmiddle"></td> <td bgcolor="#e3e3e3" align="center" style="font-size:11px;color:#000000;padding:0px 5px 0 5px;">379</td></tr></tbody></table>
</div>
</td>
</tr>
</tbody></table>
<!--bt-->
</td>
</tr>
</tbody></table>
<!--본문끝-->
</div>
<div id="divShopMenu_child" style="width:0px;height:0px;"><div id="divShopMenu_child_3" style="display:none;position:absolute;top:40px;left:140px;background:#faf1f7;border:1px solid #e9c2da;" onmouseover="htmlShopMenu.mouseOver_0(null,3)" onmouseout="htmlShopMenu.mouseOut_0(null,3)"><table cellpadding="0" cellspacing="0" border="0"><tbody><tr><td height="10"></td><td></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="122" onclick="htmlShopMenu.click(23,0)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">[New]Theme Outfit</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="80" onclick="htmlShopMenu.click(9,0)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Random Box</a></td><td width="5"><img src="./Itemshop Lunia - Action Arcade RPG_files/bg_navi_line.gif"></td><td nowrap="" class="tac" width="56" onclick="htmlShopMenu.click(9,1)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Random</a></td><td nowrap="" class="tac" width="68" onclick="htmlShopMenu.click(9,4)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Ultimate</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(9,3)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Hope</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="44" onclick="htmlShopMenu.click(2,0)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Sieg</a></td><td width="5"><img src="./Itemshop Lunia - Action Arcade RPG_files/bg_navi_line.gif"></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(2,1)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Set</a></td><td nowrap="" class="tac" width="56" onclick="htmlShopMenu.click(2,2)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Weapon</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(2,3)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Chest</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(2,4)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Leg</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(2,5)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Head</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(2,6)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Hand</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(2,7)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Foot</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(2,8)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Misc</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(2,9)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Dye</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="40" onclick="htmlShopMenu.click(3,0)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Eir</a></td><td width="5"><img src="./Itemshop Lunia - Action Arcade RPG_files/bg_navi_line.gif"></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(3,1)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Set</a></td><td nowrap="" class="tac" width="56" onclick="htmlShopMenu.click(3,2)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Weapon</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(3,3)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Chest</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(3,4)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Leg</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(3,5)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Head</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(3,6)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Hand</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(3,7)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Foot</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(3,8)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Misc</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(3,9)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Dye</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="56" onclick="htmlShopMenu.click(4,0)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Dainn </a></td><td width="5"><img src="./Itemshop Lunia - Action Arcade RPG_files/bg_navi_line.gif"></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(4,1)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Set</a></td><td nowrap="" class="tac" width="56" onclick="htmlShopMenu.click(4,2)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Weapon</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(4,3)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Chest</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(4,4)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Leg</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(4,5)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Head</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(4,6)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Hand</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(4,7)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Foot</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(4,8)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Misc</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(4,9)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Dye</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="40" onclick="htmlShopMenu.click(5,0)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Tia</a></td><td width="5"><img src="./Itemshop Lunia - Action Arcade RPG_files/bg_navi_line.gif"></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(5,1)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Set</a></td><td nowrap="" class="tac" width="56" onclick="htmlShopMenu.click(5,2)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Weapon</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(5,3)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Chest</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(5,4)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Leg</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(5,5)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Head</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(5,6)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Hand</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(5,7)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Foot</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(5,8)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Misc</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(5,9)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Dye</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="44" onclick="htmlShopMenu.click(6,0)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Lime</a></td><td width="5"><img src="./Itemshop Lunia - Action Arcade RPG_files/bg_navi_line.gif"></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(6,1)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Set</a></td><td nowrap="" class="tac" width="56" onclick="htmlShopMenu.click(6,12)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Weapon</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(6,13)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Chest</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(6,5)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Head</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(6,7)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Foot</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(6,11)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Misc</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(6,14)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Dye</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="44" onclick="htmlShopMenu.click(7,0)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Dacy</a></td><td width="5"><img src="./Itemshop Lunia - Action Arcade RPG_files/bg_navi_line.gif"></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(7,1)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Set</a></td><td nowrap="" class="tac" width="56" onclick="htmlShopMenu.click(7,2)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Weapon</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(7,3)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Chest</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(7,4)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Leg</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(7,5)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Head</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(7,6)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Hand</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(7,7)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Foot</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(7,11)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Misc</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(7,12)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Dye</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="50" onclick="htmlShopMenu.click(11,0)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Krieg</a></td><td width="5"><img src="./Itemshop Lunia - Action Arcade RPG_files/bg_navi_line.gif"></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(11,3)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Set</a></td><td nowrap="" class="tac" width="56" onclick="htmlShopMenu.click(11,4)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Weapon</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(11,5)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Chest</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(11,6)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Leg</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(11,7)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Head</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(11,8)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Hand</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(11,9)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Foot</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(11,10)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Misc</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(11,11)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Dye</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="44" onclick="htmlShopMenu.click(10,0)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Yuki</a></td><td width="5"><img src="./Itemshop Lunia - Action Arcade RPG_files/bg_navi_line.gif"></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(10,3)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Set</a></td><td nowrap="" class="tac" width="56" onclick="htmlShopMenu.click(10,4)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Weapon</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(10,5)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Chest</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(10,6)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Leg</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(10,7)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Head</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(10,8)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Hand</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(10,9)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Foot</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(10,10)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Misc</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(10,11)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Dye</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="50" onclick="htmlShopMenu.click(12,0)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Arien</a></td><td width="5"><img src="./Itemshop Lunia - Action Arcade RPG_files/bg_navi_line.gif"></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(12,2)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Set</a></td><td nowrap="" class="tac" width="56" onclick="htmlShopMenu.click(12,3)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Weapon</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(12,4)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Chest</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(12,5)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Leg</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(12,6)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Head</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(12,7)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Hand</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(12,8)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Foot</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(12,9)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Misc</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(12,10)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Dye</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="44" onclick="htmlShopMenu.click(14,0)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Ryan</a></td><td width="5"><img src="./Itemshop Lunia - Action Arcade RPG_files/bg_navi_line.gif"></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(14,2)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Set</a></td><td nowrap="" class="tac" width="56" onclick="htmlShopMenu.click(14,3)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Weapon</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(14,4)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Chest</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(14,5)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Leg</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(14,6)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Head</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(14,7)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Hand</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(14,8)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Foot</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(14,9)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Misc</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(14,10)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Dye</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="44" onclick="htmlShopMenu.click(15,0)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Kali</a></td><td width="5"><img src="./Itemshop Lunia - Action Arcade RPG_files/bg_navi_line.gif"></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(15,1)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Card</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(15,2)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Set</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(15,4)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Misc</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(15,3)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Dye</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="50" onclick="htmlShopMenu.click(16,0)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Asuka</a></td><td width="5"><img src="./Itemshop Lunia - Action Arcade RPG_files/bg_navi_line.gif"></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(16,1)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Card</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(16,2)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Set</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(16,4)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Misc</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(16,3)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Dye</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="50" onclick="htmlShopMenu.click(17,0)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Ralph</a></td><td width="5"><img src="./Itemshop Lunia - Action Arcade RPG_files/bg_navi_line.gif"></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(17,1)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Card</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(17,2)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Set</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(17,4)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Misc</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(17,3)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Dye</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="68" onclick="htmlShopMenu.click(18,0)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Dark Eir</a></td><td width="5"><img src="./Itemshop Lunia - Action Arcade RPG_files/bg_navi_line.gif"></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(18,1)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Set</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(18,3)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Misc</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(18,2)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Dye</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="44" onclick="htmlShopMenu.click(20,0)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Arta</a></td><td width="5"><img src="./Itemshop Lunia - Action Arcade RPG_files/bg_navi_line.gif"></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(20,2)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Set</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(20,3)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Misc</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(20,1)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Dye</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="44" onclick="htmlShopMenu.click(21,0)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Gaon</a></td><td width="5"><img src="./Itemshop Lunia - Action Arcade RPG_files/bg_navi_line.gif"></td><td nowrap="" class="tac" width="62" onclick="htmlShopMenu.click(21,1)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Package</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(21,3)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Misc</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(21,2)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Dye</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="44" onclick="htmlShopMenu.click(22,0)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Iris</a></td><td width="5"><img src="./Itemshop Lunia - Action Arcade RPG_files/bg_navi_line.gif"></td><td nowrap="" class="tac" width="62" onclick="htmlShopMenu.click(22,1)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Package</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(22,3)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Misc</a></td><td nowrap="" class="tac" width="50" onclick="htmlShopMenu.click(22,2)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Dye</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="86" onclick="htmlShopMenu.click(25,0)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Dye (Stat+)</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="122" onclick="htmlShopMenu.click(24,0)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">[New]Magic Scroll</a></td></tr><tr><td height="10"></td><td></td></tr></tbody></table></div><div id="divShopMenu_child_140" style="display:none;position:absolute;top:60px;left:140px;background:#faf1f7;border:1px solid #e9c2da;" onmouseover="htmlShopMenu.mouseOver_0(null,140)" onmouseout="htmlShopMenu.mouseOut_0(null,140)"><table cellpadding="0" cellspacing="0" border="0"><tbody><tr><td height="10"></td><td></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="80" onclick="htmlShopMenu.click(1,1)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Characters</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="110" onclick="htmlShopMenu.click(1,3)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Fortify&Restore</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="62" onclick="htmlShopMenu.click(1,5)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Storage</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="122" onclick="htmlShopMenu.click(1,6)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Resurrection&Life</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="62" onclick="htmlShopMenu.click(1,7)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Potions</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="56" onclick="htmlShopMenu.click(1,8)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Growth</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="50" onclick="htmlShopMenu.click(1,9)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Skill</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="80" onclick="htmlShopMenu.click(1,11)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Stage Keys</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="104" onclick="htmlShopMenu.click(1,13)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Personal Store</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="62" onclick="htmlShopMenu.click(1,14)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Speaker</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="62" onclick="htmlShopMenu.click(1,15)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Package</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="50" onclick="htmlShopMenu.click(1,16)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Guild</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="110" onclick="htmlShopMenu.click(1,17)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Set Item Effect</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="50" onclick="htmlShopMenu.click(1,18)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Title</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="68" onclick="htmlShopMenu.click(1,19)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Gift Box</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="74" onclick="htmlShopMenu.click(1,20)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Invisible</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="62" onclick="htmlShopMenu.click(1,22)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Rebirth</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="50" onclick="htmlShopMenu.click(1,23)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Combo</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="40" onclick="htmlShopMenu.click(1,12)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Etc</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="86" onclick="htmlShopMenu.click(1,24)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Name Change</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="56" onclick="htmlShopMenu.click(1,26)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Market</a></td></tr><tr><td height="10"></td><td></td></tr></tbody></table></div><div id="divShopMenu_child_162" style="display:none;position:absolute;top:170px;left:140px;background:#faf1f7;border:1px solid #e9c2da;" onmouseover="htmlShopMenu.mouseOver_0(null,162)" onmouseout="htmlShopMenu.mouseOut_0(null,162)"><table cellpadding="0" cellspacing="0" border="0"><tbody><tr><td height="10"></td><td></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="40" onclick="htmlShopMenu.click(8,1)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Pet</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="98" onclick="htmlShopMenu.click(8,2)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Pet Accessory</a></td></tr><tr height="20" class="hand" onmouseover="htmlShopMenu.mouseOver_1(this);" onmouseout="htmlShopMenu.mouseOut_1(this);"><td nowrap="" class="tal pL10" width="140" onclick="htmlShopMenu.click(8,3)"><a href="http://shop.us.lunia.com/shop_v2/list.asp#">Pet Functional Items</a></td></tr><tr><td height="10"></td><td></td></tr></tbody></table></div></div>
<script type="text/javascript">
htmlShopMenu.construct("divShopMenu_child","child");
htmlShopMenu.generate_child();
</script>



<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script><script src="./Itemshop Lunia - Action Arcade RPG_files/ga.js" type="text/javascript"></script>
<script type="text/javascript">
try
{

pageTracker._trackPageview();
} catch(err) {}
</script>

</body></html>

tp eu nao tenho acesso ao codigo pra alterar, mas sei la, se funciona no pc dos outros tem q ter um jeito d eu mexer em alguma configuração em algum lugar pra fzr voltar a funcionar no meu tb

outras coisas q tb ja fiz pensando q ia dar em alguma coisa:

Resetei as configurações do chrome e do IE8 pra padrão

Limpei dados de navegação do chrome e do IE8

é porque nao ta funcionando em nenhum dos 2

acredito q seja alguma coisa relacionada ao handler de javascript mas sei la...pode ser outra coisa tb

pra qm quiser acessar a pagina é essa: http://shop.us.lunia.com/shop_v2/list.asp

fico aguardando resposta d vocês, abraços!

  • Membro VIP
Postado

Caso não tenha tentado ainda, clique no link abaixo, depois no botão "Verificar versão do Java", forneça as permissões para que verificação possa ser realizada e aguarde o resultado. Caso necessário, faça o download e a instalação da versão mais atual do Java, que no momento é: Version 7 Update 45.

Site Oficial Java - Link para verificar a versão instalada

http://java.com/pt_BR/download/installed.jsp

Qualquer novidade/dúvida, volte a postar.

Até mais....

Postado

é nao deu em nada cara, na verdade eu ja tinha ate desinstalado td q tenho relacionado a java, reinstalei fiz a verificação e mesmo assim...nada...

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Sobre o Clube do Hardware

No ar desde 1996, o Clube do Hardware é uma das maiores, mais antigas e mais respeitadas comunidades sobre tecnologia do Brasil. Leia mais

Direitos autorais

Não permitimos a cópia ou reprodução do conteúdo do nosso site, fórum, newsletters e redes sociais, mesmo citando-se a fonte. Leia mais

×
×
  • Criar novo...

LANÇAMENTO!

eletronica2025-popup.jpg


CLIQUE AQUI E BAIXE AGORA MESMO!