///////////////////////////////////////////////////////////////////
//                                                               //
// siteenlarge.js                   Version 1.0                  //
//                                                               //
// Programming by Achim Schellenbach 03. Juli 2009               //
//                                                               //
// ALL RIGHTS RESERVED!!!                                        //
//                                                               //
// DIE VERWENDUNG DIESES SCRIPTES IST NUR MIT AUSDRÜCKLICHER     //
// GENEHMIGUNG DES AUTORS ERLAUBT!                               //
//                                                               //
// Copyright 2009 Achim Schellenbach - Online-Dienste            //
//                                                               //
// eMail: webmaster@cgion.net                                    //
//                                                               //
//////////////////////////////////////////////////////////////////

<!--
version = "";
browser = "";
version = navigator.appVersion;
browser = navigator.appName;
version = version.match(/MSIE 6/);

function BildCheck() {
var breite = screen.width;
if (breite >= 1440 && browser != "Opera" && version != "MSIE 6") {
for (i = 0; i < document.images.length; ++i) {
Bimg = document.images[i].width;
Himg = document.images[i].height;
neuBimg = Math.round(Bimg * 1.25);
neuHimg = Math.round(Himg * 1.25);
document.getElementsByTagName('img')[i].style.width = neuBimg + 'px';
document.getElementsByTagName('img')[i].style.height = neuHimg + 'px';}}}

var breite = screen.width;
if (breite >= 1440 && browser != "Opera" && version != "MSIE 6")
document.write('<link rel="stylesheet" type="text/css" href="http://www.cgion.net/style_1280.css" />');
//-->