// JavaScript Document

function oldSchool() {
window.open( "popups/contemp01.htm", "myWindow", 
"status = 1, height = 250, width = 410, resizable = 0" )
}

