$(document).ready(function () {
	$("#divNaviMain ul.ulFirstNavigation li div").hover( function() {
		if ($(this).attr("class") != "divDividerTall") {
			$(this).addClass("hover");
		}
	}, function(){
		$(this).removeClass("hover");
	});

	$("divNaviMain ul.ulSecondNavigation li div").hover( function() {
		$(this).addClass("hover");
	}, function(){
		$(this).removeClass("hover");
	});

	$('#edetaillink').click( function() {
		window.open('http://edetail.doccheck.com/customers/h/heel/neurexan/edetail/1/index.php?h_n_dc_user=','edetailingpopup','width=982,height=592');
		return false;
	});
	
	//alert("hw");
	
	$('.csc-frame-frame1 a').add('a.nyromodal').nyroModal();
	
	
	/* Make Feedback-Button visible */
	$('#feedback').animate({
			'marginLeft': '-=34px'
		},
		'slow'
	);
	
	
	

});

function forcedown(x){

    myTempWindow = window.open(x,'download','left=10000,screenX=10000');
    myTempWindow.document.execCommand('SaveAs',null,x);
    myTempWindow.close();
    return false;
}
