// collection of minor JS functions used on almost all 
// iwin game pages -- mb 2010-08
function opensmall() {
	dsinfo=window.open('','small','width=600,height=500,status=0,location=0,directories=0,toolbar=0,scrollbars=yes');
	dsinfo.focus();
}

