var screenW =  window.innerWidth;
if (screenW<1000) {
document.getElementById('navbaro').style.marginTop  = "7em";
document.getElementById('navbaro').style.marginLeft  = "241px";
document.getElementById('navbaro').style.width  = "705px";
document.getElementById('contento').style.marginTop  = "40px";
}

$(document).ready(function(){

	$("#footerEffect").click(function () {
				$(".formulario_botton").slideToggle("slow");
		$(".contenido").slideToggle("slow");
		});
	$("#or_cancel").click(function (){
				$(".formulario_botton").slideToggle("slow");
		$(".contenido").slideToggle("slow");
	});
	$(".register").click(function () {
				$(".client_registration_form").slideToggle("slow");
		});

	$(".quote").click(function(){
			$("#contenido").load("/online_business_quote");
		}); 

	$(".texto_boton").click(function(){
		$(".formulario_botton").slideToggle("slow");
		$(".contenido").slideToggle("slow");

	});

	//var paper = Raphael("main_logo", 320, 200);
	//var c = paper.path("M10 10L90 90");
});

// current nav js

var sPath = window.location.pathname;
//var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);


if(sPage=="portfolio"){
var x = document.getElementById("portfolionav");
x.className="currentnav";
}
if(sPage=="us"){
var x = document.getElementById("us");
x.className="currentnav";
}

if(sPage=="how"){
var x = document.getElementById("hwwnav");
x.className="currentnav";
}
if(sPage=="testimonials"){
var x = document.getElementById("abitaboutus");
x.className="currentnav";
}
if(sPage=="products"){
var x = document.getElementById("productsnav");
x.className="currentnav";
}
