function moveme(){

w = screen.availWidth;
w = w/2 - 150

h = screen.availHeight;
h = h/2 - 67

self.moveTo(w,h)
}

function foton(wname){
popup = window.open('', 'popup', config='height=135,width=300,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no')
self.name="mainw"
popup.focus()}