//** jQuery Scroll to Top Control script- (c) Dynamic Drive DHTML code library: http://www.dynamicdrive.com.
//** Available/ usage terms at http://www.dynamicdrive.com (March 30th, 09')
//** v1.1 (April 7th, 09'):
//** 1) Adds ability to scroll to an absolute position (from top of page) or specific element on the page instead.
//** 2) Fixes scroll animation not working in Opera. 

$(document).ready(function(){ 

 		tb_show('', '/commander_en_ligne.php?height=685&width=780&inlineId=myOnPageContent', 'false');
	$('#TB_title').hide();
	$('#TB_window').click(function(){
		$('#TB_overlay').hide();
		$('#TB_window').hide();
	});
});


