stPirran=new Image(148,88)
stPirran.src="images/stpirran.png"


function newWindow(pdf) {
pdfWindow=window.open(pdf,
"pdfWin","width=790,height=590, scrollbars=yes, resizable=yes,border=0,VSPACE=0,HSPACE=0")
pdfWindow.focus()
}

//
function newWindow1(swf) {
swfWindow=window.open(swf,
"swfWin","width=420,height=345, scrollbars=no, resizable=no,border=0,VSPACE=0,HSPACE=0")
swfWindow.focus()
}

//
function newWindow2(jpg) {
jpgWindow=window.open(jpg,
"jpgWin","width=600,height=450, scrollbars=no, resizable=no,border=0,VSPACE=0,HSPACE=0")
jpgWindow.focus()
}

//
function newWindow3(map) {
mapWindow=window.open(map,
"mapWin","sizeToContent(), scrollbars=yes, resizable=yes ,border=0,VSPACE=0,HSPACE=0")
mapWindow.focus()
}