//Javascript Page function popup(urlW, nameW, title) { if (nameW == "jpg") urlW = "https://sevencycles.com/popup.html?image=" + urlW + "&" + title; window.open(urlW, nameW, "width=750,height=475,menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,top=0,left=0"); }