function popper(dest) {
dest = dest+"?id_tiyl=";
var popper = window.open(dest,"popup","scrollbars=no,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,copyhistory=0,width=710,height=407");
popper.focus();
return;
}
function video(fn) {
var dest = "showVideo.html?fn="+fn;
var popper = window.open(dest,"popQT","scrollbars=no,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,copyhistory=0,width=300,height=275");
return;
}
function getShockwaveVersion() {
var thearray = navigator.plugins;
var arraylength = thearray.length;
for (i=0; i