function Gallerywin(urlnumber){if(urlnumber == 1){openurl = "http://picbox.fc2web.com/pictures/snow/index.html";}if(urlnumber == 2){openurl = "http://picbox.fc2web.com/pictures/scenery/index.html";}if(urlnumber == 3){openurl = "http://picbox.fc2web.com/pictures/saboten/index.html";}if(urlnumber == 4){openurl = "http://picbox.fc2web.com/pictures/okinawa/index.html";}if(urlnumber == 5){openurl = "http://picbox.fc2web.com/pictures/flower/index.html";}if(urlnumber == 6){openurl = "http://picbox.fc2web.com/pictures/life/index.html";}if(urlnumber == 7){openurl = "http://picbox.fc2web.com/pictures/hanabi/index.html";}if(urlnumber == 8){openurl = "http://picbox.fc2web.com/pictures/town/index.html";}if(urlnumber == 9){openurl = "http://picbox.fc2web.com/pictures/outdoor/index.html";}if(urlnumber == 10){openurl = "http://picbox.fc2web.com/pictures/strawberry/index.html";}if(urlnumber == 11){openurl = "http://picbox.fc2web.com/pictures/australia/index.html";}if(urlnumber == 12){openurl = "http://picbox.fc2web.com/pictures/sakura/index.html";}if(urlnumber == 13){openurl = "http://picbox.fc2web.com/pictures/shellfish/index.html";}if(urlnumber == 14){openurl = "http://picbox.fc2web.com/pictures/thai/index.html";}gwin=window.open(openurl,"newwin","toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=760,height=620");gwin.focus();}