function showExtenalTicketPopup(pc,typeId){
   mywindow = window.open ('http://pts.thinktank-tunisie.com//ticket/ticket.do?pc='+pc+'&typeId='+typeId, "mywindow","location=0,status=0,scrollbars=yes,toolbar=0,menubar=0,resizable=yes,width=800,height=350");
   mywindow.moveTo(0,0);
}

function pts4webone(pc,typeId){
   mywindow = window.open ('http://pts.thinktank-tunisie.com//ticket/webone.do?pc='+pc+'&typeId='+typeId, "mywindow","location=0,status=0,scrollbars=yes,toolbar=0,menubar=0,resizable=yes,width=800,height=350");
   mywindow.moveTo(0,0);
}
function pts4rcc(pc,typeId){
   //mywindow = window.open ('http://pts.thinktank-tunisie.com//ticket/rcc.do?pc='+pc+'&typeId='+typeId, "mywindow","location=0,status=0,scrollbars=yes,toolbar=0,menubar=0,resizable=yes,width=620,height=400");
   mywindow = window.open ('http://pts.thinktank-tunisie.com//ticket/rcc.do?pc='+pc+'&typeId='+typeId, "mywindow","location=0,status=0,scrollbars=yes,toolbar=0,menubar=0,resizable=yes,width=650,height=450");
   mywindow.moveTo(0,0);
}
function pts4bidbloom(pc,language){
   //mywindow = window.open ('http://pts.thinktank-tunisie.com//ticket/rcc.do?pc='+pc+'&typeId='+typeId, "mywindow","location=0,status=0,scrollbars=yes,toolbar=0,menubar=0,resizable=yes,width=620,height=400");
   mywindow = window.open ('http://pts.thinktank-tunisie.com//ticket/bidbloom.do?pc='+pc+'&language='+language, "mywindow","location=0,status=0,scrollbars=yes,toolbar=0,menubar=0,resizable=yes,width=650,height=450");
   mywindow.moveTo(0,0);
}
