var dropinbox1=new dropincontentbox({
	source:'#template', //#id of DIV to show if defined inline, or [#id, path_to_box_content_file] if defined in external file
	cssclass:'dropinbox2',
	fx:'easeInCubic', //alternate drop animation keyword
	pos:[-20, -20], //custom position of drop in box
	freq:'session',
 deferred:'fullon' //show box 1  
})

var dropinbox2=new dropincontentbox({
	source:'#toolset', //#id of DIV to show if defined inline
	cssclass:'dropinbox standardshadow',
	fx:'easeOutBack', //alternate drop animation keyword
	pos:[-20, -20], //custom position of drop in box
	freq:'session',
 deferred:'fullon' //show box 1 sec after page has loaded
})

var dropinbox3=new dropincontentbox({
 source:['#ffft'], //#id of DIV to show if defined inline, or [#id, path_to_box_content_file] if defined in external file
 cssclass:'dropinbox standardshadow', //arbitrary class(es) to add to the drop in box to style it
 pos:[-20, -20], //custom position of drop in box
 freq:'session',
 deferred:'fullon'
})
