• Broccolini

    Broccolini

    2019-03-19
    Sanctvaryhttp://sanctuary.orgnsm.org/node/36
  • Arabica Coffee

    Arabica Coffee

    2019-01-15
    Sanctvaryhttp://sanctuary.orgnsm.org/node/37
  • Scarlet Kale

    Scarlet Kale

    2018-12-05
    Sanctvaryhttp://sanctuary.orgnsm.org/node/34
  • Ice Cream Bean

    Ice Cream Bean

    2018-11-12
    Sanctvaryhttp://sanctuary.orgnsm.org/node/35
  • Wax Ficus

    Wax Ficus

    2018-09-13
    Sanctvaryhttp://sanctuary.orgnsm.org/node/40
  • NEW LAND ACQUIRED

    NEW LAND ACQUIRED

    NEW LAND ACQUIRED AT COAST ON BIG ISLAND OF HAWAII, STAY TUNED FOR UPDATES

    2017-08-15
    Sanctvaryhttp://sanctuary.orgnsm.org/node/32
  • Covidien Portal

    Covidien Portal

    2016-11-03
    Organic Interfaceshttp://interfaces.orgnsm.org/node/36
  • Banana

    Banana

    2016-09-13
    Sanctvaryhttp://sanctuary.orgnsm.org/node/38
  • shellfiche

    shellfiche

    2015-08-27
    Sanctvaryhttp://sanctuary.orgnsm.org/node/30
  • elizbeta

    elizbeta

    2015-08-27
    Sanctvaryhttp://sanctuary.orgnsm.org/node/31
  • bio_uid

    bio_uid

    2015-08-26
    Sanctvaryhttp://sanctuary.orgnsm.org/node/29
  • Attribute

    Attribute

    2015-08-26
    Sanctvaryhttp://sanctuary.orgnsm.org/node/26
  • Test topic

    Test topic

    2015-08-26
    Sanctvaryhttp://sanctuary.orgnsm.org/node/25
  • ixias

    ixias

    2015-08-26
    Sanctvaryhttp://sanctuary.orgnsm.org/node/24
  • bio_link

    bio_link

    2015-08-26
    Sanctvaryhttp://sanctuary.orgnsm.org/node/27
  • bio_specialties

    bio_specialties

    2015-08-26
    Sanctvaryhttp://sanctuary.orgnsm.org/node/28
  • Class

    Class

    2015-08-11
    Sanctvaryhttp://sanctuary.orgnsm.org/node/2
  • New life to the project

    New life to the project

    ......
    2015-08-11
    Sanctvaryhttp://sanctuary.orgnsm.org/node/13
  • cryptid

    cryptid

    2015-08-11
    Sanctvaryhttp://sanctuary.orgnsm.org/node/19
  • ixias

    ixias

    2015-08-11
    Sanctvaryhttp://sanctuary.orgnsm.org/node/16
  • NeuroGenesix

    NeuroGenesix

    2015-07-29
    Organic Interfaceshttp://interfaces.orgnsm.org/node/19
  • Travel Home from NYC

    Travel Home from NYC

    2014-05-19
    amniöthttp://amniot.orgnsm.org/node/51
  • NYC 2014 - Day 4

    NYC 2014 - Day 4

    2014-05-18
    amniöthttp://amniot.orgnsm.org/node/52
  • NYC 2014 - Day 3

    NYC 2014 - Day 3

    2014-05-17
    amniöthttp://amniot.orgnsm.org/node/50
  • NYC 2014 - Day 2

    NYC 2014 - Day 2

    2014-05-16
    amniöthttp://amniot.orgnsm.org/node/49
  • Day 1 - Central Park / Time Square

    Day 1 - Central Park / Time Square

    2014-05-15
    amniöthttp://amniot.orgnsm.org/node/48
  • Travel to NYC

    Travel to NYC

    2014-05-14
    amniöthttp://amniot.orgnsm.org/node/47
  • 333

    333

    2014-03-31
    Visualshttp://visual.orgnsm.org/node/36
  • Transparent Gecko in Transparent Cup [date?]

    Transparent Gecko in Transparent Cup [date?]

    2014-03-22
    amniöthttp://amniot.orgnsm.org/node/43
  • La Picolla Scolla Italia

    La Picolla Scolla Italia

    2013-02-06
    Organic Interfaceshttp://interfaces.orgnsm.org/node/5
  • Incubator

    Incubator

    2013-01-28
    Organic Interfaceshttp://interfaces.orgnsm.org/node/7
  • Godforms (Dual Quadrant)

    Godforms (Dual Quadrant)

    2013-01-13
    Visualshttp://visual.orgnsm.org/node/45
  • Stylesheet Switcher

    Stylesheet Switcher

    Style Links HTML

            <link rel="alternate stylesheet" type="text/css" href="/theme/KATALOG/style.css" title="KATALOG"/>
            <link rel="alternate stylesheet" type="text/css" href="/theme/SCREEN/style.css" title="SCREEN"/>
            <link rel="alternate stylesheet" type="text/css" href="/theme/spaecial/style.css" title="spaecial"/>
            <link rel="alternate stylesheet" type="text/css" href="/theme/touchpanel/style.css" title="touchpanel"/>
            <link rel="stylesheet" type="text/css" href="/theme/blawk/style.css" title="blawk"/>

    Style Switch Links HTML

            <div id="style_chooser">
                <a href="#" onclick="setActiveStyleSheet('KATALOG');this.blur();return false;">KATALOG</a>
                <a href="#" onclick="setActiveStyleSheet('SCREEN');this.blur();return false;">SCREEN</a>
                <a href="#" onclick="setActiveStyleSheet('touchpanel');this.blur();return false;">(touchpanel)</a>
                <a href="#" onclick="setActiveStyleSheet('spaecial');this.blur();return false;">spæcial</a>
                <a href="#" onclick="setActiveStyleSheet('blawk');this.blur();return false;">blawk</a>
            </div>

    JavaScript functions

    function setActiveStyleSheet(title) {
    	var i, a;
    	for (i=0; (a = document.getElementsByTagName("link")[i]); i++) {
    		if (a.getAttribute("rel")
    		    && a.getAttribute("rel").indexOf("style") != -1
    		    && a.getAttribute("title")) {
    			a.disabled = true;
    			document.getElementById( "style_choice_"+a.getAttribute("title") ).className = "";
    			if (a.getAttribute("title") == title){
    				a.disabled = false;
    				document.getElementById( "style_choice_"+title ).className = "selected";
    			}
    		}
    	}
    }
    
    function getActiveStyleSheet() {
    	var i, a;
    	for (i=0; (a = document.getElementsByTagName("link")[i]); i++) {
    		if (a.getAttribute("rel")
    		    && a.getAttribute("rel").indexOf("style") != -1
    		    && a.getAttribute("title")
    		    && !a.disabled) {
    			return a.getAttribute("title");
    		}
    	}
    	return null;
    }
    
    function getPreferredStyleSheet(){
    	var i, a;
    	for (i=0; (a = document.getElementsByTagName("link")[i]); i++) {
    		if( a.getAttribute("rel")
    		    && a.getAttribute("rel").indexOf("style") != -1
    		    && a.getAttribute("rel").indexOf("alt") == -1
    		    && a.getAttribute("title") ){
    			return a.getAttribute("title");
    		}
    	}
    	return null;
    }
    
    function createCookie(name, value, days) {
    	if (days) {
    		var date = new Date();
    		date.setTime(date.getTime()+(days*24*60*60*1000));
    		var expires = "expires="+date.toGMTString();
    	}
    	else expires = "";
    	document.cookie = name+"="+value+"; "+expires+"; "+"path=/";
    }
    
    function readCookie(name) {
    	var nameEQ = name + "=";
    	if( typeof document.cookie != "undefined" ){
    		var ca = document.cookie.split(';');
    		for(var i=0;i < ca.length;i++) {
    			var c = ca[i];
    			while( c.charAt(0)==' ' ) c = c.substring(1,c.length);
    			if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
    		}
    	}
    	return null;
    }

    JavaScript load/unload event

    window.onload = function(e){
    
        var cookie = readCookie("style");
        var title = cookie ? cookie : getPreferredStyleSheet();
        if( cookie == null || cookie == "null" ) var title = getPreferredStyleSheet();
        else{ var title = cookie;/ *alert("received style through cookie: "+title);* / }
        setActiveStyleSheet(title);
    
    }
    window.onunload = function(e){
    
        var title = getActiveStyleSheet();
        createCookie("style", title, 30);
    
    }
    2012-04-25
    Organic Interfaceshttp://interfaces.orgnsm.org/node/52
  • Page Layout Method

    Page Layout Method

    2012-04-25
    Organic Interfaceshttp://interfaces.orgnsm.org/node/53
  • Es Subu Temples

    Es Subu Temples

    2012-03-25
    amniöthttp://amniot.orgnsm.org/node/53
  • Amada Temple

    Amada Temple

    2012-03-24
    amniöthttp://amniot.orgnsm.org/node/56
  • Abu Simbil Temples

    Abu Simbil Temples

    2012-03-24
    amniöthttp://amniot.orgnsm.org/node/58
  • Kom Ombo Temple

    Kom Ombo Temple

    2012-03-22
    amniöthttp://amniot.orgnsm.org/node/62
  • Nubian Museum & Aswan Dam

    Nubian Museum & Aswan Dam

    2012-03-22
    amniöthttp://amniot.orgnsm.org/node/59
  • Philae Temple

    Philae Temple

    2012-03-22
    amniöthttp://amniot.orgnsm.org/node/60
  • Habu Temple

    Habu Temple

    2012-03-21
    amniöthttp://amniot.orgnsm.org/node/76
  • Edfu Temple

    Edfu Temple

    2012-03-21
    amniöthttp://amniot.orgnsm.org/node/61