function f1()
{
	alert("1")
window.location="/12123"

}
function show(what, vis)
{
	document.getElementById(what).style.display=vis
}
function showgoods(id)
{
	window.open('/show.php?id='+id,'_blank','left='+((document.body.clientWidth-850)/2)+', top=200, width=850px,height=600px,location=no,toolbar=no,status=no,scrollbars=yes'); 

}
function bigphoto(obj)
{
	var str=obj.src.toString()
	document.getElementById('mainphoto').src=str.replace('/2/', '/3/')
}