
		function showBigPicture( url , beskr ) {
			imageviewer = window.open( "#" , "Bildvisare" , "width=600,height=450,status,toolbar=false,scrollbars=false,resizable=false,screenX=20,screenY=40,left=20,top=40" );	
			imageviewer.document.write( '<html><head><title>UEForums bildvisare</title><style type="text/css">@import "http://www.ueforum.se/style.css";</style></head><body><img src="'+url+'" /><div class="popupbild">'+beskr+'</div></body></html>' );	
		}

