function winopen(jstarget,w,h)
{
var w = w;
var h = h;
window.open(jstarget,"","width="+w +",height="+h +",scrollbars=no,resizable=no");
}