function popUp() {
	window.open('','photo','scrollbars,resizable,width=470,height=500');
}

function popUpInfo() {
	window.open('','new','scrollbars,resizable,width=640,height=480');
}

function popUpLg() {
	window.open('','photo','scrollbars,resizable,width=720,height=500');
}

function openForm(){
	document.write("<form name='guestbook' method='post' action='/cgi-bin/guest2.cgi'>");
}

function submitForm(){
	document.writeln("<input type='submit' value='Sign Guestbook'>");
}

function closeForm(){
	document.writeln("</form>");
}

