function picpop(pic) { if(pic == 2){ open("shell_02.jpg","null","width=600,height=400,status=no,menubar=no,location=no,resizable=no,titlebar=yes,scrollbars=no,top=50,left=50"); } else if(pic == 3){ open("shell_03.jpg","null","width=600,height=400,status=no,menubar=no,location=no,resizable=no,titlebar=yes,scrollbars=no,top=50,left=50"); } else if(pic == 4){ open("shell_04.jpg","null","width=400,height=600,status=no,menubar=no,location=no,resizable=no,titlebar=yes,scrollbars=no,top=50,left=50"); } else if(pic == 5){ open("shell_05.jpg","null","width=600,height=400,status=no,menubar=no,location=no,resizable=no,titlebar=yes,scrollbars=no,top=50,left=50"); } else if(pic == 6){ open("shell_06.jpg","null","width=400,height=600,status=no,menubar=no,location=no,resizable=no,titlebar=yes,scrollbars=no,top=50,left=50"); } else if(pic == 7){ open("shell_07.jpg","null","width=600,height=400,status=no,menubar=no,location=no,resizable=no,titlebar=yes,scrollbars=no,top=50,left=50"); } else if(pic == 8){ open("shell_08.jpg","null","width=600,height=400,status=no,menubar=no,location=no,resizable=no,titlebar=yes,scrollbars=no,top=50,left=50"); } // else if(pic == 9){ // open("shell_09.jpg","null","width=600,height=400,status=no,menubar=no,location=no,resizable=no,titlebar=yes,scrollbars=no,top=50,left=50"); // } else if(pic == 10){ open("shell_10.jpg","null","width=600,height=400,status=no,menubar=no,location=no,resizable=no,titlebar=yes,scrollbars=no,top=50,left=50"); } else if(pic == 11){ open("shell_11.jpg","null","width=600,height=400,status=no,menubar=no,location=no,resizable=no,titlebar=yes,scrollbars=no,top=50,left=50"); } }