function OpenAnimation(file,width,height)
{
window.open(file,'', config='width='+width+',height='+height+',resizable=1,scrollbars=0,status=no,location=0,menubar=0,directories=no,copyhistory=no');
}