
function prldImg() {
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=prldImg.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function wopen(theURL,winName,features) {
window.open(theURL,winName,features);
}


function show( targetId )
{
if (document.getElementById)
{
var target= document.getElementById( targetId );
target.style.display = ""
}
}

function hide( targetId )
{
if (document.getElementById)
{
var target= document.getElementById( targetId );
target.style.display = "none"
}
}
