function openModule( link , width , height )
{
	moduleWindow = window.open( link , "module" , "width=" + width + ",height=" + height + ",statusbar=no,statusbar=0,status=no,status=0,toolbar=0,location=0,directories=0,menubar=0,scrollbars=0,resizable=0,top=50,left=50,status=0," );
}

function viewResults( link , width , height )
{
	resultsWindow = window.open( link , "results" , "width=" + width + ",height=" + height + ",status=no,toolbar=0,location=0,directories=0,menubar=0,scrollbars=1,resizable=0,top=50,left=50" );
}

function focuswin ()
{
	CMEwindow.focus()
}