// JavaScript Document
function printindex(get){
 var neu; 
 neu = window.open('print/print.php?page_id='+get,'Printing','width=490, height=550, left=40, top=50, scrollbars');
 neu.focus();
}

function printer(get){
 var neu; 
 neu = window.open('../print/print.php?page_id='+get,'Printing','width=490, height=550, left=40, top=50, scrollbars');
 neu.focus();
}

function big_pic(image_file,folder,width1,height1){
	var neu
	help2 = "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();
}

function big_gallery(width1,image_file,height1){
	var neu
	help2 = "gallery_pop.php?image_file=" + image_file;
	neu = window.open(help2, 'Picture','width='+width1+', height='+height1+', left=40, top=50, scrollbars')
	neu.focus();
}

function news_pop(news_id){
	var neu
	help2 = "http://www.imagodei.com.na/newsletter/view_newsletter.php?news_id=" + news_id;
	neu = window.open(help2, 'Newsletter','width=540, height=550, left=40, top=50, scrollbars')
	neu.focus();
}

function print_projects(get){
 var neu; 
 neu = window.open('projects_print.php?id='+get,'Printing','width=490, height=550, left=40, top=50, scrollbars');
 neu.focus();
}

function print_all_news(get){
 var neu; 
 neu = window.open('../print/news_all_print.php?id='+get,'Printing','width=490, height=550, left=40, top=50, scrollbars');
 neu.focus();
}

function print_news(get){
 var neu; 
 neu = window.open('../print/news_print.php?id='+get,'Printing','width=490, height=550, left=40, top=50, scrollbars');
 neu.focus();
}



