function postPopUp(url, name) 
{
var win = window.open(url,name,'toolbar=0,status=0,scrollbars=yes,resizable=yes');
return false;
};