// JavaScript Document

function bottomCopy(){
	
	document.write('<div id="copyright_container" class="font_small">Copyright &#169; 2009 Blue Orange Pte Ltd. All rights reserved</div>');
}

function showTestimonial(linkSelect){
	
	if (linkSelect == "1")//OUHK
	{
	document.getElementById('testi_content_container').innerHTML = "<p class=\"content padL20\"><img src=\"images/quote1.gif\" /> Classroom Replay&#8482; fits our distance-learning mode of study. Students make use of the system for revision, and absentees have the opportunity to watch missed tutorials on the Web. Many of our students appreciate the system&#8217;s ability to capture and synchronize the audio, computer display and visualizer illustrations of tutorials, and they have commented on the seemlessness of the content display.<span style=\"position:absolute;\"><img src=\"images/quote2.gif\" width=\"17\" height=\"14\"/></span></p><p class=\"img\"><img src=\"images/main_testi.gif\"/></p><br class=\"clearit\"><p class=\"padL20\" style=\"padding-top:15px;\"><strong>Eva Tsang, Director, Centre for Innovation, <br />The Open University of Hong Kong </strong></p></div>";

	//document.getElementById('button1').style.borderStyle = "4px";
	
	}
	else if (linkSelect == "2")//PSB ACADEMY
	{
		document.getElementById('testi_content_container').innerHTML = "<p class=\"content padL20\"><img src=\"images/quote1.gif\" /> Classroom Replay&#8482; is an integral component of our offering at PSB Academy. Since implementation at 2002, it has helped our students keep pace with the intensity of our programmes, be it for exam revisions or to catch up with missed lessons. Its importance was especially highlighted by Institute of Engineers, Australia during our accreditation in 2004.<span style=\"position:absolute;\"><img src=\"images/quote2.gif\" width=\"17\" height=\"14\"/></span></p><p class=\"img\" style=\"padding-left:20px;\"><img src=\"images/testi_psb.gif\"/></p><br class=\"clearit\"><p class=\"padL20\" style=\"padding-top:15px;\"><strong>Mr Anthony Goh, Senior Vice-President,<br />PSB Academy</strong></p></div>"	
		//document.getElementById('but_psb').cssStyle.classname = "active";
	}
	else if (linkSelect == "3")//UNISIM
	{
		document.getElementById('testi_content_container').innerHTML = "<p class=\"content padL20\"><img src=\"images/quote1.gif\" /> SIM University [UniSIM] adopted Classroom Replay&#8482; in 2007, and has to date found the system to be stable and user-friendly. In general, UniSIM&#8217;s instructors do not face difficulty learning the system. The recording feature is especially appreciated as it gives lecturers the control to decide when to stop and start a recording session. Feedback by UniSIM&#8217;s students, who are working professionals, has been positive. <span style=\"position:absolute;\"><img src=\"images/quote2.gif\" width=\"17\" height=\"14\"/></span></p><p class=\"img\" style=\"padding-left:15px;\"><img src=\"images/testi_unisim.gif\"/></p><br class=\"clearit\"><p class=\"padL20\" style=\"padding-top:15px;\"><strong>Associate Professor Sharen Liu, <br>Director for Educational Technology <br>and Production, SIM University [UniSIM] </strong></p></div>"	
	}
	else if (linkSelect == "4")//DUNMAN
	{
		document.getElementById('testi_content_container').innerHTML = "<p class=\"content padL20\"><img src=\"images/quote1.gif\" /> We adopted Classroom Replay&#8482; as an initial trial in June 2005 to test out some concepts and its usefulness. We are very pleased with the features and Classroom Replay&#8482; ability for our teachers and students to teach, learn and communicate remotely. Now, we have a bold vision &#8212; to put our Dunman's high-quality teaching online.<span style=\"position:absolute;\"><img src=\"images/quote2.gif\" width=\"17\" height=\"14\"/></span></p><p class=\"img\" style=\"padding-left:30px;\"><img src=\"images/testi_dunman.gif\"/></p><br class=\"clearit\"><p class=\"padL20\" style=\"padding-top:15px;\"><strong>Mr. Low Joo Hong, Vice Principal, <br />Dunman High School</strong></p></div>"	
	}

}
 
	
	
	
	
    
	
