﻿var params1 =
{	
   BorderColor : 'white', 
   ContentHTML : '',
   ContentPadding : 10, 
   Height : 400, 
   InnerBorderColor : '#cccccc', 
   InnerBorderWidth : 0, 
   OuterBorderColor : '#3973ad', 
   ResizeBoxHeight : 7, 
   ResizeBoxSrc : 'img/resize7blue.gif', 
   ResizeBoxWidth : 7, 
   Shadow : true, 
   StatusBarHeight : 17, 
   StatusColor : 'white', 
   TitleBarText : 'Paket START', 
   TitleColor : 'orange', 
   Width : 500, 
   TitleFontSize : 12, 
   ContentFontSize : 12, 
   ContentFontColor : 'Navy', 
   Id  : 'miniInfo'
} 
var miniInfo = new FerantDHTMLWindow(params1); 

var params2 =  	
{	
   BorderColor : 'white', 
   ContentHTML : ' ', 
   ContentPadding : 10, 
   Height : 400, 
   InnerBorderColor : '#cccccc', 
   InnerBorderWidth : 0, 
   OuterBorderColor : '#3973ad', 
   ResizeBoxHeight : 7, 
   ResizeBoxSrc : 'img/resize7blue.gif', 
   ResizeBoxWidth : 7, 
   Shadow : true, 
   StatusBarHeight : 17, 
   StatusColor : 'white', 
   TitleBarText : 'Paket STANDARD',
   TitleColor : 'green', 
   Width : 500, 
   TitleFontSize : 12, 
   ContentFontSize : 12, 
   ContentFontColor : 'Navy', 
   Id  : 'midiInfo'
} 
var midiInfo = new FerantDHTMLWindow(params2);

var params3 =  	
{	
   BorderColor : 'white', 
   ContentHTML : ' ', 
   ContentPadding : 10, 
   Height : 400, 
   InnerBorderColor : '#cccccc', 
   InnerBorderWidth : 0, 
   OuterBorderColor : '#3973ad', 
   ResizeBoxHeight : 7, 
   ResizeBoxSrc : 'img/resize7blue.gif', 
   ResizeBoxWidth : 7, 
   Shadow : true, 
   StatusBarHeight : 17, 
   StatusColor : 'white', 
   TitleBarText : 'Paket EXTRA', 
   TitleColor : 'maroon', 
   Width : 500, 
   TitleFontSize : 12, 
   ContentFontSize : 12, 
   ContentFontColor : 'Navy', 
   Id  : 'maxiInfo'
} 
var maxiInfo = new FerantDHTMLWindow(params3);