
 function show(file, width, height)
{ file=file;  window.open(file, "_blank", "width="+width+",height="+height+",titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no");	}

function vP(ptable, link){
var obj = document.getElementById(ptable);
obj.className = obj.className == 'pn' ? 'pv' : 'pn';
link.className = link.className == 'vid' ? '' : 'vid';  	}

function tover(q) {q.children.tags('a')[0].style.color = "#D61611";}
function trtover(q) {q.style.backgroundColor="#E0E0E0"; q.style.cursor='hand'}
function tout(q) {q.children.tags('a')[0].style.color = "#606060";}
function trtout(q) {q.style.backgroundColor = '#FFFFFF';}
function vipover(q) {q.style.backgroundColor='#EEEEEE'; q.style.cursor='hand'}
function vipout(q) {q.style.backgroundColor ='#E5E5E5';}
function LmUp(path) {location.href = path;}