// g_site.js, developped by G. Guerin
// Copyright (C) 2005 G. GUERIN - Do not Distribute
// File Rev: 1

$(function(){$("#acc_article").accordion({ 
    event: "mouseover",
	autoHeight: false,
	header: "a.ui-accordion-link"
});});

$(document).ready(function() {    
	// enable tooltip for "download" element. use the "slide" effect 
    $(".target_tooltip").tooltip({
		effect: 'slide',
		tip: '.tooltip'
    // add dynamic plugin  
    }).dynamic({ 
        // customized configuration on bottom edge 
        bottom: { 
        // slide downwards 
        direction: 'down', 
        // bounce back when closed 
        bounce: true 
        } 
	});  
});

function openwindow(cUrl)
{
	window.open (cUrl, "","width=700,height=520"); /* width=418,height=650 */
}