<!--
function view(url) {
  window.open(url,'manhwa_view','width=1,height=1,resizable=no')
}

function detail(url) {
  window.open(url,'','width=580,height=330,resizable=no')
}



function open_win(strURL,strName,blnScroll,intWidth,intHeight){
  browsing_window = window.open(strURL,strName,"status=no,resizable=no,menubar=no,scrollbars="+blnScroll+",width="+intWidth+",height="+intHeight)
  browsing_window.focus()
}
//-->