var tbro='nn'
var isopera=false
if(document.all){tbro='ie'}
if(navigator.appName=="Netscape"){tbro='ienn'}
var navp=navigator.platform
var navpp=navp
if(navp=='MacPPC'||navp=='Mac68K'){navp='Mac'}
if(navigator.userAgent.indexOf('Opera')>-1){isopera=true}
if(navigator.userAgent.indexOf('KHTML')>-1){iskhtml=true}

function LoadLSWF(){
document.write("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=3,0,0,0' WIDTH=162 HEIGHT=162><PARAM NAME='Movie' VALUE='weblogo.swf' ref><PARAM NAME='Menu' VALUE='0'><PARAM NAME='Scale' VALUE='100'><EMBED SRC='weblogo.swf' WIDTH='162' HEIGHT='162' LOOP='-1' TYPE='application/x-shockwave-flash'></EMBED></OBJECT>")
}

function Random(N) { return Math.floor(N*(Math.random()%1)) }

function openactivity2(theactivity, wwidth, hheight){
	wwidth=1000
	hheight=700
	lpos=(screen.width-wwidth)/2
	tpos=(screen.height-hheight)/4
	openstring = 'left=' + lpos +',top=' + tpos + ',status=yes,resizable=yes,toolbar=yes,scrollbars=no,width=' + wwidth + ',height=' + hheight
	KS = window.open(theactivity, 'acbt' + (Random(1000)), openstring);
	if (KS){
		KS.focus()
	}else{
	//	alert ("You may have a popup blocker installed. This will need to be disabled to run these demos.")
	}
}

function openactivity3(theactivity, wwidth, hheight){
	if (wwidth==''){wwidth=640}
	if (hheight==''){hheight=512}
	lpos=(screen.width-wwidth)/2
	tpos=(screen.height-hheight)/4
	openstring = 'left=' + lpos +',top=' + tpos + ',status=no,resizable=yes,toolbar=no,scrollbars=no,width=' + wwidth + ',height=' + hheight
	KS = window.open(theactivity, 'acbt' + (Random(1000)), openstring);
	if (KS){
		KS.focus()
	}else{
		alert ("You may have a popup blocker installed. This will need to be disabled to run these demos.")
	}
}

function openactivity4(theactivity, wwidth, hheight){
	if (wwidth==''){wwidth=640}
	if (hheight==''){hheight=512}
	wwidth=screen.availWidth
	hheight=screen.availHeight
	lpos=0
	tpos=0
	if (tbro=='ie'&&navpp=='Win32'){
		openstring="fullscreen,resizable=yes"
	}else{
		openstring = 'left=' + lpos +',top=' + tpos + ',fullscreen=yes,status=no,resizable=yes,toolbar=no,scrollbars=no,width=' + wwidth + ',height=' + hheight
	}
	KS = window.open(theactivity, 'acbt' + (Random(1000)), openstring);
	if (KS){
		KS.focus()
	}else{
		alert ("You may have a popup blocker installed. This will need to be disabled to run these demos.")
	}
}

function replace(rstring,rwith,rwith2){
	do{
		rstring=rstring.replace(rwith, rwith2)
	}
	while (rstring.indexOf(rwith, 1) > 0)
	return rstring
}

function writebutton(butname, butcolor, outcolor,target,linktype, thetitle){
	if (linktype==1){
		tl='javascript:' + target + ';'
	}else{
		tl='javascript:location.href=\'' + target + '\';'
	}
	butname=replace(butname," ","&nbsp;")
	if (butname.length<7){butname=" " + butname + " "}
	return '<INPUT type="button" title="' + thetitle + '" value="' + butname + '" class=buttonsnormal onmouseup=' + tl + '>'
}

function writebuttonblue(butname, butcolor, outcolor,target,linktype){
	if (linktype==1){
		tl='javascript:' + target + ';'
	}else{
		tl='javascript:location.href=\'' + target + '\';'
	}
	butname=replace(butname," ","&nbsp;")
	if (butname.length<7){butname=" " + butname + " "}
	return '<INPUT type="button" value="' + butname + '" class=buttonsnormalblue onmouseup=' + tl + '>'
}

document.write ("<CENTER>")
cwidth=document.body.clientWidth
cheight=document.body.clientHeight
//if (cwidth<1000){
//	document.write ("<TABLE border=0 style='width:100%;' cellspacing=0 cellspacing=0>")
//}else{
	document.write ("<TABLE border=0 style='width:990px;' cellspacing=0 cellspacing=0>")
//}
document.write ("<TR><TD colspan=2><TABLE border=0 style='border:1px solid #94949a;height:74px;' alt='e-learning, assessments, quizzes, presentations, elearning' title='e-learning, assessments, quizzes, presentations, elearning' background='kplogo.gif' WIDTH=100% cellspacing=0 cellspacing=0><TD><A name='topit' HREF=\"home.htm\"><IMG SRC=\"invisible.gif\" border=0 style='width:988;height:74;'></A></TD></TABLE></A></TD></TR>")
document.write ("<TR><TD colspan=2>")
document.write ("<TABLE width=100% style='' cellspacing=0 cellpadding=0 bgcolor=#336699 border=0><TD>")

document.write ("<TABLE cellspacing=0 cellpadding=0 bgcolor=#336699 width=100% border=0><TD>")

document.write ("<TABLE cellspacing=0 cellpadding=0 bgcolor=#336699 border=0>")
document.write ("<TD class=topmenu title='See a list and description of our products.' onmouseup='location.href=\"products.htm\"' onmouseout='this.className=\"topmenu\"' onmouseover='this.className=\"chicken\"'><DIV class=topmenu2 style='text-decoration:none;'>Products</DIV></TD>")
document.write ("<TD width=1 bgcolor=#b5b5ad></TD>")
document.write ("<TD class=topmenu title='Download 30 day trials, updates for registered users, and other items.' onmouseup='location.href=\"download.htm\"' onmouseout='this.className=\"topmenu\"' onmouseover='this.className=\"chicken\"'><DIV class=topmenu2>Downloads</DIV></TD>")
document.write ("<TD width=1 bgcolor=#b5b5ad></TD>")
document.write ("<TD class=topmenu title='Select from a huge range of online demonstrations, lessons, and examples.' onmouseup='location.href=\"demomain.htm\"' onmouseout='this.className=\"topmenu\"' onmouseover='this.className=\"chicken\"'><DIV class=topmenu2>Demos</DIV></TD>")
document.write ("<TD width=1 bgcolor=#b5b5ad></TD>")
document.write ("<TD class=topmenu title='Sign up for online trials of KP Learner Manager Enterprise, or KnowledgePresenter Q.' onmouseup='location.href=\"onlinetrials.htm\"' onmouseout='this.className=\"topmenu\"' onmouseover='this.className=\"chicken\"'><DIV class=topmenu2>Online&nbsp;Trials</DIV></TD>")
document.write ("<TD width=1 bgcolor=#b5b5ad></TD>")
document.write ("<TD class=topmenu title='See a range of online, multimedia tours, illustrating how KnowledgePresenter and KP Learner Manager Enterprise work.' onmouseup='location.href=\"tours.htm\"' onmouseout='this.className=\"topmenu\"' onmouseover='this.className=\"chicken\"'><DIV class=topmenu2>Tours</DIV></TD>")
document.write ("<TD width=1 bgcolor=#b5b5ad></TD>")
document.write ("<TD class=topmenu title='View a range of customer examples, customer testimonials, and a customer list.' onmouseup='location.href=\"showcase.htm\"' onmouseout='this.className=\"topmenu\"' onmouseover='this.className=\"chicken\"'><DIV class=topmenu2>Showcase</DIV></TD>")
document.write ("<TD width=1 bgcolor=#b5b5ad></TD>")
document.write ("<TD class=topmenu title='View a price list, and purchase online.' onmouseup='location.href=\"purchase.htm\"' onmouseout='this.className=\"topmenu\"' onmouseover='this.className=\"chicken\"'><DIV class=topmenu2>Shop</DIV></TD>")
document.write ("<TD width=1 bgcolor=#b5b5ad></TD>")
document.write ("<TD class=topmenu title='Learn about us, and see our contact details. You can also find a reseller in your area.' onmouseup='location.href=\"aboutus.htm\"' onmouseout='this.className=\"topmenu\"' onmouseover='this.className=\"chicken\"'><DIV class=topmenu2>About&nbsp;Us/Contact</DIV></TD>")
document.write ("<TD width=1 bgcolor=#b5b5ad></TD>")
document.write ("<TD class=topmenu title='See a list of upcoming shows we will be attending around the world.' onmouseup='location.href=\"shows.htm\"' onmouseout='this.className=\"topmenu\"' onmouseover='this.className=\"chicken\"'><DIV class=topmenu2>Shows</DIV></TD>")
document.write ("<TD width=1 bgcolor=#b5b5ad></TD>")
document.write ("</TABLE>")

document.write ("</TD><TD width=* align=right")

document.write ("<TABLE cellspacing=0 border=6 cellpadding=0 border=0>")
document.write ("<TD width=1 bgcolor=#b5b5ad></TD>")
document.write ("<TD class=topmenu title='Find out how to get support.' onmouseup='location.href=\"support.htm\"' onmouseout='this.className=\"topmenu\"' onmouseover='this.className=\"chicken\"'><DIV class=topmenu2>Support</DIV></TD>")
document.write ("<TD width=1 bgcolor=#b5b5ad></TD>")
document.write ("<TD class=topmenu title='Launch KnowledgePresenter Q in a new window.' onmouseup='openactivity2(\"http://quizzes.knowledgepresenter.com\",1000,1000)' onmouseout='this.className=\"topmenu\"' onmouseover='this.className=\"chicken\"'><DIV class=topmenu2>KPQ</DIV></TD>")
document.write ("<TD width=1 bgcolor=#b5b5ad></TD>")
document.write ("<TD class=topmenu title='Launch KnowledgePresenter University for training, help, white papers, hands on guides, and much, much, more.' onmouseup='location.href=\"kpuni.htm\"' onmouseout='this.className=\"topmenu\"' onmouseover='this.className=\"chicken\"'><DIV class=topmenu2>KP&nbsp;University</DIV></TD>")
document.write ("<TD width=1 bgcolor=#b5b5ad></TD>")
document.write ("</TABLE>")

document.write ("</TD></TABLE></TD></TR><TR>")
document.write ("<TD colspan=2><TABLE WIDTH=100% cellspacing=0 cellpadding=0>")

document.write ("<TD align=center valign=top border=0 bgcolor=#e8e8e8 width=180>")

//document.write ("<IFRAME style='margin-bottom:10px;margin-top:5px;width:164px;height:140px;' frameborder=0 scrolling=no SRC='http://www.knowledgepresenter.com/kp7/kpv7newfeatures.html'></IFRAME>")

//LoadLSWF()


document.write ("<TABLE WIDTH=100% cellspacing=0 cellpadding=0><TR><TD><P class=sidebar><IMG SRC='photo.gif'><BR>Check out <A target='tpp' HREF='http://www.takeperfectphotos.com'><FONT COLOR=#336699>TakePerfectPhotos.com</FONT></A> - created 100% in KnowledgePresenter and KP-Learner Manager Enterprise Edition. <B>Free subscription</B> for all KPv7 purchasers.</TD></TR></TABLE>")

document.write ("<CENTER><TABLE WIDTH=95% style='margin-top:3px;margin-bottom:8px;' cellspacing=0 height=1 cellpadding=0><TR><TD width=100% class=sidebarback></TD></TR></TABLE></CENTER>")

document.write ("<TABLE WIDTH=100% cellspacing=0 cellpadding=0><TR><TD><P class=sidebar>You can now follow us on <A target='twitter' HREF='http://twitter.com/knowldgepresntr'><FONT COLOR=#336699>Twitter</FONT></A>, <A target='facebook' HREF='http://www.facebook.com/pages/KnowledgePresenter/53937044529'><FONT COLOR=#336699>Facebook</FONT></A>, <A target='yt' HREF='http://www.youtube.com/user/ElearningUniversity'><FONT COLOR=#336699>YouTube</FONT></A>, and <A target='myspace' HREF='http://www.usekp.com/myspace.html'><FONT COLOR=#336699>MySpace</FONT></A> for all update releases and other information.</TD></TR></TABLE>")

document.write ("<CENTER><TABLE WIDTH=95% style='margin-top:3px;margin-bottom:8px;' cellspacing=0 height=1 cellpadding=0><TR><TD width=100% class=sidebarback></TD></TR></TABLE></CENTER>")

document.write ("<IMG alt='e-learning, assessments, quizzes, presentations, elearning' title='e-learning, assessments, quizzes, presentations, elearning' background='kplogo.gif' SRC='mag.gif'><BR>")

document.write ("<TABLE WIDTH=100% cellspacing=0 cellpadding=0><TR><TD><P class=sidebar>Search KnowledgePresenter University Version 7...</TD></TR></TABLE>")

document.write (writebutton("Search...","#336699","#378CE7","kpsearch.asp",0,"Search..."))

document.write ("<CENTER><TABLE WIDTH=95% style='margin-top:8px;margin-bottom:8px;' cellspacing=0 height=1 cellpadding=0><TR><TD width=100% class=sidebarback></TD></TR></TABLE></CENTER>")

document.write ("<IMG alt='e-learning, assessments, quizzes, presentations, elearning' title='e-learning, assessments, quizzes, presentations, elearning' background='kplogo.gif' SRC='download.gif'><BR>")

document.write ("<TABLE WIDTH=100% cellspacing=0 cellpadding=0><TR><TD><P class=sidebar>Download a 30 Day Trial.</TD></TR></TABLE>")

document.write (writebutton("30 Day Trials...","#336699","#378CE7","downloads.htm",0,"Download a 30 day trial of KnowledgePresenter."))



document.write ("<CENTER><TABLE WIDTH=95% style='margin-top:8px;margin-bottom:8px;' cellspacing=0 height=1 cellpadding=0><TR><TD width=100% class=sidebarback></TD></TR></TABLE></CENTER>")

document.write ("<IMG alt='e-learning, assessments, quizzes, presentations, elearning' title='e-learning, assessments, quizzes, presentations, elearning' background='kplogo.gif' SRC='faq.gif'><BR>")

document.write ("<TABLE WIDTH=100% style='margin-top:0px;' cellspacing=0 cellpadding=0><TR><TD><P class=sidebar>Frequently asked questions, and answers.</TD></TR></TABLE>")

document.write (writebutton("FAQs...","#336699","#378CE7","faqs.htm",0,"Get answers to your questions."))

document.write ("<CENTER><TABLE WIDTH=95% style='margin-top:8px;margin-bottom:8px;' cellspacing=0 height=1 cellpadding=0><TR><TD width=100% class=sidebarback></TD></TR></TABLE></CENTER>")

document.write ("<IMG alt='e-learning, assessments, quizzes, presentations, elearning' title='e-learning, assessments, quizzes, presentations, elearning' background='kplogo.gif' SRC='customer.gif'><BR>")

document.write ("<TABLE WIDTH=100% style='margin-top:0px;' cellspacing=0 cellpadding=0><TR><TD><P class=sidebar>Customer profiles, showcase, and testimonials.</TD></TR></TABLE>")

document.write (writebutton("Showcase/Quotes...","#336699","#378CE7","showcase.htm",0,"Customer examples, and testimonials."))

document.write ("<CENTER><TABLE WIDTH=95% style='margin-top:8px;margin-bottom:8px;' cellspacing=0 height=1 cellpadding=0><TR><TD width=100% class=sidebarback></TD></TR></TABLE></CENTER>")

document.write ("<IMG alt='e-learning, assessments, quizzes, presentations, elearning' title='e-learning, assessments, quizzes, presentations, elearning' background='kplogo.gif' SRC='face.gif'><BR>")

document.write ("<TABLE WIDTH=100% style='margin-top:0px;' cellspacing=0 cellpadding=0><TR><TD><P class=sidebar>Why KnowledgePresenter is such a unique development tool.</TD></TR></TABLE>")

document.write (writebutton("101 Reasons...","#336699","#378CE7","openactivity4('http://www.knowledgepresenter.com/pdf/101things.pdf',934,664)",1,"You won't believe what you will learn."))

document.write ("<CENTER><TABLE WIDTH=95% style='margin-top:8px;margin-bottom:8px;' cellspacing=0 height=1 cellpadding=0><TR><TD width=100% class=sidebarback></TD></TR></TABLE></CENTER>")
document.write ("<IMG alt='e-learning, assessments, quizzes, presentations, elearning' title='e-learning, assessments, quizzes, presentations, elearning' background='kplogo.gif' SRC='tokay.gif'><BR>")
document.write ("<TABLE WIDTH=100% style='margin-top:0px;' cellspacing=0 cellpadding=0><TR><TD><P class=sidebar>KnowledgePresenter Live Chat is in final BETA status. Apply now to become a BETA tester for this new technology.</TD></TR></TABLE>")
document.write (writebutton("Apply Now...","#336699","#378CE7","thelivechat.htm",0,"Apply Now for a KnowledgePresenter Live Chat Chat ID."))

document.write ("<CENTER><TABLE WIDTH=95% style='margin-top:8px;margin-bottom:8px;' cellspacing=0 height=1 cellpadding=0><TR><TD width=100% class=sidebarback></TD></TR></TABLE></CENTER>")

document.write ("<IMG alt='e-learning, assessments, quizzes, presentations, elearning' title='e-learning, assessments, quizzes, presentations, elearning' background='kplogo.gif' SRC='survey.gif'><BR>")

document.write ("<TABLE WIDTH=100% style='margin-top:0px;' cellspacing=0 cellpadding=0><TR><TD><P class=sidebar>Take a survey to help us learn more about what you want and expect from e-learning.</TD></TR></TABLE>")

document.write (writebutton("Surveys...","#336699","#378CE7","surveys.htm",0,"Help us learn more about what you want."))

document.write ("<CENTER><TABLE WIDTH=95% style='margin-top:8px;margin-bottom:8px;' cellspacing=0 height=1 cellpadding=0><TR><TD width=100% class=sidebarback></TD></TR></TABLE></CENTER>")

document.write ("<IMG SRC='laptop.gif'><BR>")

document.write ("<TABLE WIDTH=100% style='margin-top:0px;' cellspacing=0 cellpadding=0><TR><TD><P class=sidebar>SCORM, AICC, learning objects, SCOs, - all common e-learning terms, but what do they mean?</TD></TR></TABLE>")

document.write (writebutton("E-learning...","#336699","#378CE7","freeguide.htm",0,"The ultimate guide for learning about e-learning."))

document.write ("<CENTER><TABLE WIDTH=95% style='margin-top:8px;margin-bottom:8px;' cellspacing=0 height=1 cellpadding=0><TR><TD width=100% class=sidebarback></TD></TR></TABLE></CENTER>")

document.write ("<IMG alt='e-learning, assessments, quizzes, presentations, elearning' title='e-learning, assessments, quizzes, presentations, elearning' background='kplogo.gif' SRC='mag.gif'><BR>")

document.write ("<TABLE WIDTH=100% style='margin-top:0px;' cellspacing=0 cellpadding=0><TR><TD><P class=sidebar>No time for demos or online trial? Organize a live demo!</TD></TR></TABLE>")

document.write (writebutton("Organize Demo...","#336699","#378CE7","livedemo.htm",0,"Organize a live demo."))

document.write ("<CENTER><TABLE WIDTH=95% style='margin-top:8px;margin-bottom:8px;' cellspacing=0 height=1 cellpadding=0><TR><TD width=100% class=sidebarback></TD></TR></TABLE></CENTER>")

document.write ("<IMG alt='e-learning, assessments, quizzes, presentations, elearning' title='e-learning, assessments, quizzes, presentations, elearning' background='kplogo.gif' SRC='news.gif'><BR>")

document.write ("<TABLE WIDTH=100% style='margin-top:0px;' cellspacing=0 cellpadding=0><TR><TD><P class=sidebar>Sign up to our newsletter.</TD></TR></TABLE>")

document.write (writebutton("Subscribe...","#336699","#378CE7","newsletter.htm",0,"Subscribe to our newsletter, and see the current edition."))

document.write ("<CENTER><TABLE WIDTH=95% style='margin-top:8px;margin-bottom:8px;' cellspacing=0 height=1 cellpadding=0><TR><TD width=100% class=sidebarback></TD></TR></TABLE></CENTER>")

document.write ("<IMG alt='e-learning, assessments, quizzes, presentations, elearning' title='e-learning, assessments, quizzes, presentations, elearning' background='kplogo.gif' SRC='brochure.gif'><BR>")

document.write ("<TABLE WIDTH=100% style='margin-top:0px;' cellspacing=0 cellpadding=0><TR><TD><P class=sidebar>See a range of KnowledgePresenter brochures.</TD></TR></TABLE>")

document.write (writebutton("Brochures...","#336699","#378CE7","brochures.htm",0,"A range of brochures in PDF format."))


document.write ("<BR>&nbsp;<BR>")

document.write ("</TD><TD valign=top bgcolor=#ffffff width=*>")

