function show1(testbild)
{
var showwindow1;
showwindow1=window.open (testbild,"show1","width=500,height=390,top=30, scrollbars=yes");
showwindow1.focus();
}


function show1_h(testbild)
{
var showwindow1;
showwindow1=window.open (testbild,"show1","width=350,height=550,top=30, scrollbars=yes");
showwindow1.focus();
}


function show_vote(testbild)
{
var showwindow1;
showwindow1=window.open (testbild,"show_vote","width=500,height=250,top=30, scrollbars=yes");
showwindow1.focus();
}