function showForm(str)
{
var win = window.open(str,'','width=500,height=400,toolbars=no,resizable=no');

};