function getOffset(o){
	for(var r = {x: o.offsetLeft, y: o.offsetTop, h: o.offsetHeight, w: o.offsetWidth}; o = o.offsetParent; r.x += o.offsetLeft, r.y += o.offsetTop);
	return r;
}

function show_gall(x, name, width, height) {
	var z = getOffset(x);
	win_pic = window.open("","" + name + "" ,"width=" + width+ ", height=" + height + ", top="+ z.y + ", left=" + z.x + ", resizable=0");
	win_pic.document.write("<html><title>Volkswagen Tiguan Azerbaijan</title><body bgcolor=\"#ffffff\" topmargin=0 leftmargin=0 marginwidth=0 marginheight=0><img src=gallery/" + name + ".jpg height="+height+" width="+width+"></body></html>");
}

function popup(x,wid,hei) {
	myWin=open("", x, "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+wid+",height="+hei);
	myWin.document.open();
	myWin.document.write("<html><head><title>Volkswagen Azerbaijan</title></head>");
	myWin.document.write("<body bgcolor='#FFFFFF' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>");
	myWin.document.write("<script language='JavaScript'>self.focus();<\/script>");
	myWin.document.write("<img src='images/"+x+".jpg' width='"+wid+"' height='"+hei+"' border='0'>");
	myWin.document.write("</body></html>");
	myWin.document.close();  
}
