function details(set,img) {
	strlink = "detimg.php?set=" + set + "&cim=" + img;
	var w = 800;
	var h = 600;
	var l = Math.floor((screen.width-w)/2);
	var t = Math.floor((screen.height-h)/2);
	window.open(strlink,"","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}

function promosoci() {
	strlink = "promo_soci.php";
	var w = 650;
	var h = 780;
	var l = Math.floor((screen.width-w)/2);
	var t = Math.floor((screen.height-h)/2);
	window.open(strlink,"","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}

function promogen() {
	strlink = "promo_gen.php";
	var w = 705;
	var h = 530;
	var l = Math.floor((screen.width-w)/2);
	var t = Math.floor((screen.height-h)/2);
	window.open(strlink,"","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}

function lune() {
	strlink = "lune.php";
	var w = 484;
	var h = 700;
	var l = Math.floor((screen.width-w)/2);
	var t = Math.floor((screen.height-h)/2);
	window.open(strlink,"","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}



function detnews(codnws) {
	strlink = "det_news.php?nws=" + codnws;
	var w = 600;
	var h = 800;
	var l = Math.floor((screen.width-w)/2);
	var t = Math.floor((screen.height-h)/2);
	window.open(strlink,"","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l );
}


function mission() {
	strlink = "mission.php";
	var w = 810;
	var h = 610;
	var l = Math.floor((screen.width-w)/2);
	var t = Math.floor((screen.height-h)/2);
	window.open(strlink,"","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}

function certificato() {
	strlink = "certificato.php";
	var w = 830;
	var h = 555;
	var l = Math.floor((screen.width-w)/2);
	var t = Math.floor((screen.height-h)/2);
	window.open(strlink,"","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}


function tour() {
	strlink = "tour.php";
	var w = 660;
	var h = 500;
	var l = Math.floor((screen.width-w)/2);
	var t = Math.floor((screen.height-h)/2);
	window.open(strlink,"","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}

/*******************************************
****F U N Z I O N I  J Q U E R Y********************************************************************************************************* <---------------- 1.
********************************************/
/*$(document).ready( 
	function() {

		$("#finder").corner("rounded 20px");
		$("#navigator").corner("rounded 15px");	
		$("#category").corner("rounded 20px");
		$("#content").corner("rounded 20px");
	}

);*/

