function quickstart(url){
	qsWindow = window.open(url,'Quick-Start Guide','height=300,width=550');
	if (window.focus) {
		qsWindow.focus();
	}
}
