/*

Finestra paranchi elettrici

*/

function tec01()  {
	var MyWidth = (window.screen.width-750)/2 - 10;
	var MyHeight = (window.screen.height-380)/2 - 40;
	w1=window.open("", "pet1", "width=750,height=380,left=" + MyWidth + ",top=" + MyHeight + ",scrollbars=no,resizable=no");
    w1.document.writeln("<html><head><title>Serie KF/1G</title></head>");
    w1.document.writeln("<body bgcolor='#000080'>");
    w1.document.writeln("<div align='center'>");
    w1.document.writeln("<a href='' onclick='window.close()'><img src='tec-kf1.jpg' border='0' alt='Chiudi finestra'></a>");
    w1.document.writeln("</div>");
    w1.document.writeln("</body></html>");
    w1.document.close();
    w1.focus();
}
function tec02()  {
	var MyWidth = (window.screen.width-750)/2 - 10;
	var MyHeight = (window.screen.height-380)/2 - 40;
	w1=window.open("", "pet2", "width=750,height=380,left=" + MyWidth + ",top=" + MyHeight + ",scrollbars=no,resizable=no");
    w1.document.writeln("<html><head><title>Serie KF/2S - KF/2</title></head>");
    w1.document.writeln("<body bgcolor='#000080'>");
    w1.document.writeln("<div align='center'>");
    w1.document.writeln("<a href='' onclick='window.close()'><img src='tec-kf2.jpg' border='0' alt='Chiudi finestra'></a>");
    w1.document.writeln("</div>");
    w1.document.writeln("</body></html>");
    w1.document.close();
    w1.focus();
}
function tec03()  {
	var MyWidth = (window.screen.width-750)/2 - 10;
	var MyHeight = (window.screen.height-380)/2 - 40;
	w1=window.open("", "pet3", "width=750,height=380,left=" + MyWidth + ",top=" + MyHeight + ",scrollbars=no,resizable=no");
    w1.document.writeln("<html><head><title>Serie KF/3</title></head>");
    w1.document.writeln("<body bgcolor='#000080'>");
    w1.document.writeln("<div align='center'>");
    w1.document.writeln("<a href='' onclick='window.close()'><img src='tec-kf3.jpg' border='0' alt='Chiudi finestra'></a>");
    w1.document.writeln("</div>");
    w1.document.writeln("</body></html>");
    w1.document.close();
    w1.focus();
}
function tec04()  {
	var MyWidth = (window.screen.width-750)/2 - 10;
	var MyHeight = (window.screen.height-350)/2 - 40;
	w1=window.open("", "pet4", "width=750,height=350,left=" + MyWidth + ",top=" + MyHeight + ",scrollbars=no,resizable=no");
    w1.document.writeln("<html><head><title>Serie KR/1G</title></head>");
    w1.document.writeln("<body bgcolor='#000080'>");
    w1.document.writeln("<div align='center'>");
    w1.document.writeln("<a href='' onclick='window.close()'><img src='tec-kr1.jpg' border='0' alt='Chiudi finestra'></a>");
    w1.document.writeln("</div>");
    w1.document.writeln("</body></html>");
    w1.document.close();
    w1.focus();
}
function tec05()  {
	var MyWidth = (window.screen.width-750)/2 - 10;
	var MyHeight = (window.screen.height-310)/2 - 40;
	w1=window.open("", "pet5", "width=750,height=310,left=" + MyWidth + ",top=" + MyHeight + ",scrollbars=no,resizable=no");
    w1.document.writeln("<html><head><title>Serie KR/2S - KR/2</title></head>");
    w1.document.writeln("<body bgcolor='#000080'>");
    w1.document.writeln("<div align='center'>");
    w1.document.writeln("<a href='' onclick='window.close()'><img src='tec-kr2.jpg' border='0' alt='Chiudi finestra'></a>");
    w1.document.writeln("</div>");
    w1.document.writeln("</body></html>");
    w1.document.close();
    w1.focus();
}
function tec06()  {
	var MyWidth = (window.screen.width-750)/2 - 10;
	var MyHeight = (window.screen.height-400)/2 - 40;
	w1=window.open("", "pet6", "width=750,height=400,left=" + MyWidth + ",top=" + MyHeight + ",scrollbars=no,resizable=no");
    w1.document.writeln("<html><head><title>Serie KR/3</title></head>");
    w1.document.writeln("<body bgcolor='#000080'>");
    w1.document.writeln("<div align='center'>");
    w1.document.writeln("<a href='' onclick='window.close()'><img src='tec-kr3.jpg' border='0' alt='Chiudi finestra'></a>");
    w1.document.writeln("</div>");
    w1.document.writeln("</body></html>");
    w1.document.close();
    w1.focus();
}
function img01()  {
	var MyWidth = (window.screen.width-300)/2 - 10;
	var MyHeight = (window.screen.height-400)/2 - 40;
	w1=window.open("", "pei1", "width=300,height=400,left=" + MyWidth + ",top=" + MyHeight + ",scrollbars=yes,resizable=no");
    w1.document.writeln("<html><head><title>Serie KF/1G</title></head>");
    w1.document.writeln("<body bgcolor='#000080'>");
    w1.document.writeln("<div align='center'>");
    w1.document.writeln("<a href='' onclick='window.close()'><img src='kf-1g.jpg' border='0' alt='Chiudi finestra'></a>");
    w1.document.writeln("</div>");
    w1.document.writeln("</body></html>");
    w1.document.close();
    w1.focus();
}
function img02()  {
	var MyWidth = (window.screen.width-300)/2 - 10;
	var MyHeight = (window.screen.height-400)/2 - 40;
	w1=window.open("", "pei2", "width=300,height=400,left=" + MyWidth + ",top=" + MyHeight + ",scrollbars=yes,resizable=no");
    w1.document.writeln("<html><head><title>Serie KF/2S</title></head>");
    w1.document.writeln("<body bgcolor='#000080'>");
    w1.document.writeln("<div align='center'>");
    w1.document.writeln("<a href='' onclick='window.close()'><img src='kf-2s.jpg' border='0' alt='Chiudi finestra'></a>");
    w1.document.writeln("</div>");
    w1.document.writeln("</body></html>");
    w1.document.close();
    w1.focus();
}
function img03()  {
	var MyWidth = (window.screen.width-300)/2 - 10;
	var MyHeight = (window.screen.height-400)/2 - 40;
	w1=window.open("", "pei3", "width=300,height=400,left=" + MyWidth + ",top=" + MyHeight + ",scrollbars=yes,resizable=no");
    w1.document.writeln("<html><head><title>Serie KF/2</title></head>");
    w1.document.writeln("<body bgcolor='#000080'>");
    w1.document.writeln("<div align='center'>");
    w1.document.writeln("<a href='' onclick='window.close()'><img src='kf-2.jpg' border='0' alt='Chiudi finestra'></a>");
    w1.document.writeln("</div>");
    w1.document.writeln("</body></html>");
    w1.document.close();
    w1.focus();
}
function img04()  {
	var MyWidth = (window.screen.width-300)/2 - 10;
	var MyHeight = (window.screen.height-400)/2 - 40;
	w1=window.open("", "pei4", "width=300,height=400,left=" + MyWidth + ",top=" + MyHeight + ",scrollbars=yes,resizable=no");
    w1.document.writeln("<html><head><title>Serie KF/3</title></head>");
    w1.document.writeln("<body bgcolor='#000080'>");
    w1.document.writeln("<div align='center'>");
    w1.document.writeln("<a href='' onclick='window.close()'><img src='kf-3.jpg' border='0' alt='Chiudi finestra'></a>");
    w1.document.writeln("</div>");
    w1.document.writeln("</body></html>");
    w1.document.close();
    w1.focus();
}
function img05()  {
	var MyWidth = (window.screen.width-300)/2 - 10;
	var MyHeight = (window.screen.height-400)/2 - 40;
	w1=window.open("", "pei5", "width=300,height=400,left=" + MyWidth + ",top=" + MyHeight + ",scrollbars=yes,resizable=no");
    w1.document.writeln("<html><head><title>Serie KR/1G</title></head>");
    w1.document.writeln("<body bgcolor='#000080'>");
    w1.document.writeln("<div align='center'>");
    w1.document.writeln("<a href='' onclick='window.close()'><img src='kr-1g.jpg' border='0' alt='Chiudi finestra'></a>");
    w1.document.writeln("</div>");
    w1.document.writeln("</body></html>");
    w1.document.close();
    w1.focus();
}
function img06()  {
	var MyWidth = (window.screen.width-300)/2 - 10;
	var MyHeight = (window.screen.height-400)/2 - 40;
	w1=window.open("", "pei6", "width=300,height=400,left=" + MyWidth + ",top=" + MyHeight + ",scrollbars=yes,resizable=no");
    w1.document.writeln("<html><head><title>Serie KR/2S</title></head>");
    w1.document.writeln("<body bgcolor='#000080'>");
    w1.document.writeln("<div align='center'>");
    w1.document.writeln("<a href='' onclick='window.close()'><img src='kr-2s.jpg' border='0' alt='Chiudi finestra'></a>");
    w1.document.writeln("</div>");
    w1.document.writeln("</body></html>");
    w1.document.close();
    w1.focus();
}
function img07()  {
	var MyWidth = (window.screen.width-300)/2 - 10;
	var MyHeight = (window.screen.height-400)/2 - 40;
	w1=window.open("", "pei7", "width=300,height=400,left=" + MyWidth + ",top=" + MyHeight + ",scrollbars=yes,resizable=no");
    w1.document.writeln("<html><head><title>Serie KR/2</title></head>");
    w1.document.writeln("<body bgcolor='#000080'>");
    w1.document.writeln("<div align='center'>");
    w1.document.writeln("<a href='' onclick='window.close()'><img src='kr-2.jpg' border='0' alt='Chiudi finestra'></a>");
    w1.document.writeln("</div>");
    w1.document.writeln("</body></html>");
    w1.document.close();
    w1.focus();
}
function img08()  {
	var MyWidth = (window.screen.width-300)/2 - 10;
	var MyHeight = (window.screen.height-400)/2 - 40;
	w1=window.open("", "pei8", "width=300,height=400,left=" + MyWidth + ",top=" + MyHeight + ",scrollbars=yes,resizable=no");
    w1.document.writeln("<html><head><title>Serie KR/3</title></head>");
    w1.document.writeln("<body bgcolor='#000080'>");
    w1.document.writeln("<div align='center'>");
    w1.document.writeln("<a href='' onclick='window.close()'><img src='kr-3.jpg' border='0' alt='Chiudi finestra'></a>");
    w1.document.writeln("</div>");
    w1.document.writeln("</body></html>");
    w1.document.close();
    w1.focus();
}
function file01()  {
	var MyWidth = (window.screen.width-640)/2 - 10;
	var MyHeight = (window.screen.height-500)/2 - 40;
	w1=window.open("kf-serie.html", "pef1", "width=640,height=500,left=" + MyWidth + ",top=" + MyHeight + ",scrollbars=no,resizable=no");
    w1.focus();
}
function file02()  {
	var MyWidth = (window.screen.width-640)/2 - 10;
	var MyHeight = (window.screen.height-500)/2 - 40;
	w1=window.open("kr-serie.html", "pef2", "width=640,height=500,left=" + MyWidth + ",top=" + MyHeight + ",scrollbars=no,resizable=no");
    w1.focus();
}
function file03()  {
	var MyWidth = (window.screen.width-690)/2 - 10;
	var MyHeight = (window.screen.height-500)/2 - 40;
	w1=window.open("sezione-kr.html", "pef3", "width=690,height=500,left=" + MyWidth + ",top=" + MyHeight + ",scrollbars=yes,resizable=no");
    w1.focus();
}
function file04()  {
	var MyWidth = (window.screen.width-640)/2 - 10;
	var MyHeight = (window.screen.height-500)/2 - 40;
	w1=window.open("../carrelli/index.html", "pef4", "width=640,height=500,left=" + MyWidth + ",top=" + MyHeight + ",scrollbars=no,resizable=no");
    w1.focus();
}

