// JavaScript Documentvar newwindow;function whichsidedisplay(){	newwindow=window.open("./whichside-display.html", "display", "width=725, height=210, location=0, scrollbars=0, menu=0");}function whichsidecard(){	newwindow=window.open("./whichsidecard.html", "display", "width=625, height=210, location=0, scrollbars=0, menu=0");}
