<!-- Begin popup
function popupPage() {
var page = "http://www.oldtimestrongman.com/popup.html ";
windowprops = "height=520,width=720,location=no,"
+ "scrollbars=yes,menubars=no,toolbars=no,resizable=yes"; 
window.open(page, "Popup", windowprops);
 
}
//  End popup-->


 
