function open_curr(url)
{
window.open(url,"mywindow","width=560,height=300,toolbar=no,location=1,status=1,scrollbars=1,");
}
