<SCRIPT LANGUAGE=\"JavaScript\" type=\"text/javascript\">
<!--
function launchsmall(url) {
window.name = 'opener';
 remote = open(url, \"\", \"resizable,status,scrollbars,width=" . $ltw_config['popup_small_width'] . ",height=" . $ltw_config['popup_small_height'] . ",left=" . $ltw_config['popup_small_left'] . ",top=" . $ltw_config['popup_small_top'] . "\");
}
function launchbig(url) {
self.name = \"opener\";
 remote = open(url, \"\", \"resizable,scrollbars,width=" . $ltw_config['popup_big_width'] . ",height=" . $ltw_config['popup_big_height'] . ",left=" . $ltw_config['popup_big_left'] . ",top=" . $ltw_config['popup_big_top'] . "\");
}
// -->
</SCRIPT>