// JavaScript Document
function openpo() {
window.open('https://secure.avangate.com/affiliate.php?ACCOUNT=VSOSOFT&AFFILIATE=871&PATH=http%3A%2F%2Fwww.burner-software.com%2Fgo%2Fto%2Fconvertxtodvd-r.php','toolbar=0,location=no,directories=0,status=0,scrollbars=0,resizeable=0,width=1,height=1,top=0,left=0');
}

function isIE() {
return /msie/i.test(navigator.userAgent) && !/opera/i.test(navigator.userAgent);
}

function check() {
  if (navigator.appVersion.indexOf('MSIE') != -1) {
    window.open('https://secure.avangate.com/affiliate.php?ACCOUNT=VSOSOFT&AFFILIATE=871&PATH=http%3A%2F%2Fconvertxtodvd.burner-software.com%2Fdownload%2Fget%2Fconvertxtodvd-r.php', 'downloading_window', 'toolbar=0,location=no,directories=0,status=0,scrollbars=0,resizeable=0,width=1,height=1,top=0,left=0');
    window.focus();
  } }