/* -------- Default -------- */

var baseHref = "";
function getBase(){
     var baseTag = document.getElementsByTagName("base");
     for(var i=0; i<baseTag.length; i++){
          baseId = baseTag[i].id;
          baseHref = baseTag[i].href;
     }
}
getBase();
// if(baseHref=="") baseHref = 'http://'+location.host;

function popVideo(e,file) {
	var width = 352;
	var height = 308;
	var leftPos = (screen.availWidth-width) / 2;
	var topPos = (screen.availHeight-height) / 2;
	popupWin = window.open('','VideoBekijken','width='+width+',height='+height+', status=no,scrollbars=false,resizable=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
	popupWin.location=baseHref+'video.php?file=' + file;

/*	var size = new Array();
	size[0] = width+42;
	size[1] = height+40;
	lightboxOverlay(baseHref+'video.php?file='+file, size);
*/
}

function popPopup(lang, id) {
	var leftPos = (screen.availWidth-480) / 2;
	var topPos = (screen.availHeight-360) / 2;
	popupWin = window.open('', 'FotoBekijken', 'height=260, width=300, status=no,scrollbars=false,resizable=no,titlebar=0,top=' + topPos + ',left=' + leftPos);
	popupWin.location=baseHref+'mail.content.php?lang=' + lang + '&id='  + id;
}
