// JavaScript Document


<!-- //

L = "height=200 width=250";
P = "height=250 width=200";

var newWindow
function makeNewWindow(url, def, dim) {
newWindow = window.open(url, def, dim);
}

// -->
