function imageViewerOpen(art_id, pic) {
	
var a = '/inc/site/image_viewer.php?view=';
var b = art_id + '&picture=';
var var_link = a + b + pic;

props=window.open(var_link, 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=700, height=600 left = 150, top = 75');

}

function imageViewerOpen_service(tjanst_id, pic) {
	
var a = '/inc/site/image_viewer_service.php?view=';
var b = tjanst_id + '&picture=';
var var_link = a + b + pic;

props=window.open(var_link, 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=650, height=500 left = 150, top = 100');

}


function imageViewerOpen_casestudy(case_id, pic) {
	
var a = '/inc/site/image_viewer_casestudy.php?view=';
var b = case_id + '&picture=';
var var_link = a + b + pic;

props=window.open(var_link, 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=650, height=500 left = 150, top = 100');

}

function movieViewerOpen(the_link) {
	
var var_link = the_link;

props=window.open(var_link, 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=500, height=350 left = 150, top = 100');

}




