GET - >JCB JS330 Auto Tier2 and Tier3 Tracked Excavator Service Repair Workshop Manual


Download Today Click here!

JCB JS330 Auto Tier2 and Tier3 Tracked Excavator Service Repair Workshop Manual Can be downloaded here for instant access, and this is same with the repair book that used by the dealerships around the world, covering fix, service schedules, maintenance, wiring diagrams Schematic and many more info inside this repair manual book..

JCB JS330 Auto Tier2 and Tier3 Tracked Excavator Service Repair Workshop Manual provide workshop and service procedures for many vehicles including maintenance of automotive, cars, motorbikes, trucks, marines and ATV vehicles, but not limited to these.

Download Today Click here!

JCB JS330 Auto Tier2 and Tier3 Tracked Excavator Service Repair Workshop Manual cover:
Introduction
Safety Recommendations
General Specifications
General Information
Hydrostatic System
Hydraulic System
Steering System
Park Brake
Operators Station
Engine System
Electrical System
Topper System
and more

Hope this help you

Cara Membuat Buku Tamu Auto Hide

Cara Membuat Buku Tamu Auto Hide - Dulu saya pernah membahas tentang cara membuat buku tamu tersembunyi , Nah kali ini berbeda .. karena kali ini saya akan membahas tentang cara membuat buku tamu auto hide .Auto hide Buku tamu adalah efek yang akan membuat buku tamu muncul tanpa di klik dan tersembunyi tanpa di klik pula ( di lewati pointer mouse ), hanya beda sedikit dengan buku tamu show / hide. kalau show/hide ia harus diklik sedangkan auto/hide ia tanpa di klik.  Bagi sobat yang tertarik dengan widget ini, silahkan ikuti Tutorial berikut ini :

1. Login ke Blogger sobat.
2. Pilih menu Rancangan > Tata Letak
3. Copy kode dibawah ini di Html/Javascript

<style type="text/css">
#gb{
position:fixed;
top:20px;
z-index:+1000;
}* html #gb{position:relative;}

.gbtab{
height:150px;
width:50px;
float:left;
background:url(http://i1108.photobucket.com/albums/h405/christian410/ghtrf.png) no-repeat;
}

.gbcontent {
float:left;
border:1px solid #000000;
-moz-border-radius-bottomleft:5px;
-webkit-border-radius-bottomleft:5px;
-o-border-radius-bottomleft:5px;
-khtml-border-radius-bottomleft:5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 5px;
background: #F2F2F2; url() no-repeat bottom;
padding:10px;
}

</style>

<script type="text/javascript">
function showHideGB(){
var gb = document.getElementById("gb");
var w = gb.offsetWidth;
gb.opened ? moveGB(0, 51-w) : moveGB(30-w, 0);
gb.opened = !gb.opened;
}function moveGB(x0, xf){

var gb = document.getElementById("gb");
var dx = Math.abs(x0-xf) > 25 ? 25 : 1;
var dir = xf>x0 ? 1 : -1;
var x = x0 + dx * dir;
gb.style.right = x.toString() + "px";
if(x0!=xf){setTimeout("moveGB("+x+", "+xf+")", 5);}
}</script>

<div id="gb">
<div class="gbtab" onmouseover="showHideGB()"> </div>

<div class="gbcontent">
<center>

Letakan Kode Buku Tamu sobat disini

 <br />
<div style="text-align:center">
<span style="float:right; color:#000000;">Get this <a target="_blank" href="http://.blogspot.com"> widget! </a></span>
</div>
</center></div>
<script type="text/javascript">
var gb = document.getElementById("gb");
gb.style.right = (50-gb.offsetWidth).toString() + "px";
</script>
</div>

Keterangan : Ganti yang berwarna merah dengan kode Buku tamu anda

4. Terakhir tinggal di Simpan . Semoga berhasil ;)