// Active-X °ü·Ã ½ºÅ©¸³Æ® (Ç÷¡½¬, µ¿¿µ»ó¿¡ Àû¿ë)
/**
* f_uri : flash file path
* f_width : flash width size
* f_height : flash heigh size
*/
function writeObjNavi(f_uri,f_width,f_height){
document.write(' ');
}
function writeObjMain(f_uri,f_width,f_height){
document.write(' ');
}
//ÆË¾÷ »ùÇÃ
/*
function ###(){
window.open(urlPath+'ÁÖ¼Ò','world','width=###,height=###,toolbar=no,location=no,directories=no,status=no,resizable=no,menubar=no,scrollbars=no');
}
*/
// Home
function home(){
location.href = "/index.jsp";
}
// ±Û·Î¹ú³×ºñ°ÔÀ̼Ç
function login(){
if( nextUrl == null){
window.open('/global/login.jsp?reload=do','login','width=555,height=378, toolbar=no,location=no,directories=no,status=no,resizable=no,menubar=no,scrollbars=no');
}else{
window.open('/global/login.jsp?nextUrl='+nextUrl,'login','width=555,height=378, toolbar=no,location=no,directories=no,status=no,resizable=no,menubar=no,scrollbars=no');
}
}
function checkLogin()
{
return login_flag;
}
// ±Û·Î¹ú³×ºñ°ÔÀ̼Ç
function login(nextUrl){
if(checkLogin())
{
alert("ÀÌ¹Ì ·Î±×ÀÎÇϼ̽À´Ï´Ù.");
return;
}
top.openLoginLayer('');
/*if( nextUrl == null){
if(checkLogin())
{
alert("ÀÌ¹Ì ·Î±×ÀÎÇϼ̽À´Ï´Ù.");
return;
}
top.openLoginLayer('');
//window.open('/global/login.jsp?reload=do','login','width=555,height=378, toolbar=no,location=no,directories=no,status=no,resizable=no,menubar=no,scrollbars=no');
}else{
window.open('/global/login.jsp?nextUrl='+nextUrl,'login','width=555,height=378, toolbar=no,location=no,directories=no,status=no,resizable=no,menubar=no,scrollbars=no');
}*/
}
function logout(){
location.href = "/common/memberLogout.jsp";
}
function member(){
location.href = "http://member.nexeshop.com/member/01_preJoin.jsp?from_code1=A102&site_const=20";
}
function news(){
location.href = "/global/news_list.jsp";
}
function faq(){
openCustomerLayer('level1=faq');
//location.href = "/global/faq.jsp";
}
function question(){
//alert("ÁغñÁßÀÔ´Ï´Ù.");
location.href = "/#level1=main&app=customer";
}
function question_index(){
location.href = "/#level1=main&app=customer";
}
// °ø¸ðÀü¼Ò°³
function subject(){
location.href = "/award/info.jsp";
}
function application(){
location.href = "/award/info02.jsp";
}
function greetings(){
location.href = "/award/greetings.jsp";
}
function greetings02(){
location.href = "/award/greetings02.jsp";
}
// Trend Innovator
function t_contents(){
location.href = "/trend/t_contents.jsp";
}
// Marketing Futurist
function m_contents(){
location.href = "/marketing/m_contents.jsp";
}
// Symbol Creator
function s_contents(){
location.href = "/symbol/symbol.jsp";
}
// °¶·¯¸®
function gallery01(){
location.href = "/gallery/gallery.jsp";
}
function gallery02(){
location.href = "/gallery/gallery_02.jsp";
}
// KOLON
function kolon(){
location.href = "/kolon/b_sport.jsp";
}
function casual(){
location.href = "/kolon/b_casual.jsp";
}
function luxury(){
location.href = "/kolon/b_luxury.jsp";
}
function men(){
location.href = "/kolon/b_men.jsp";
}
function foot(){
location.href = "/kolon/b_foot.jsp";
}
function food(){
location.href = "/kolon/b_food.jsp";
}
function kam(){
location.href = "/kolon/b_men.jsp";
}
function fik_info(){
location.href = "/kolon/fik_info.jsp";
}
function fik_info02(){
location.href = "/kolon/fik_info02.jsp";
}
function eco(){
alert("ÁغñÁßÀÔ´Ï´Ù.");
}
// Partnership
function central(){
location.href = "/partner/partner.jsp";
}
function fik(){
location.href = "/partner/fik_info.jsp";
}
//ÆäÀÌÁöÀ̵¿
function go_page(input_object, target_url, page){
input_object.page.value=page;
input_object.action=target_url;
input_object.submit();
}
//popup
function popup_a_01(){
window.open('/06popup/popup_a_01.jsp','map01','width=980,height=700, toolbar=no,location=no,directories=no,status=no,resizable=no,menubar=no,scrollbars=yes');
}
function popup_a_02(){
window.open('/06popup/popup_a_02.jsp','map01','width=980,height=700, toolbar=no,location=no,directories=no,status=no,resizable=no,menubar=no,scrollbars=yes');
}
//popup end
// ºÎµå·´°Ô ¿òÁ÷ÀÌ´Â top¹öư
//ÆäÀÌ¡°ü·Ã
function genDomInput(elemName, elemValue){
var input = document.createElement("input");
input.setAttribute("type", "hidden");
input.setAttribute("name", elemName);
input.setAttribute("value", elemValue);
return input;
}