// JavaScript routines

function opencam() {
	window.open(this.href, this.target, "width=400,height=340");
	return false;
}
