/*   */

// Global Variables



function putin(what,ajax) {
//    alert("beep");
    $("#putinziel").load("content/" + what + ".php");
}

function eineEtageTieferGallery(what,ajax) {
//alert("BEEP");
    $("#putinziel").load("content/galerien/" + what + ".php");
}

function beesizer() {

			var x,y;
			if (self.innerHeight) // all except Explorer
			{
				x = self.innerWidth;
				y = self.innerHeight;
			}
			else if (document.documentElement && document.documentElement.clientHeight)
				// Explorer 6 Strict Mode
			{
				x = document.documentElement.clientWidth;
				y = document.documentElement.clientHeight;
			}
			else if (document.body) // other Explorers
			{
				x = document.body.clientWidth;
				y = document.body.clientHeight;
			}

		if (x<1040) {
		  document.write('<style type="text/css">@import url(_addon/smaller.css); </style>');
        }

}

