/***********************************************
* Drop In Content Box (c) Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/



var dropinbox1=new dropincontentbox({
	source:['#dropbox', 'scripts/drop_in_box/div_howe_and_howe.php'], //#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
	cssclass:'dropinbox drop-shadow:before', //arbitrary class(es) to add to the drop in box to style it
	showduration:10 //disappear after x seconds?
})


var dropinbox2=new dropincontentbox({
	source:'#reminder', //#id of DIV to show if defined inline
	cssclass:'dropinbox dropinboxaltstyle drop-shadow lifted',
	fx:'easeInExpo', //alternate drop animation keyword
	pos:[-20, -20], //custom position of drop in box
	deferred:1 //show box 1 sec after page has loaded
})

function ad_window( var_url, win_name )
{
	ad_win = window.open( var_url, win_name, "width=1000px, height=600px" );
}

