scre_width = screen.width;
scre_height = screen.height;
exp_width = 1280+(scre_width/10);
exp_height = 780+(scre_height/10);

if (scre_width <"1281"){

self.moveTo(0,0)

self.resizeTo(screen.availWidth,screen.availHeight)
}

if (scre_width> "1280"){
self.resizeTo(exp_width,exp_height)
}

var agent=navigator.userAgent.toLowerCase();
var is_iphone = (agent.indexOf('iphone')!=-1);
if ((is_iphone) && (scre_width < "481")) { location.href="http://mobile.bildhauer-schmidt.de/"; }
if (!(is_iphone) && (scre_width < "1200")) {location.href="alt.htm";}





