﻿function ShowImageGallery(sNewsID)
{
	newwindow = window.open('/Nyheder/Gallery.aspx?NewsID=' + sNewsID, 'Gallery', 'height=600,width=800,top=100,left=100,screenY=100,screenX=100,scrollbars=no,status=no');
	newwindow.focus();
}

function ShowWebTV(sClipName)
{
	newwindow = window.open('http://stream.wiegaarden.dk/?x=' + sClipName, 'WebTV', 'height=600,width=900,top=100,left=100,screenY=100,screenX=100,scrollbars=no,status=no');
	newwindow.focus();
}