function clipshoshminus1()
{
	document.getElementById("layer1").style.clip="rect(0px,0px,0px,0px)" ;
}
function clipshoshplus1()
{
	document.getElementById("layer1").style.clip="rect(0px,1003px,615px,0px)" ;
}
