function launch_tshirt_edit()
{
x = screen.availWidth/2-820/2;
y = screen.availHeight/2-650/2;
testwindow= window.open ("index_edytor.php", "JUPI","location=1,status=1,scrollbars=1,width=820,height=650");
testwindow.moveTo(x,y);
}
