function ChangePic(strPic)
{
//alert(strPic)
document.texti.src = strPic
}

function win_open(address,name,width,height,top,left)
{
window.open(address,name,"width="+width+",height="+height+",top="+top+",left="+left+", scrollbars=0,resizable=1,,toolbar=0,status=0,location=0,menubar=0")
}


