













































<!--
function check(swipesy1){
if (swipesy1.opentype.options[document.swipesy1.opentype.selectedIndex].value == "") {
alert("Please select an option for opening the page.");
swipesy1.opentype.focus();
return false;}
if (swipesy1.opentype.options[document.swipesy1.opentype.selectedIndex].value == "frame") {
if (swipesy1.target.value == "") {
alert("The \"Open in a specific frame\" option was chosen.\nA target must be named.");
swipesy1.target.focus();
return false;}}
if (swipesy1.openingdesc.value == "") {
alert("Please enter an opening description. This is the text that is\ndisplayed in the drop-down menu when the page first loads.");
swipesy1.openingdesc.focus();
return false;}
if (swipesy1.link01.value == "") {
alert("Please enter a Link URL.");
swipesy1.link01.focus();
return false;}
generate(this.form);}
//-->