var pn=2;
var pc=1;
var maxpn=2;


function im(w){
var b = "truckunio.hu";
var a = "info";
if (w=="1") a = "hyva";
if (w=="2") a = "hidraulika";
if (w=="3") a = "raktar";
if (w=="4") a = "import";
if (w=="5") a = "euro";
if (w=="6") a = "szerviz";
if (w=="7") a = "istvan.szatmari";


document.write(' <a href="mailto:' + a + '@' + b + '">' + a + '@' + b + '</a>');
}


function swap(){

if (pc>4){
	pc=1;
	pn=pn+1;
	if (pn>maxpn )pn=1;
	}

if(pn==1) f='';
if(pn==2) f='b';

document.getElementById("p"+pc).src="static/"+pc+f+".jpg";
//document.getElementById("pics").document.getElementById("p"+pc).src="static/1b.jpg";

pc=pc+1;

}

function popup(obj) {
	var ns = (navigator.appName=="Netscape")?true:false;
	src=obj.replace("-thumb","");
	OpenWindow=window.open("", "_blank", "toolbar=no,width=640,height=480,scrollbars=0,resizable=no,menubar=no");
	OpenWindow.document.write("<html>\n<head>\n<TITLE>Popup</TITLE>\n");
	OpenWindow.document.write("<script type='text/javascript'>\n");
	OpenWindow.document.write("function resize(){\n");
	if(!ns) OpenWindow.document.write("var x=document.body.clientWidth; var y=document.body.clientHeight;\n");
	if( ns) OpenWindow.document.write("var x=window.innerWidth; var y=window.innerHeight;\n");
	OpenWindow.document.write("window.resizeBy(document.pic.width - x, document.pic.height - y);\n");
	if( ns) OpenWindow.document.write("window.resizeBy(30, 30);\n");
	if( ns) OpenWindow.document.write("window.resizeBy(-30, -30);\n");
	OpenWindow.document.write("}\n ");
	OpenWindow.document.write("</script>\n</head>\n");
	OpenWindow.document.write("<BODY style='margin: 0 0 0 0;cursor: hand;'>\n");
	OpenWindow.document.write("<img style='margin: 0 0 0 0;cursor: hand;' onclick='window.close();' border='0' onload='resize();' name='pic' src='"+src+"'>\n");
	OpenWindow.document.write("</BODY>\n");
	OpenWindow.document.write("</HTML>\n");

}
