function picpop(pic) { if(pic == 1){ open("halloween_01.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 == 2){ open("halloween_02.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 == 3){ open("halloween_03.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 == 4){ open("halloween_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("halloween_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("halloween_06.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 == 7){ open("halloween_07.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 == 8){ open("halloween_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("halloween_09.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 == 10){ open("halloween_10.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 == 11){ open("halloween_11.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 == 12){ open("halloween_12.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 == 13){ open("halloween_13.jpg","null","width=600,height=400,status=no,menubar=no,location=no,resizable=no,titlebar=yes,scrollbars=no,top=50,left=50"); } }