function launch(page){
	Openwin = this.open(page, "Blabbermouth Lips", "toolbar=no, menubar=no, scrollbar=no, location=no, width=400, height=600");
}

function launch2(page){
	Openwin = this.open(page, "Blabbermouth Lips", "toolbar=no, menubar=no, scrollbar=no, location=no, width=550, height=250");
}

function launch3(page){
	Openwin = this.open(page, "Blabbermouth Lips", "toolbar=no, menubar=no, scrollbar=no, location=no, width=550, height=250");
}