﻿////function ToonPlaatje(strParameter_IN, strId_IN)
////{
////	// window.alert('+ strParameter_IN + ',' + strId_IN +');
////	window.open('ImageView.aspx?'+ strParameter_IN + '=' + strId_IN,'FID','width=730,height=660,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes');
////}
////function ClosePage()
////{
////	parent.opener=''; 
////    parent.close();
////}
////function __doPostBack(eventTarget, eventArgument) {
////alert('kkh');
////var theform;
////if (window.navigator.appName.toLowerCase().indexOf("microsoft") > -1) {
////theform = document.Form1;
////}
////else {
////theform = document.forms["Form1"];
////}
////theform.__EVENTTARGET.value = eventTarget.split("$").join(":");
////theform.__EVENTARGUMENT.value = eventArgument;
////theform.submit();
////}

/////////////////////////////////////////////

function PopupWindow(Url)
        
       {
        
       window.open(Url,"","scrollbars=no,menubar=no ,height=240,width=285,resizable=no,statusbar=no,fullscreen=no")
       }
    
