function divClip(divid,divheight) { document.getElementById(divid).style.clip = "rect(0px, 728px, "+divheight+"px, 0px)"; }