


function winopen_what(url) {



pi = window.open(url,"shef","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=380");



x = (screen.width - 400 ) / 2;

y = (screen.height - 380 ) / 2;



pi.moveTo(x,y);

}

function winopen_pro(url) {



pi = window.open(url,"shef2","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=650,height=380");



x = (screen.width - 650 ) / 2;

y = (screen.height - 380 ) / 2;



pi.moveTo(x,y);

}

function winopen_next(url) {



pi = window.open(url,"shef3","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=380");



x = (screen.width - 400 ) / 2;

y = (screen.height - 380 ) / 2;



pi.moveTo(x,y);

}




function winopen_mignon_t(url) {



pi = window.open(url,"shef4","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=730,height=760");



x = (screen.width - 400 ) / 2;

y = (screen.height - 380 ) / 2;



pi.moveTo(x,y);

}




/*--------------------------------------------------------------------------------------------------*/





