function openWeb(url) {
	var wh=600;
	var ww=800;
	var sh=(screen.height-wh)/2;
	var sw=(screen.width-ww)/2;
	win_yuti_de=window.open(url,'yuti_www','width='+ww+',height='+wh+',screenX='+sw+',left='+sw+',screenY='+sh+',top='+sh+',toolbar=1,menubar=1,location=1,status=1,resizable=1,scrollbars=1');
	win_yuti_de.focus();
}
function openMail() {
	var wh=550;
	var ww=300;
	mail_yuti_de=window.open('http://yuti.de/mail','yuti_mail','width='+ww+',height='+wh+',screenX=50,left=50,screenY=100,top=100,toolbar=0,menubar=0,location=0,status=0,resizable=0,scrollbars=0');
	mail_yuti_de.focus();
}
	
function openAnima(url) {
	var wh=500;
	var ww=850;
	var sh=(screen.height-wh)/2;
	var sw=(screen.width-ww)/2;
	anima_yuti_de=window.open(url,'yuti_anima','width='+ww+',height='+wh+',screenX='+sw+',left='+sw+',screenY='+sh+',top='+sh+',toolbar=0,menubar=0,location=0,status=0,resizable=0,scrollbars=0');
	anima_yuti_de.focus();
}
function openURL(url) {
	var wh=500;
	var ww=850;
	var sh=(screen.height-wh)/2;
	var sw=(screen.width-ww)/2;
	url_yuti_de=window.open(url,'yuti_url','width='+ww+',height='+wh+',screenX='+sw+',left='+sw+',screenY='+sh+',top='+sh+',toolbar=1,menubar=1,location=1,status=1,resizable=1,scrollbars=1');
	url_yuti_de.focus();
}
function newStuff() {
	var wh=4178;
	var ww=780;
	var sh=(screen.height-wh)/2;
	var sw=(screen.width-ww)/2;
	url_yuti_de=window.open('yuti_cut.html','yuti_cut','width='+ww+',height='+wh+',screenX='+sw+',left='+sw+',screenY='+sh+',top='+sh+',toolbar=1,menubar=1,location=1,status=1,resizable=1,scrollbars=1');
	url_yuti_de.focus();
}
function special() {
	var wh=4178;
	var ww=635;
	var sh=(screen.height-wh)/2;
	var sw=(screen.width-ww)/2;
	url_yuti_de=window.open('yuti_special.html','yuti_special','width='+ww+',height='+wh+',screenX='+sw+',left='+sw+',screenY='+sh+',top='+sh+',toolbar=1,menubar=1,location=1,status=1,resizable=1,scrollbars=1');
	url_yuti_de.focus();
}
function openImprint() {
	var wh=250;
	var ww=400;
	var sh=100;
	var sw=100;
	imprint_yuti_de=window.open('http://yuti.de/imprint/flash.html','yuti_imprint','width='+ww+',height='+wh+',screenX='+sw+',left='+sw+',screenY='+sh+',top='+sh+',toolbar=0,menubar=0,location=0,status=0,resizable=0,scrollbars=0');
	imprint_yuti_de.focus();
}
