// QISC Website
// by Simon Cowan, Atlas Interactive
// Copyright 2006


function openOutline(folder,page){
if(folder == "atlas"){
		outline = window.open( 'http://www.atlasinteractive.co.uk/'+page+'.html','outline','fullScreen=no,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no,toolbar=no,hotkeys=no,channelmode=no');
}else{
		outline = window.open( 'courses/'+folder+'/'+page+'.htm','outline','fullScreen=no,menubar=no,location=no,resizable=no,scrollbars=yes,status=no,toolbar=no,hotkeys=no,channelmode=no');
		}
}