// JavaScript Document
function TutorialPopup(TutorialID){
var newDate = new Date();
var newTime = newDate.getTime();
var aurl = 'http://www.dentrek.com/console/flashConsole.asp?x_slidetype=4&x_classid='+TutorialID+'&x_url='+escape(document.location.href)+'&dummy='+newTime;
var GetConsoleWindow = window.open(aurl, '_blank','width=700px,height=500px,scrollbars=no,status=no,resizable=no,directories=no');
}

/*function smartCamPopup(TutorialID) {
var newDate = new Date();
var newTime = newDate.getTime();
var aurl = 'http://www.dentrek.com/console/flashConsole.asp?x_slidetype=4&x_classid='+TutorialID+'&x_url='+escape(document.location.href)+'&dummy='+newTime;
var GetConsoleWindow = window.open(aurl, '_blank','width=700px,height=500px,scrollbars=no,status=no,resizable=no,directories=no');
}*/