// JavaScript Document
// Scripting by: andrea.bettoni@ideaup.com
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
MM_preloadImages('/img/ico_plus.gif','img/ico_minus.gif','/img/loading.gif');

/**************************************************/
function seleziona(id) {
  if (!document.getElementById) return;
  selDiv = document.getElementById(id);
  selDiv.style.color = "#FF0000";
	selDiv.style.fontWeight = "Bold";
}
function deseleziona(id) {
  if (!document.getElementById) return;
  selDiv = document.getElementById(id);
		selDiv.style.color = "#000000";
		selDiv.style.fontWeight = "Normal";
}

function popPDF(aux) { 
var toptop=10;//(screen.height/2)-(alt/2)
var leftleft=30;//(screen.width/2)-(larg/2); 
//var leftleft=(screen.width/2)-(larg/2); 
var larg=800; 
var alt=parseInt(screen.height-90);//600; 
var url = new String(aux);
var path="/pdf_binder/"
if ((url == "undefined")||(url == "")||(url == "0"))  { 
urltopop = "/errorepop.asp";
}  else  { 
urltopop=path+url;
} 
window.open(urltopop,'pdfwindow','top='+toptop+',left='+leftleft+',scrollbars=yes,resizable=yes,width='+larg+',height='+alt+',status=no,location=no,toolbar=no'); 
} 

function popPDFList(aux) { 
var toptop=10;//(screen.height/2)-(alt/2);
var leftleft=(screen.width-800);//-(larg/2) 30;
var larg=800; 
var alt=parseInt(screen.height-90);//600; 
var url = new String(aux);
var path="/pdf_binder/"
if ((url == "undefined")||(url == "")||(url == "0"))  { 
urltopop = "/errorepop.asp";
}  else  { 
urltopop=path+url;
} 
window.open(urltopop,'pdfListwindow','top='+toptop+',left='+leftleft+',scrollbars=yes,resizable=yes,width='+larg+',height='+alt+',status=no,location=no,toolbar=no'); 
} 

function maiuscola(cosa) {
document.modulocomm.provincia.value = cosa.toUpperCase();
}

function prendiElemento(quale) {
var elemento;
if(document.getElementById)
elemento = document.getElementById(quale);
else
elemento = document.all[quale];
return elemento;
}

function chiudiDiv(ilDiv) {
if(document.getElementById)
prendiElemento(ilDiv).style.display='none';
else
document.all[ilDiv].style.display='none';
}

function die(dove,msg) {
	if (msg != null)    { 
strDoveVai = dove + "?item="+msg;
} else { 
strDoveVai = dove;
}
document.location.replace(strDoveVai);
} 

function registrazione() { 
var larg=750; 
var alt=parseInt(screen.height*0.8);//600;
var toptop=10;//(screen.height/2)-(alt/2);
var leftleft=(screen.width)-(larg); 
window.open('http://www.strops.it/registrazione.asp','regwindow','top='+toptop+',left='+leftleft+',width='+larg+',height='+alt+',resizable=yes,scrollbars=yes,status=no,location=no,toolbar=no'); 
} 

function aggiornaCarrello(qualeform,qta) {
ilform=prendiElemento(qualeform)
var strErr = '\n\rquantità non valida!\n\r';
if (qta>=1)   { 
ilform.action = '/updcart.asp';
ilform.submit();
} else { 
alert(strErr);
}
} 

function lostpwd() { 
larg=640; 
alt=160; 
toptop=30;//(screen.height/2)-(alt/2)
leftleft=30;//(screen.width/2)-(larg/2); 
searchWin = window. open('http://www.strops.it/lostpwd.htm','pwdwindow','top='+toptop+',left='+leftleft+',scrollbars=yes,resizable=no,width='+larg+',height='+alt+',status=no,location=no,toolbar=no'); 
} 

function popModulo() { 
larg=505; 
alt=550; 
toptop=(screen.height/2)-(alt/2)
leftleft=(screen.width/2)-(larg/2); 
searchWin = window. open('http://www.strops.it/form/modulo.asp','formwindow','top='+toptop+',left='+leftleft+',scrollbars=yes,resizable=no,width='+larg+',height='+alt+',status=no,location=no,toolbar=no'); 
} 

function condizioni() { 
var toptop=10;//(screen.height/2)-(alt/2)
var leftleft=30;//(screen.width/2)-(larg/2);  
var larg=800; 
var alt=parseInt(screen.height-90);//600; 
window.open('/pdf_binder/Condizioni_Vendita_2008.pdf','condizioniPop','top='+toptop+',left='+leftleft+',width='+larg+',height='+alt+',scrollbars=yes,status=no,location=no,toolbar=no'); 
} 

function istruzioni() { 
larg=640; 
alt=550; 
toptop=(screen.height/2)-(alt/2); 
leftleft=(screen.width/2)-(larg/2); 
window.open('istruzioni.htm','legalPop','top='+toptop+',left='+leftleft+',width='+larg+',height='+alt+',scrollbars=yes,status=no,location=no,toolbar=no'); 
} 

function conferma(z) { // richiede all'utente conferma dell'azione
if ((z == '')||(z == undefined)) z = '\r\nSiete sicuri di voler eliminare l\'articolo selezionato?\r\n';
  return confirm(z);
}

function doEmail() {
var emailarray5227= new Array(115,116,114,111,112,115,64,105,110,114,101,116,101,46,105,116)
var postemail5227=''
for (i=0;i<emailarray5227.length;i++)
postemail5227+=String.fromCharCode(emailarray5227[i])
document.write('<a href="mailto:'+postemail5227+'?subject=Richiesta di informazioni dal sito web">'+postemail5227+'</a>')
}

function doEmailWebmaster()     { 
var emailarray9108= new Array(105,110,102,111,64,105,100,101,97,117,112,46,99,111,109)
var postemail9108=''
for (i=0;i<emailarray9108.length;i++)
postemail9108+=String.fromCharCode(emailarray9108[i])
document.write('<a href="mailto:'+postemail9108+'?subject=Richiesta di assistenza dal sito FIAMMA">A. M. Bettoni</a>')
}

function privacy() { 
larg=480; 
alt=400; 
toptop=(screen.height/2)-(alt/2); 
leftleft=(screen.width/2)-(larg/2); 
window.open('privacy.htm','privacyPop','top='+toptop+',left='+leftleft+',width='+larg+',height='+alt+',scrollbars=yes,status=no,location=no,toolbar=no'); 
} 

function popForm() { 
larg=480; 
alt=350; 
toptop=(screen.height/2)-(alt/2); 
leftleft=(screen.width/2)-(larg/2); 
window.open('','popForm','top='+toptop+',left='+leftleft+',width='+larg+',height='+alt+',scrollbars=yes,status=no,location=no,toolbar=no'); 
} 

function checkLogin() {
if ((document.loginform.nome_utente.value != "")&&(document.loginform.password_utente.value != "")&&(document.loginform.password_strops.value != "")) {
return true
} else {
alert('Dovete inserire dei dati validi!!');
document.loginform.password_utente.value='';
document.loginform.nome_utente.select();
return false 
}
}

function checkFields() {
missinginfo = "";
if (document.modulocomm.nomeazienda.value == "") {
missinginfo += "\n     -  Nome azienda";
}
//if (document.modulocomm.settore.value == "") {
//missinginfo += "\n     -  Settore merceologico";
//}
if (document.modulocomm.responsabile.value == "") {
missinginfo += "\n     -  Nome responsabile";
}
if (document.modulocomm.indirizzo.value == "") {
missinginfo += "\n     -  Indirizzo";
}
if (document.modulocomm.city.value == "") {
missinginfo += "\n     -  Città";
}
if (document.modulocomm.provincia.value == "") {
missinginfo += "\n     -  Provincia";
}
if (document.modulocomm.cap.value == "") {
missinginfo += "\n     -  C.A.P.";
}
if (document.modulocomm.telefono.value == "") {
missinginfo += "\n     -  Telefono";
}
if ((document.modulocomm.email.value == "") || (document.modulocomm.email.value.indexOf('@') == -1) || (document.modulocomm.email.value.indexOf('.') == -1)) {
missinginfo += "\n     -  E-mail";
}
if (document.modulocomm.dettaglio.value == "") {
missinginfo += "\n     -  Dettaglio richiesta informazioni";
}
if (missinginfo != "") {
missinginfo2 = "Non avete inserito i seguenti dati obbligatori:\n" ;
missinginfo2 += missinginfo ;
alert(missinginfo2);
return false
}
else {
strUrl="send";
strUrl+="mail.asp?x=1"
document.modulocomm.action=strUrl;
document.modulocomm.submit();
//return true
}
}

/***********************************************
* ToolTip Script by DynamicDrive
* Customized by: andrea.bettoni@ideauptorino.it
***********************************************/


var offsetfromcursorX=12 // x offset of tooltip
var offsetfromcursorY=10 // y offset of tooltip
var offsetdivfrompointerX=10 // x offset of tooltip DIV relative to pointer image
var offsetdivfrompointerY=14 // y offset of tooltip DIV relative to pointer image. 
// Tip: Set it to (height_of_pointer_image-1).
document.write('<div id="dhtmltooltip"></div>') //write out tooltip DIV
document.write('<img id="dhtmlpointer" src="../img/tooltip.gif">') //write out pointer image

var ie=document.all
var ns6=document.getElementById && !document.all
var enabletip=false
if (ie||ns6)
var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""

var pointerobj=document.all? document.all["dhtmlpointer"] : document.getElementById? document.getElementById("dhtmlpointer") : ""

function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function ddrivetip(thetext, thewidth, thecolor){
if (ns6||ie){
if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
tipobj.innerHTML=thetext
enabletip=true
return false
}
}

function positiontip(e){
if (enabletip){
var nondefaultpos=false
var curX=(ns6)?e.pageX : event.x+ietruebody().scrollLeft;
var curY=(ns6)?e.pageY : event.y+ietruebody().scrollTop;
//Find out how close the mouse is to the corner of the window
var winwidth=ie&&!window.opera? ietruebody().clientWidth : window.innerWidth-20
var winheight=ie&&!window.opera? ietruebody().clientHeight : window.innerHeight-20

var rightedge=ie&&!window.opera? winwidth-event.clientX-offsetfromcursorX : winwidth-e.clientX-offsetfromcursorX
var bottomedge=ie&&!window.opera? winheight-event.clientY-offsetfromcursorY : winheight-e.clientY-offsetfromcursorY

var leftedge=(offsetfromcursorX<0)? offsetfromcursorX*(-1) : -1000

//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<tipobj.offsetWidth){
//move the horizontal position of the menu to the left by it's width
tipobj.style.left=curX-tipobj.offsetWidth+"px"
nondefaultpos=true
}
else if (curX<leftedge)
tipobj.style.left="5px"
else{
//position the horizontal position of the menu where the mouse is positioned
tipobj.style.left=curX+offsetfromcursorX-offsetdivfrompointerX+"px"
pointerobj.style.left=curX+offsetfromcursorX+"px"
}

//same concept with the vertical position
if (bottomedge<tipobj.offsetHeight){
tipobj.style.top=curY-tipobj.offsetHeight-offsetfromcursorY+"px"
nondefaultpos=true
}
else{
tipobj.style.top=curY+offsetfromcursorY+offsetdivfrompointerY+"px"
pointerobj.style.top=curY+offsetfromcursorY+"px"
}
tipobj.style.visibility="visible"
if (!nondefaultpos)
pointerobj.style.visibility="visible"
else
pointerobj.style.visibility="hidden"
}
}

function hideddrivetip(){
if (ns6||ie){
enabletip=false
tipobj.style.visibility="hidden"
pointerobj.style.visibility="hidden"
tipobj.style.left="-1000px"
tipobj.style.backgroundColor=''
tipobj.style.width=''
}
}

document.onmousemove=positiontip

/*********************END TOOLTIP**************************/