// Popup windows

// function popup_1 - overfor denne fra galleri.js

function popup_2(url,name){
	popupWin = window.open(url,name, 'titlebar=1,scrollbars=1,location=1,status=1,toolbar=1,menubar=1,resizable=1, width=445,height=450,left=100,top=125');
	popupWin.focus()
	}