function opencellars ( filename )
{
	popup = window.open ( filename, "", "width=300,height=350,scrollbars");
}

