var theURL1 = 'FNRF-Update_files/image003.jpg';
var theURL2 = 'FNRF-Update_files/image005.jpg';
var theURL3 = 'FNRF-Update_files/image007.jpg';
var theURL4 = 'FNRF-Update_files/image009a.jpg';
var theURL5 = 'FNRF-Update_files/image012.jpg';
var theURL6 = 'FNRF-Update_files/image014.jpg';
var width  = 640;
var height = 480;

function popWindow1() {
newWindow = window.open(theURL1,'newWindow','toolbar=no,menubar=no,resizable=yes,scrollbars=no,status=no,location=no,width='+width+',height='+height);
}
function popWindow2() {
newWindow = window.open(theURL2,'newWindow','toolbar=no,menubar=no,resizable=yes,scrollbars=no,status=no,location=no,width='+width+',height='+height);
}
function popWindow3() {
newWindow = window.open(theURL3,'newWindow','toolbar=no,menubar=no,resizable=yes,scrollbars=no,status=no,location=no,width='+width+',height='+height);
}
function popWindow4() {
newWindow = window.open(theURL4,'newWindow','toolbar=no,menubar=no,resizable=yes,scrollbars=no,status=no,location=no,width='+width+',height='+height);
}
function popWindow5() {
newWindow = window.open(theURL5,'newWindow','toolbar=no,menubar=no,resizable=yes,scrollbars=no,status=no,location=no,width='+width+',height='+height);
}
function popWindow6() {
newWindow = window.open(theURL6,'newWindow','toolbar=no,menubar=no,resizable=yes,scrollbars=no,status=no,location=no,width='+width+',height='+height);
}
