
function openme(ff)
{
var w = window.open(ff+".html", "NewWindow", "width=780 Height=434, scrollbars=yes")
w.moveTo(screen.width/2-400,screen.height/2-200)
}



