// JavaScript Document
function openWindow() {
	window.open("saidbbs.html","","WIDTH=520,HEIGHT=380");
}