function swapImg(f,sc){
if(document.images) document[f].src=eval(sc+".src");
}

function winLauncher(theURL,winName,features){
nw=window.open(theURL,winName,features);
nw.focus();
}



