﻿function changefrontimage(getid) {
/*
Object.style.background=background-color background-image background-repeat background-attachment background-position

background-position: x=horizontal y=vertical

*/
	if (getid==1) {document.getElementById("frontpicture").style.background="#FFF url('layout/front_multi.jpg') no-repeat 0px -900px";}
	if (getid==2) {document.getElementById("frontpicture").style.background="#FFF url('layout/front_multi.jpg') no-repeat 0px -300px";}
	if (getid==3) {document.getElementById("frontpicture").style.background="#FFF url('layout/front_multi.jpg') no-repeat 0px 0px";}
	if (getid==4) {document.getElementById("frontpicture").style.background="#FFF url('layout/front_multi.jpg') no-repeat 0px -1200px";}
	if (getid==5) {document.getElementById("frontpicture").style.background="#FFF url('layout/front_multi.jpg') no-repeat 0px -1500px";}
	if (getid==6) {document.getElementById("frontpicture").style.background="#FFF url('layout/front_multi.jpg') no-repeat 0px -1800px";}
}
