
function winopen(url,features)
{

	var popup=window.open(url,"add",features);
}
