function newWindow2(p) {

 var w4 = window.open(p, 'newWindow2', 'height=480,width=750,scrollbars=yes,resizable=yes,status=yes,left=0,top=0');
 w4.focus();
}

function lnkDotCom(x) {

 var Name = new Array (13);
 Name[0] = "amradios";
 Name[1] = "antiqueradio";
 Name[2] = "antiqueradios";
 Name[3] = "oldtimeradioprograms";
 Name[4] = "audiosold";
 Name[5] = "chairmanrestoration";
 Name[6] = "classicradiogallery";
 Name[7] = "ermag";
 Name[8] = "fathauer";
 Name[9] = "justradios";
 Name[10] = "radioattic";
 Name[11] = "radiophile";
 Name[12] = "sarsradio";
 Name[13] = "collectiblesnstuff";
 Name[14] = "antiqueappeal";
 Name[15] = "antiques-2-collectibles";
 Name[16] = "radioswapmeet";

 var url="http://";
 url = url + "www." + Name[x] + ".com";
 var w5 = window.open(url, 'newWindow3', 'height=480,width=750,scrollbars=yes,resizable=yes,status=yes,left=0,top=0');
 w5.focus();
}
