
function printer(get){
 var neu; 
 neu = window.open('../print.php?page_id='+get,'Printing','width=450, height=500, left=40, top=50, scrollbars');
 neu.focus();
}

function print_ruessel(get){
 var neu; 
 neu = window.open('../print_ruessel.php?page_id='+get,'Printing','width=450, height=500, left=40, top=50, scrollbars');
 neu.focus();
}

function events(month,year){
 var neu; 
 neu = window.open('print_events.php?month='+month+'&year='+year,'Events','width=450, height=500, left=40, top=50, scrollbars');
 neu.focus();
}

function big_pic(image_file,folder,width1,height1){
	var neu;
	help2 = "../general_pop_pic.php?image_file=" + image_file + "&folder=" + folder;
	neu = window.open(help2, 'Picture','width='+width1+', height='+height1+', left=40, top=50, scrollbars')
	neu.focus();
}