function cartel(im)
{
xx=600;
yy=400;
window.open("cartel.php?id="+im,"","height="+yy+",width="+xx+",menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=100,top=100");
}
