<!--
function onLoad(){
	return true;
}
function onAddToFavorites(){
	window.external.AddFavorite(location.href, document.title);
}
function openWebCam() {
	window.open("http://79.135.113.142","webcam","width=750,height=650,scrollbars=yes");
}
function onRecommend(){
	window.open("/recommend.asp",null,"width=340,height=500");
}
function openTraingingDetails(url,title,w,h) {
	var left = (screen.width/2)-(w/2);
	var top = (screen.height/2)-(h/2);
	window.open(url,title,"resizable=yes, scrollbars=yes, copyhistory=no, width="+w+", height="+h+", top="+top+", left="+left);
}
//-->
