﻿function bigPic_Show(strName, strWidth, strHeight) {
    NewWindow = window.open("showPicture.aspx?QS_Hid=" + strName, "Showpicture", "width=" + strWidth + ",height=" + strHeight);
    return false;
}
function WrongDetails_Show(Article_SID, Participant_SID)
		{
			void window.open("felrapport.aspx?Artikel_ID=" + Article_SID + "&ParticipantSID=" + Participant_SID + "", target="details","height=575,width=520,status=no,toolbar=no,menubar=no,location=no,scrollbars=yes");
			return false;
		}

		function ParticipantDetails_Show(Participant_SID)
		{
			void window.open("ParticipantDetails.aspx?Participant_SID=" + Participant_SID + "", target="levdetails","height=480,width=510,status=no,toolbar=no,menubar=no,location=no");
			return false;
		}
				
		function ArticleDetails_Show(Article_SID)
		{
			var newWindow = window.open("ArticleDetails.aspx?Article_SID=" + Article_SID + "", target="articledetails","height=680,width=510,status=no,toolbar=no,menubar=no,location=no,scrollbars=auto"); 
			newWindow.focus();
			return false;
		}
