//past issuesfunction openPastIssue(URL){pastIssue=window.open(URL,"pastIssues","scrollbars=1,resizable=1,width=570,height=600,left=10,top=10")}//image detailfunction openImage(URL){image=window.open(URL,"Image","scrollbars=1,resizable=1,width=840,height=620,left=0,top=0")}//literaturefunction openLit(URL){lit=window.open(URL,"lit","scrollbars=1,resizable=1,width=840,height=620,left=0,top=0")}//Table of Contentsfunction openTOC(URL){TOC=window.open(URL,"TOC","toolbar=1, resizable =1, width=550,height=600,left=5,top=0")}//Printer Friendlyfunction openPrint(URL){print=window.open(URL,"print","scrollbars=1, toolbar=1, resizable =1, width=770,height=580,left=5,top=0")}// target the window that opened the popup//target openerfunction mainGoto(URL){parent.opener.location.href = URL;parent.window.close();}