/*
Filename: julia_advanced_search.js
	This file is the part of Julia 1.05 - Simply Programming Universe.

License:
	Please do not use any part of julia without written permission by the authors.

Copyright:
	Copyright (c) 2009 (www.e-future.pl).
*/
$('julia_as').makeDraggable({'handle':$('handle'),'container': 'header', onComplete:function(){ /*oncomplete*/ }});
var fix_position=false;
function open_advanced_search()
{
	if(!fix_position)
	{
		$('julia_as').setStyles({'position':'fixed','right':'10px','top':'60px'});
		fix_position=true;
	}
	$('julia_as').setStyle('display',$('julia_as').getStyle('display')=='none'?'block':'none');
}
