// JavaScript Document
function gettvsexe(id){
url = 'http://www.tvsexe.tv/tvsexe_detail.php?aff=l00075&s=1244&id=' + id + '&cp=X79619JY68A2E&m=3'; 
winwidth = screen.availWidth - 10;
winheight = screen.availHeight - 30;
window.open(url, '_blank', 'scrollbars=yes, width=' + winwidth + ', height=' + winheight + ', top=0, left=0, resizable');
}

