

			window.onload = function(){ 

				if(window.location.search != '?noscript'){

					if(document.getElementById && document.getElementsByTagName){

						popup = new PopUp();

						popup.addType({
							name: "vedit",
							width: 880,
							height: 690,
							location:true,
							resizable:true,
							scrollbars:true,
							title:"Text Block bearbeiten"
						});

						popup.addType({
							name: "pdf",
							width:  500,
							height: 630,
							center:true,
							status:true,
							resizable:true,
							scrollbars:true,
							title:"dbXwebApp PDF"
						});						

						

						popup.addType({
							name: "ok",
							width: 640,
							height: 80,
							title:"Eintrag ok"
						});						

						popup.addType({
							name: "del",
							width: 640,
							height: 80,
							alert: "Eintrag wirklich löschen",
							title:"Eintrag löschen"
						});

						popup.addType({
							name: "vote",
							width: 640,
							height: 160,
							resizable:true,
							title:"bewerten"
						});

						popup.addType({
							name: "doc",
							width: 600,
							height: 400,
							resizable:true,
							scrollbars:true,
							center:true,
							status:true,
							location:false,
							title:"Dokument"

						});

						popup.addType({
							name: "folder",
							width: 620,
							height: 400,
							resizable:true,
							scrollbars:true,
							center:true,
							status:true,
							location:false,
							title:"Ordner"

						});

						popup.addType({
							name: "user",
							width: 714,
							height: 570,
							resizable:true,
							scrollbars:false,
							center:true,
							status:true,
							title:"dbXwebApp Benutzer"

						});

						popup.addType({
							name: "group",
							width: 530,
							height: 220,
							resizable:true,
							scrollbars:true,
							center:true,
							status:true,
							location:false,
							title:"dbXwebApp Benutzer-Gruppe"

						});

						
						popup.addType({
							name: "mail_link",
							width: 710,
							height: 330,
							resizable:true,
							center:true,
							title:"Seite als eMail-Link senden"

						});
            						

						popup.addType({
							name: "emailanz",
							width: 420,
							height: 460,
							resizable:true,
							center:false,
							location:false,
							title:"eMail anzeigen"
						});
     				
						popup.addType({
							name: "mail",
							width: 800,
							height: 470,
							resizable:true,
							center:true,
							title:"eMail"
						});
						
						popup.addType({
							name: "adresse",
							width: 600,
							height: 414,
							center:true,
							resizable:true,
							title:"Adresse"
						});

																	
						popup.addType({
							name: "assist",
							width: 480,
							height: 320,
							center:false,
							resizable:false,
							status:false,
							title:"Ihre virtuelle Assistentin"
						});			          		                          			

						popup.apply();

					}

				}

			}


