<!--
//----------------------------------------------------------------------------------------------------------------------------------------------

    window.status = ' Käbbo Vaxljus '

//----------------------------------------------------------------------------------------------------------------------------------------------

function gallerypop(path){
	if(document.all || document.layers || document.getElementById){
		var fetch = path
		window.open(path, 'gallery', 'height=100,width=200,top=10,left=10,status=1,status=0');
		return false;
	}
	else
		return true;
}

//----------------------------------------------------------------------------------------------------------------------------------------------
//-->
