function send_article(){
	link	= window.location.href;
	window.location.href = "mailto:?subject=ORTAG; Linktipp&body=%0A"+link;
}
function print_view(page){
	popup=window.open(page,"print","width=700,height=600,scrollbars=yes,resizable=no,menubar=yes,locationbar=no,toolbar=no,left=0,top=0");
	popup.focus();
}
function query_view(page){
	popup=window.open(page,"print","width=700,height=600,scrollbars=yes,resizable=yes,menubar=yes,locationbar=yes,toolbar=yes,left=180,top=0");
	popup.focus();
}
function HelpWindow(file,window) {
	msgWindow=open(file,window,"toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,scrollbars=yes,width=750,height=600");
	if (msgWindow.opener == null) msgWindow.opener = self;
}
function popup(url){
  window.open(url,'popup','status=no,toolbar=no,scrollbars=yes,width=500,height=500,left=90,top=27')
}
function popup2(url){
  window.open(url,'popup','status=yes,toolbar=no,resizable=yes,scrollbars=yes,width=1280,height=800,left=90,top=90');
	popup.focus();
}
function open_window(page,wd,hg,name){
	popup=window.open(page,name,"width=" + wd + ",height=" + hg + ",scrollbars=no,resizable=yes,menubar=no,locationbar=no,left=277,top=277");
	popup.focus();
	}
function open_windowx(page,wd,hg,name){
	popup=window.open(page,name,"width=" + wd + ",height=" + hg + ",status=no,toolbar=no,scrollbars=yes,resizable=no,menubar=no,locationbar=no,left=180,top=9");
	popup.focus();
}	
function popupex(theURL,winName,features) {
    window.open(theURL,winName,features);
}
function open_windowjq(page,wd,hg,name){
	popup=window.open(page,name,"width=" + wd + ",height=" + hg + ",scrollbars=no,resizable=yes,menubar=no,locationbar=no,left=270,top=180");
}
function lin(pass) {
	var html_ext=".html";
	var path_to_page="http://www.ortag.ch/";
	var location=path_to_page+pass+html_ext;
	this.location.href=location
}
function pasuser(form) {
if (form.id.value=="sai") { 
if (form.pass.value=="1ortag9") {              
location="ortag_inside.htm" 
} else {
alert("Ungültig: Passwort")
}
} else {  alert("Ungültig: Name")
}
}
