var ops = navigator.userAgent;
if(ops.toLowerCase().indexOf("win") != -1){
	if(ops.indexOf("Windows NT") != -1){
		if(eval(ops.charAt(ops.indexOf("Windows NT") + 11)) > 5){
			document.write("<style type='text/css' media='screen'><!--\nbody{ font-size:78%; }\n-->\n</style>\n");
		}
	}
}else{
	document.write("<style type='text/css' media='screen'><!--\nbody{ font-size:12px; }\n.bigp{ font-size:14px; }\nh2{ padding-top:3px;font-weight:bold; }\nh3{ padding-top:3px; font-weight:bold; }\n-->\n</style>\n");
}
function opnWnds(){
	var wop = window.open("","window1","width=480,height=330,location=0,menubar=0,toolbar=0,status=0,scrollbars=1,resizable=0,directories=0");
	wop.location.href= "./mov/index.html";
	wop.focus();
}
