/* now we're cooking with gas! *//*------(the valid way to open links in a new window)------*/function openExt(elem) {	window.open(elem.href);}
