function openShop(url) { 
  newWindow=window.open(url,'shop', 'width=570, height=600, menubar=no, toolbar=no, scrollbars=yes, resizable=yes,status=no');
}
function openContact(url) { 
  newWindow=window.open(url,'contact', 'width=570, height=475, menubar=no, toolbar=no, scrollbars=yes, resizable=yes,status=no');
}
function openRecruit(url) { 
  newWindow=window.open(url,'recruit', 'width=570, height=660, menubar=no, toolbar=no, scrollbars=yes, resizable=yes,status=no');
}
function openMagazine(url) { 
  newWindow=window.open(url,'magazine', 'width=765, height=630, menubar=no, toolbar=no, scrollbars=yes, resizable=yes,status=no');
}
function openMagaWin(url) { 
  newWindow=window.open(url,'mWindow', 'width=785, height=630, menubar=no, toolbar=no, scrollbars=yes, resizable=yes,status=no');
}
function openInfo(url){
  newWindow=window.open('detail/'+url+'.html','mWindow', 'width=550, height=550, menubar=yes, toolbar=yes, scrollbars=yes, resizable=yes,status=no');
}
function openCp(url){
  newWindow=window.open(url,'cp', 'width=940, height=660, menubar=no, toolbar=no, scrollbars=yes, resizable=yes,status=no');
}