
function homepop(id){window.open ('news/detail/'+id+'.html', 'NewsWindow', 'height=680, width=770, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=yes,location=no, status=no'); }

function newspop(id){window.open ('detail/'+id+'.html', 'NewsWindow', 'height=680, width=770, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=yes,location=no, status=no'); }

function picpop(id){window.open (id+'_i.html', 'PhotoWindow', 'height=680, width=770, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=yes,location=no, status=no'); }

