var newbaswindow;
function Bookashowing(url)
{
	newbaswindow=window.open(url,'showing','height=550,width=650,location=no,toolbars=no,resizable=yes,scrollbars=yes');
	if (window.focus) {newbaswindow.focus()}
}