//popup

function t2_win(controlName,formName) {
window.open('/comic/author_search.php/'+controlName+'/'+formName, 'mywindow2', 'width=650, height=525,left=200, menubar=no, toolbar=no, scrollbars=no');
return false;
}

function t2_win_content(controlName,formName) {
window.open('/comic/content_search.php/'+controlName+'/'+formName, 'mywindow2', 'width=650, height=525,left=200, menubar=no, toolbar=no, scrollbars=no');
return false;
}
/*
document.write('<script src="/js/openwin_xp.js" type="text/javascript"></script>');
*/



