function openlarge(x)
{
window.open("large.php?xidprod="+x, "actiune","width=300,height=233,status=yes,resizable=yes,top=50,left=250,scrollbars=YES");
}


function opentop(x)
{
window.open(x, "actiune1","width=300,height=450,status=no,resizable=no,top=20,left=10,scrollbars=yes");
}


function owin(x)
{window.open(x, "actiune1",'width=500,height=350,status=no,resizable=yes,top=20,left=10,scrollbars=yes')
}


function owinmica()
{window.open("parola.php", "actiune2",'width=200,height=200,status=yes,resizable=yes,top=100,left=100,scrollbars=no')
}

