luk1 = new Image();
luk1.src = ref+'/gfx/system/luk1.gif'
luk2 = new Image();
luk2.src = ref+'/gfx/system/luk2.gif'

/////////////////////////////////////////////////
// placerer og sİtter stÿrelsen p¨ andet billed i toppen

function fixns(){
ns = (document.layers? true : false)
winW = (ns? window.innerWidth : document.body.offsetWidth)
pict = (ns? winW-743 : winW-745)
//alert(winW);
if (winW>=pict){
var pictW = pict/2;

//alert(pictW);
document.write('<IMG height="2" width="'+pictW+'" src="'+ref+'/gfx/spacer.gif" border="0">');
}
}

function pop(url){
mywin = window.open(ref+'/'+url,"","height=300,width=320",'toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=0');

}
//window.resizeTo(400,400);
//window.moveTo((screen.width-400)/2,(screen.height-500)/2);



/////////////////////////////////////////////////
// 
function changeImage(imgName,imgObj) {

	if (document.layers){
		if (document.images) {
			document.images[imgName].src = eval(imgObj+".src");
		}
	} else {
		//total sort?
		document.images[imgName].src = imgObj;
	}
}








