function flash(strFile, strId, intWidth, intHeight) {
	
	document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" name=\"" + strId + "\" width=\"" + intWidth + "\" height=\"" + intHeight + "\" id=\"" + strId + "\">");
    document.write("<param name=\"movie\" value=\"" + strFile + "\" />");
    document.write("<param name=\"quality\" value=\"high\" />");
	document.write("<param name=\"wmode\" value=\"transparent\">");
	document.write("<param name=\"menu\" value=\"false\">");
	document.write("<embed src=\"" + strFile + "\" width=\"" + intWidth + "\" height=\"" + intHeight + "\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" menu=\"false\" name=\"" + strId + "\"></embed></object>");
	
}

function visa(obj) {

   if(obj.style.display=='none') {
   obj.style.display='block'
   }

}

function dolj(dolja) {

   dolja.style.display='none'

}

function uvisa1(obj) {
   obj.style.display='block'
   document.all.a1.style.display='block'
}
function udolj1(dolja) {
   dolja.style.display='none'
   document.all.a1.style.display='none'
}

function uvisa2(obj) {
   obj.style.display='block'
   document.all.a2.style.display='block'
}
function udolj2(dolja) {
   dolja.style.display='none'
   document.all.a2.style.display='none'
}

function uvisa3(obj) {
   obj.style.display='block'
   document.all.a3.style.display='block'
}
function udolj3(dolja) {
   dolja.style.display='none'
   document.all.a3.style.display='none'
}

function uvisa4(obj) {
   obj.style.display='block'
   document.all.a4.style.display='block'
}
function udolj4(dolja) {
   dolja.style.display='none'
   document.all.a4.style.display='none'
}

function uvisa5(obj) {
   obj.style.display='block'
   document.all.a5.style.display='block'
}
function udolj5(dolja) {
   dolja.style.display='none'
   document.all.a5.style.display='none'
}



function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) /2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+', left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}


function getAppVersion() {
appname= navigator.appName;
appversion = navigator.appVersion;
majorver = appversion.substring(0, 1);
if ( (appname == "Netscape") && ( majorver >= 3 ) ) return 1;
if ( (appname == "Microsoft Internet Explorer") && (majorver >= 4) ) return 1;
return 0;
}
function swtch(num, imgname) {
if (getAppVersion()) {
document[imgname].src = img[num].src;
}
}

imgsrc = new Array();
imgsrc[0] = "img/01forein.jpg";
imgsrc[1] = "img/01foreut.jpg";
imgsrc[2] = "img/01efterut.jpg";
imgsrc[3] = "img/01efterin.jpg";
imgsrc[4] = "img/02forein.jpg";
imgsrc[5] = "img/02foreut.jpg";
imgsrc[6] = "img/02efterut.jpg";
imgsrc[7] = "img/02efterin.jpg";
imgsrc[8] = "img/03foreut.jpg";
imgsrc[9] = "img/03forein.jpg";
imgsrc[10] = "img/03efterut.jpg";
imgsrc[11] = "img/03efterin.jpg";
imgsrc[12] = "img/04forein.jpg";
imgsrc[13] = "img/04foreut.jpg";
imgsrc[14] = "img/04efterut.jpg";
imgsrc[15] = "img/04efterin.jpg";
imgsrc[16] = "img/05forein.jpg";
imgsrc[17] = "img/05foreut.jpg";
imgsrc[18] = "img/05efterin.jpg";
imgsrc[19] = "img/05efterut.jpg";
imgsrc[20] = "img/06forein.jpg";
imgsrc[21] = "img/06foreut.jpg";
imgsrc[22] = "img/06efterin.jpg";
imgsrc[23] = "img/06efterut.jpg";
imgsrc[24] = "img/07forein.jpg";
imgsrc[25] = "img/07foreut.jpg";
imgsrc[26] = "img/07efterin.jpg";
imgsrc[27] = "img/07efterut.jpg";
imgsrc[28] = "img/08forein.jpg";
imgsrc[29] = "img/08foreut.jpg";
imgsrc[30] = "img/08efterin.jpg";
imgsrc[31] = "img/08efterut.jpg";
imgsrc[32] = "img/09forein.jpg";
imgsrc[33] = "img/09foreut.jpg";
imgsrc[34] = "img/09efterin.jpg";
imgsrc[35] = "img/09efterut.jpg";
imgsrc[36] = "img/10forein.jpg";
imgsrc[37] = "img/10foreut.jpg";
imgsrc[38] = "img/10efterin.jpg";
imgsrc[39] = "img/10efterut.jpg";
imgsrc[40] = "img/11forein.jpg";
imgsrc[41] = "img/11foreut.jpg";
imgsrc[42] = "img/11efterin.jpg";
imgsrc[43] = "img/11efterut.jpg";
imgsrc[44] = "img/12forein.jpg";
imgsrc[45] = "img/12foreut.jpg";
imgsrc[46] = "img/12efterin.jpg";
imgsrc[47] = "img/12efterut.jpg";
imgsrc[48] = "img/13forein.jpg";
imgsrc[49] = "img/13foreut.jpg";
imgsrc[50] = "img/13efterin.jpg";
imgsrc[51] = "img/13efterut.jpg";

if (getAppVersion()) {
img = new Array();
for (i = 0; i < imgsrc.length; i++) {
img[i] = new Image();
img[i].src = imgsrc[i];
}
}




