document.write('
');
document.write('
');
document.write('
');
function showvid(vtyp, NewSwf){
var flashObjStr ;
if(vtyp==0){
flashObjStr= " ";
}else if(vtyp==1){
flashObjStr= "";
}else if(vtyp==2){
flashObjStr= "";
}else if (vtyp==3){
flashObjStr= "";
}else if(vtyp==4){
flashObjStr= "";
}
viddiv.innerHTML = flashObjStr;
};