var params =  	
{	
   BorderWidth : 2, 
   ContentHTML : '', 
   ContentPadding : 13, 
   Height : 121, 
   InnerBorderColor : '#cccccc', 
   InnerBorderWidth : 0, 
   OuterBorderColor : '#3973ad', 
   ResizeBoxHeight : 7, 
   ResizeBoxSrc : 'images/resize7blue.gif', 
   ResizeBoxWidth : 7, 
   Shadow : true, 
   StatusBarHeight : 17, 
   StatusColor : 'white', 
   TitleBarText : 'Voor uw informatie...', 
   TitleColor : '#3973ad', 
   TitleFontSize : 12, 
   ContentFontColor : 'Navy', 
   Id  : 'popup1'
} 
var popup1 = new FerantDHTMLWindow(params); 

var params2 =  	
{	
   BorderWidth : 2, 
   ContentHTML : '', 
   ContentPadding : 13, 
   Height : 250, 
   InnerBorderColor : '#cccccc', 
   InnerBorderWidth : 0, 
   OuterBorderColor : '#3973ad', 
   ResizeBoxHeight : 7, 
   ResizeBoxSrc : 'images/resize7blue.gif', 
   ResizeBoxWidth : 7, 
   Shadow : true, 
   StatusBarHeight : 17, 
   StatusColor : 'white', 
   TitleBarText : 'Voor uw informatie...', 
   TitleColor : '#3973ad', 
   TitleFontSize : 12, 
   ContentFontColor : 'Navy', 
   Id  : 'popup2'
} 
var popup2 = new FerantDHTMLWindow(params2); 