

<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=600,height=600,left = 50,top = 50');");
}
// End -->
	




<!--
function order(articleId){
	url = "order.php?articleId=" + articleId;
	window.open( url, "order", "status = 1, scrollbars=1, height = 600, width = 600, resizable = 1" );
}
//-->



var pictureArchive= ['/image/site/logga_panorama_1.jpg','/image/site/logga_panorama_2.jpg','/image/site/logga_panorama_3.jpg','/image/site/logga_panorama_4.jpg','/image/site/logga_panorama_5.jpg', '/image/site/logga_panorama_6.jpg'];



window.onload=function() {
var o=document.createElement('img');
o.setAttribute('id', 'image');
o.setAttribute('src', pictureArchive[0]);
o.setAttribute('alt', '');
o.setAttribute('width', '695');
o.setAttribute('border', '0');
document.getElementById('rightColumn1').appendChild(o);
rotate(pictureArchive.length);

}

function rotate(idx) {
if(idx>=pictureArchive.length) {
	idx=0;
    }
document.getElementById('image').src=pictureArchive[idx++];
timerID=setTimeout('rotate('+idx+')', 4000);
}
	


