$(document).ready(function(){

	$(".toggle_container").hide(); 

	$("h2.trigger").click(function(){
		$(this).toggleClass("active").next().slideToggle("slow");
		return false;
	});

});


	$.fx.speeds._default = 1000;
	$(function() {
		$( "#dialog" ).dialog({
			autoOpen: false,
			show: "blind",
			hide: "blind"
		});

		$( "#opener1" ).click(function() {
			$("#dialog").dialog( "open" );
			$("#dialog").dialog("option", "title", "Topics");

			return false;
		});

		$( "#opener2" ).click(function() {
			document.getElementById("dialog").innerHTML="All publications of TSCF-Editions shall be subject to preliminary evaluation. Evaluation is not a form of social control but an intelligent process for quality assessment.";
			$("#dialog").dialog( "open" );
			$("#dialog").dialog("option", "title", "Evaluation Principle");

			return false;
		});

		$( "#opener3" ).click(function() {
			document.getElementById("dialog").innerHTML="RESPECT DUE TO AUTHORS<br><br>TSCF-Editions shall apply a procedure that will be fair and respectful to authors. The comments provided to authors shall be constructive and be designed to help them produce manuscripts that subscribe to an international standard of quality.<br><br>RIGOR OF EVALUATION<br><br>TSCF-Editions shall contribute to re-establishing impartial and rational evaluation in the social and economic sciences. TSCF-Editions shall use of a rigorous evaluation methodology. Evaluation shall be based exclusively on the use of the TSCF-Editions methodology.<br><br>ASPIRATION LEVEL<br><br>TSCF-Editions shall publish works of an international quality class.";
			$("#dialog").dialog( "open" );
			$("#dialog").dialog("option", "title", "Methodology of Evaluation");

			return false;
		});

		$( "#opener4" ).click(function() {
			document.getElementById("dialog").innerHTML="TSCF-Editions evaluation criteria shall be the following:<br><br>- Contribution to TISR model,<br><br>- Clarity/reality of findings/results,<br><br>- extrapolate ability, quantitative or not, of the findings/results to other value fields/groups of population,<br><br>- Originality and value added of the conclusions/results,<br><br>- Appropriateness of methodology/approach,<br><br>- Conclusions/results supported by data analysis/experience,<br><br>- Clarity of the formal structure,<br><br>- Clarity of expression and reader-friendliness,<br><br>- Conformity to presentation guidelines for authors (expressed publicly and available to authors prior to submission).<br><br>These criteria are combined and weighted within a system of scales.<br><br>The whole builds the specific TSCF scientific evaluation methodology.<br><br>Criteria weighting and scales may be updated according to changes in the editorial policy of TSCF-Editions.";
			$("#dialog").dialog( "open" );
			$("#dialog").dialog("option", "title", "Evaluation Criteria");

			return false;
		});

		$( "#opener5" ).click(function() {
			document.getElementById("dialog").innerHTML="The following evaluation procedure shall apply:<br><br>-  Receipt of the submissions shall be acknowledged,<br><br>-  Submissions shall be anonymously peer reviewed; both authors and reviewers shall be anonymous (double blind evaluation),<br><br>- Referees shall be at least two, one being a specialist in the field involved (in order to test technical accuracy) and the other a non-specialist (in order to test reader-friendliness and acceptability by the public),<br><br>-  Evaluation shall be as prompt as possible. It shall be processed within an approximate maximal three-month time frame,<br><br>- if the TSCF-Editions decides that a manuscript can be published only after some improvements, the author should send the revised version of the manuscript to the Review within two months of receiving the request of revision,<br><br>-  There may not be more than three rounds of reviews of the same manuscript,<br><br>-  Manuscripts written by Editorial Board Members shall be refereed by independent referees.";
			$("#dialog").dialog( "open" );
			$("#dialog").dialog("option", "title", "Evaluation procedure");

			return false;
		});

		$( "#opener6" ).click(function() {
			document.getElementById("dialog").innerHTML="- Authors are bound to follow the regulations and instructions of TSCF. They are bound by the TSCF ethical codes.<br><br>- Manuscripts should have been corrected for errors when presented, and shall be regarded as accurate. Authors are responsible for factual content.<br><br>- Authors should indicate sources of funding when required by these sources and any restrictions on publication placed on them by sponsors.<br><br>- It is the duty of the authors to clear copyright on data of all types. Simultaneous or later submission of the same manuscripts to other editors is not permitted. Authors must certify that manuscripts presented have not been and will not be published elsewhere.<br><br>- No websites should be listed in the text or in the bibliography unless they provide their readers with a reciprocal link to TSCF-Editions.<br><br>- Publications with TSCF-Editions should be accurately listed in the authors’ bibliographies and resumes.";
			$("#dialog").dialog( "open" );
			$("#dialog").dialog("option", "title", "Guidelines for Authors");

			return false;
		});

		$( "#opener7" ).click(function() {
			document.getElementById("dialog").innerHTML="Neither the management of TSCF-Editions nor the evaluators disclose to third parties the content of the manuscripts they review.<br><br>Evaluators delete these manuscripts and the related data after delivering their evaluation reports.";
			$("#dialog").dialog( "open" );
			$("#dialog").dialog("option", "title", "Privacy Policy");

			return false;
		});

		$( "#opener8" ).click(function() {
			document.getElementById("dialog").innerHTML="All work published by TSCF is subject to copyright. TSCF alone holds the rights pertaining to the TSCF-Editions publications.  These publications may not be reproduced, in whole or in part, in any manner or in any medium, unless written consent is given by TSCF.  Such consent shall be granted only if the authors’ names and the name of TSCF-Editions as the first publication medium appear on the work or the excerpt, and no charge is made for the copy containing the work or excerpt.";
			$("#dialog").dialog( "open" );
			$("#dialog").dialog("option", "title", "Copyright Policy");

			return false;
		});

		$( "#opener9" ).click(function() {
			document.getElementById("dialog").innerHTML="The International Scope&reg; Review (TISR) is an international academic journal that publishes multidisciplinary research on the contemporary transformations taking place in industrial countries.<br><br> By linking three fields: economic relationships,  interethnic relationships and interpersonal relationships, TISR offers a unique understanding of the changes in society and the economy.<br><br> Interdisciplinary and cross-cultural, the journal is a response to the need for a platform for launching and learning innovative ideas.<br><br> The Review welcomes contributions that suggest alternative understandings to improve our ability to overcome contemporary challenges.<br><br> While its review criteria are in accordance with the best academic standards, the journal addresses a broad public who wishes to understand better the world in which it lives.<br><br> TISR was created by Dr Patrick Hunout, who inspired its central model. The Editorial Board is a European, Asian and American team reflecting a wide range of disciplines and interests.<br><br> The regular publication of TISR was discontinued in 2010, the new editorial policy of TSCF-Editions emphasizing the publication of focused e-books more than articles.  It may however resume in future should the editorial policy or the environment change.";
			$("#dialog").dialog( "open" );
			$("#dialog").dialog("option", "title", "The International Scope Review");

			return false;
		});

	});
