function webshop(){
win=window.open("shop/index_shop.htm","webshop","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=880,height=600")
win.moveTo(screen.width/2-440,screen.height/2-300)
}

