//Javascript Page function popup(urlW, nameW, width, height, title) { if (nameW == "jpg") urlW = "http://www.sevencycles.com/popup.html?image=" + urlW + "&" + title; window.open(urlW, nameW, "width='+ width',height='+ height',menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,top=0,left=0"); } function showPic (whichpic) { if (document.getElementById) { document.getElementById('placeholder').src = whichpic.href; if (whichpic.title) { document.getElementById('desc').childNodes[0].nodeValue = whichpic.title; } else { document.getElementById('desc').childNodes[0].nodeValue = whichpic.childNodes[0].nodeValue; } return false; } else { return true; } }