
function StartSudoku ()
{
	var win = window.open ( document.getElementsByTagName ( 'base' )[0].href + '?mode=sudoku', 'Rosesudoku', 'width=640,height=480,resize=no,topbar=0,menubar=0,resizable=0,status=no,scrollbars=no' );
}


