\n');
}
function picWindow(imgSrc)
{
window.open("fileadmin/popup.htm?"+imgSrc, "", "resizable=1,HEIGHT=200,WIDTH=200");
}
function jump(URL)
{
location.href=URL;
}
function pdfWindow(pdfSrc, pdfx, pdfy)
{ pdfx=pdfx;
pdfy=pdfy;
if(pdfx>0){
pdfx=pdfx;
}
else{
pdfx=400;}
if(pdfy>0){
pdfy=pdfy;
}
else{
pdfy=600;}
window.open("fileadmin/documents/"+pdfSrc, "", "resizable=1,HEIGHT="+pdfx+", WIDTH="+pdfy);
}
//-->