function BUTTONM1() {
var addy = "document.addy.value";
var words = "document.words.value"; 
document.popup2.area.value = "\<form method=\"get\"\ action=\""+document.popup2.addy.value+"\">\n\<input\ type=\"submit\"\ value=\""+document.popup2.words.value+"\">\n<\/form>";
}
