//Function to pop up a window of defined size.
//Usage    name(){              url                 title                               width   height
//function mywin(){window.open('my.htm','me','toolbar=no,scrollbars=no,width=100,height=100');}
function pop1(){window.open('clients/01.htm','Point1','toolbar=no,scrollbars=no,width=475,height=211');}
function pop2(){window.open('clients/02.htm','Point2','toolbar=no,scrollbars=no,width=475,height=211');}
function pop3(){window.open('clients/03.htm','Point3','toolbar=no,scrollbars=no,width=475,height=211');}
function pop4(){window.open('clients/04.htm','Point4','toolbar=no,scrollbars=no,width=475,height=211');}
function pop5(){window.open('clients/05.htm','Point5','toolbar=no,scrollbars=no,width=475,height=211');}
function pop6(){window.open('clients/06.htm','Point6','toolbar=no,scrollbars=no,width=475,height=211');}
function pop7(){window.open('clients/07.htm','Point7','toolbar=no,scrollbars=no,width=475,height=211');}
function pop8(){window.open('clients/08.htm','Point8','toolbar=no,scrollbars=no,width=475,height=211');}
function pop9(){window.open('clients/09.htm','Point9','toolbar=no,scrollbars=no,width=475,height=211');}
function pop10(){window.open('clients/10.htm','Point10','toolbar=no,scrollbars=no,width=475,height=211');}