var mystate=false
function setplace()
{
var myheight=window.screen.height
myheight=(myheight-565)/2-40
var content=document.getElementById("content")
content.style.cssText="margin:0 auto;overflow: hidden;height:auto;width:1003px;margin-top:"+myheight+"px;background:url(images/bg.jpg) repeat-y center;"
}
window.onload=setplace
function changepic(ob)
{
	if(mystate==false)
	{
	
	var pic="picture/"+ob
	var setpic=document.getElementById("setpic")
	setpic.innerHTML=""
	var img=document.createElement("img")
	img.setAttribute("width","944")
	img.setAttribute("height","346")
	img.setAttribute("src",pic)
	setpic.appendChild(img)
	setpic.style.cssText="height:346px;"
		window.setTimeout(loadswf,"3000")
		mystate=true
	}
	}
function loadswf()
{
	var setpic=document.getElementById("setpic")
	setpic.innerHTML="<embed src=\"chery.swf\" width=\"944\" height=\"346\" wmode=\"transparent\"></embed>"
	mystate=false
	setpic.style.cssText="height:346px;"
	}
function bigpic(pic)
{
	pic.setAttribute("width","72px")
	}
function resetsize(pic)
{
	pic.setAttribute("width","68px")
	}

