function launch(page) {
openwin = this.open
(page, "CustomCreations", "toolbar=no, menubar=no, scrollbars=no, location=no, autosize=yes, width=460, height=440, top=200, left=400");
}
function launch2(page) {
openwin = this.open
(page, "CustomCreations", "toolbar=no, menubar=no, scrollbars=no, location=no, autosize=yes, width=460, height=640, top=200, left=400");
}